# brush を Homebrew, MacPorts, Nix, pacman でインストール

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

## インストール

```sh
sudo av install brew:brush
```

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

### macOS

- Homebrew (100%):

```sh
brew install brush
```

  証拠: local Homebrew formula metadata

- MacPorts (94%):

```sh
sudo port install brush
```

  証拠: MacPorts ports tree: shells/brush/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#brush
```

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

- pacman (92%):

```sh
sudo pacman -S brush
```

  証拠: Arch Linux sync databases: brush from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz

## パッケージ情報

- **パッケージキー:** brew:brush
- **パッケージマネージャ:** Homebrew
- **パッケージマネージャページ:** <https://formulae.brew.sh/formula/brush>
- **バージョン:** 0.4.0
- **ソース概要:** Bourne RUsty SHell (command interpreter)
- **ホームページ:** <https://brush.sh>
- **リポジトリ:** <https://github.com/reubeno/brush>
- **上流ドキュメント:** <https://brush.sh>
- **ライセンス:** MIT
- **ソースアーカイブ:** <https://github.com/reubeno/brush/archive/refs/tags/brush-shell-v0.4.0.tar.gz>
- **最終更新:** 2026-06-15T10:20:11-04:00
- **生成日時:** 2026-08-04T22:13:35+00:00

## 実行可能ファイル

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

## ビルド依存関係

- rust

## インストール挙動

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

## バージョンと鮮度

- ページ生成日: 2026-08-04
- マネージャ版: 0.4.0
- マネージャ更新日: 2026-06-15
- ローカルデータ: OK
- 上流リポジトリ: https://github.com/reubeno/brush
- 情報: No cached GitHub release or tag data was available.
## プロジェクトの歴史と使われ方

brush, the Bourne RUsty SHell, is a Rust shell that aims to run existing Bash and POSIX shell scripts while adding modern interactive behavior such as syntax highlighting and autosuggestions. Its packaging story is notable because it is a new shell trying to be installable as a boring system command rather than only as a Rust crate.

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

The project presents itself as a modern Bash- and POSIX-compatible shell written in Rust. Its README emphasizes compatibility with existing `.bashrc` files, aliases, functions, and completions, while the compatibility reference documents a test suite that compares behavior against Bash.

Unlike experimental shells that define a new language first, brush starts from the existing shell ecosystem. Its published identity is conservative: preserve Bash behavior, add Rust implementation benefits and interactive features, and expose an embeddable `brush_core::Shell` for Rust programs.

### 採用の歴史

The official installation section lists Homebrew, Arch Linux, MSYS2, cargo-binstall, GitHub release binaries, and Nix, while the provided package facts also list Homebrew, MacPorts, Nix, and pacman. That puts brush in the normal multi-distribution pipeline for shell tools despite being a young implementation.

Adoption is still early compared with Bash, zsh, fish, or Oil/YSH, but the presence of distribution packages and a crates.io-oriented install path gives it several routes into developer workstations.

### 使われ方

brush can be launched as an interactive shell and is designed to read existing Bash startup files. The README says `.bashrc` should work unchanged, with optional `~/.brushrc` and TOML configuration for brush-specific behavior.

Its current use case is compatibility testing, interactive daily-driver experimentation, and embedding shell behavior inside Rust programs. The compatibility reference marks many Bash features as supported while still documenting gaps such as `select`, `wait -n`, and some background-job details.

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

Shells are unusually package-sensitive because installing them is not enough: users may add them to login-shell databases, invoke them from scripts, and expect startup files and completions to work. brush is interesting because it tries to enter that old Unix contract while being implemented in Rust.

For maintainers, brush is a compact example of the modern Rust reimplementation wave applied to one of the hardest compatibility targets: Bash.

### タイムライン

- 2025: brush documentation describes itself as Bash- and POSIX-compatible and ready for many daily-driver use cases.
- 2025: Official README documents Homebrew, Arch Linux, MSYS2, cargo-binstall, GitHub release, and Nix installation routes.
- 2026: Provided package facts show brush packaged in Homebrew, MacPorts, Nix, and pacman ecosystems.

### Related projects

- GNU Bash is the primary compatibility target and behavioral oracle.
- POSIX shell is the standards baseline named by the project.
- reedline provides the line-editing experience cited by brush for highlighting and suggestions.
- Nushell, fish, zsh, and Oil/YSH are adjacent shells, though brush is more explicitly Bash-compatible than most of them.

### ソース

- <https://github.com/reubeno/brush>
- <https://raw.githubusercontent.com/reubeno/brush/main/README.md>
- <https://raw.githubusercontent.com/reubeno/brush/main/docs/reference/compatibility.md>
- source_facts.package-manager


## セキュリティノート

generalized runtime or code generation signal.

- **Geiger リスク:** yellow / 中
- generalized runtime or code generation signal


## 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: ~/.bashrc, ~/.brushrc, ~/.config/brush/config.toml
## ソースデータベース詳細

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** brush
- **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 - brush: normalized package name match | nixpkgs package indexes: pkgs/by-name/br/brush/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
- pacman - brush - 0.4.0-1: normalized package name match | Arch Linux sync databases: brush from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz | Bash/POSIX-compatible shell implemented in Rust | https://github.com/reubeno/brush
- MacPorts - brush: normalized package name match | MacPorts ports tree: shells/brush/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1


## 関連リンク

- [Secret-risk packages](https://pkg.so/ja/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/ja/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Language runtime packages](https://pkg.so/ja/language-runtime-packages/) - Matched language runtime, compiler, or interpreter metadata.
- [Networking and protocol packages](https://pkg.so/ja/networking-protocol-tools/) - Matched network, protocol, or remote-service metadata.
- [rust](https://pkg.so/ja/brew/rust/) - Build dependency declared by Homebrew.
- [bash](https://pkg.so/ja/brew/bash/) - Shares pkgdb curated category or tags: cli, command-interpreter, shell, system.
- [nushell](https://pkg.so/ja/brew/nushell/) - Shares pkgdb curated category or tags: cli, rust, shell, system.
- [dash-shell](https://pkg.so/ja/brew/dash-shell/) - Shares pkgdb curated category or tags: cli, command-interpreter, shell, system.
- [nsh](https://pkg.so/ja/brew/nsh/) - Shares pkgdb curated category or tags: cli, rust, shell, system.
- [thefuck](https://pkg.so/ja/brew/thefuck/) - Shares pkgdb curated category or tags: cli, shell, system.
- [elvish](https://pkg.so/ja/brew/elvish/) - Shares pkgdb curated category or tags: cli, shell, system.
- [murex](https://pkg.so/ja/brew/murex/) - Shares pkgdb curated category or tags: cli, shell, system.
- [posh](https://pkg.so/ja/brew/posh/) - Shares pkgdb curated category or tags: cli, shell, system.

## Combined YAML source

View the package source record on GitHub. [combined/brush.yml](https://github.com/mxcl/pkgdb/blob/main/combined/brush.yml)


## ソース

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