# bender を Homebrew, Nix でインストール

bender のインストール経路、実行ファイル、メタデータ、AI エージェント向けセキュリティノートを確認します。

## インストール

```sh
sudo av install brew:bender
```

追加のインストールコマンド:

### macOS

- Homebrew (100%):

```sh
brew install bender
```

  証拠: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bender
```

  証拠: nixpkgs package indexes: pkgs/by-name/be/bender/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## パッケージ情報

- **パッケージキー:** brew:bender
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/bender>
- **バージョン:** 0.32.1
- **ソース概要:** Dependency management tool for hardware projects
- **ホームページ:** <https://github.com/pulp-platform/bender>
- **リポジトリ:** <https://github.com/pulp-platform/bender>
- **上流ドキュメント:** <https://pulp-platform.github.io/bender>
- **ライセンス:** Apache-2.0 OR MIT
- **ソースアーカイブ:** <https://github.com/pulp-platform/bender/archive/refs/tags/v0.32.1.tar.gz>
- **最終更新:** 2026-07-07T15:31:59Z
- **生成日時:** 2026-07-25T07:20:51+00:00

## 実行可能ファイル

- bender (cli)
- bender (エイリアス)

## ビルド依存関係

- cmake
- rust

## インストール挙動

- post-install フック: 未定義
- Bottle: 利用可能 対象 arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, sonoma, x86_64_linux

## バージョンと鮮度

- ページ生成日: 2026-07-25
- マネージャ版: 0.32.1
- マネージャ更新日: 2026-07-07
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/pulp-platform/bender
- 検出された最新: v0.32.1 (最新)
## プロジェクトの歴史と使われ方

Bender is PULP Platform's dependency manager for hardware design projects. It manages HDL package dependencies from Git repositories and local paths, resolves compatible versions, writes a `Bender.lock`, and emits ordered source sets for downstream EDA tools.

### プロジェクトの歴史

The official GitHub repository was created in May 2018 and is maintained by the PULP Platform at ETH Zurich and the University of Bologna. The README positions Bender as a tool that fits existing hardware flows instead of imposing a registry, directory layout, or simulator.

By the 0.24.0 release in January 2022, Bender had an established public release stream; releases continued through the 0.32.0 release in June 2026. The project is written and distributed as a developer CLI with crates.io, Homebrew, and Nix packaging signals.

### 採用の歴史

Bender's adoption sits in the open hardware and HDL ecosystem rather than general software packaging. It is used to pin Git-based IP dependencies, handle local overrides, and generate scripts for tools such as QuestaSim, VCS, Vivado, and Verilator.

The PULP Platform affiliation gives it a notable institutional context: it serves the kind of multi-repository hardware IP workflow common in research and silicon-development groups.

### 使われ方

A typical workflow is to create or edit `Bender.yml`, run `bender update` to resolve dependencies and write `Bender.lock`, optionally run `bender checkout`, and generate simulator or synthesis tool inputs with `bender script`.

`Bender.local` is used for local dependency overrides when developing hardware IP in place. This makes Bender closer to Cargo or Bundler in spirit than to a simulator wrapper, but specialized for HDL source ordering and EDA tool integration.

### パッケージ好きにとっての重要性

Bender is package-nerd significant because hardware projects often have dependency problems that look like software package management but with HDL-specific source ordering, include directories, defines, and simulator targets. Bender packages those concerns into a reproducible CLI.

It is also an example of package management without a central registry: dependencies can come from Git tags, revisions, or local paths, and reproducibility is carried by the lockfile.

### タイムライン

- 2018: GitHub repository created.
- 2022: v0.24.0 release published.
- 2024: v0.28.0 release published.
- 2025: v0.29.0 release published.
- 2026: v0.32.0 release published.

### Related projects

- The PULP Platform maintains Bender and uses it in the open hardware ecosystem.
- QuestaSim, VCS, Vivado, and Verilator are documented downstream tool targets.
- Cargo/crates.io is part of the distribution story for the Rust-based CLI.

### ソース

- <https://github.com/pulp-platform/bender>
- <https://github.com/pulp-platform/bender/releases>
- <https://pulp-platform.github.io/bender/>
- source_facts.package-manager
- source_facts.repo


## セキュリティノート

narrow executable package without higher-risk signals.

- **Geiger リスク:** グリーン / 低
- narrow executable package without higher-risk signals


## Configuration and credential file locations

These source-backed paths show where this package keeps local settings or durable credentials. Automic Vault can use them as review targets for secret scanning, migration, and command approval.


## Configuration files

- Unix: ./Bender.yml, ./Bender.local
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bender
- **Version Scheme:** 0
- **Revision:** 0
- **Head Version:** HEAD
- **Bottle Stable Root URL:** <https://ghcr.io/v2/homebrew/core>
- **Deprecated:** no
- **Disabled:** no
- **Keg Only:** no
- **URL Keys:** head, stable

## 他のパッケージマネージャ記録

- Nix - bender: normalized package name match | nixpkgs package indexes: pkgs/by-name/be/bender/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1


## 関連リンク

- [Source-control packages](https://www.automicvault.com/ja/pkg/source-control-tools/) - Belongs to a source-control command family.
- [Terminal utility packages](https://www.automicvault.com/ja/pkg/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://www.automicvault.com/ja/pkg/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://www.automicvault.com/ja/pkg/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [cmake](https://www.automicvault.com/ja/pkg/brew/cmake/) - Build dependency declared by Homebrew.
- [rust](https://www.automicvault.com/ja/pkg/brew/rust/) - Build dependency declared by Homebrew.
- [peru](https://www.automicvault.com/ja/pkg/brew/peru/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [pipenv](https://www.automicvault.com/ja/pkg/brew/pipenv/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [swift-outdated](https://www.automicvault.com/ja/pkg/brew/swift-outdated/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [carthage](https://www.automicvault.com/ja/pkg/brew/carthage/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [cocoapods](https://www.automicvault.com/ja/pkg/brew/cocoapods/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [coursier](https://www.automicvault.com/ja/pkg/brew/coursier/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [dependabot](https://www.automicvault.com/ja/pkg/brew/dependabot/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.
- [dotslash](https://www.automicvault.com/ja/pkg/brew/dotslash/) - Shares av.db curated category or tags: cli, dependency-management, developer-tools.

## Combined YAML source

View the package source record on GitHub. [combined/bender.yml](https://github.com/automic-vault/db/blob/main/combined/bender.yml)


## ソース

- Nucleus package database
- Geiger risk classifier
- package-page enrichment
- curated configuration and credential file locations
- curated package history
- package version freshness
- av.db category and tag curation
- package relationship graph
- external package-manager database matches
- cross-ecosystem install command graph
