pkg.soopen package index

brew / 排名 5315

使用 Homebrew, MacPorts, Nix, pacman 安装 brush

查看 brush 的安装路径、可执行文件、元数据以及面向 AI 代理工作流的安全说明。

安装

其他安装命令

macOS

Homebrew已验证 · 100%
brew install brush

local Homebrew formula metadata

MacPorts已验证 · 94%
sudo port install brush

MacPorts ports tree · shells/brush/Portfile · 来源: api.github.com

Linux

Nix已验证 · 92%
nix profile install nixpkgs#brush

nixpkgs package indexes · pkgs/by-name/br/brush/package.nix · 来源: api.github.com

Arch Linux pacman已验证 · 92%
sudo pacman -S brush

Arch Linux sync databases · brush · 来源: geo.mirror.pkgbuild.com

概览

软件包摘要

Bourne RUsty SHell (command interpreter)

命令和别名

  • brush

历史

项目历史与用法

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.

安全态势

风险级别:yellow

generalized runtime or code generation signal.

风险分类器

yellow 风险 · 中 置信度 · runtime

原因

  • generalized runtime or code generation signal

信号

  • text:interpreter,shell

安装行为

  • 未记录 Homebrew bottle 元数据。

建议审查

在无人值守的代理使用前,请检查该工具是否读取明文凭据、写入远程状态、发布制品或调用插件。

local files

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

Config paths the tool may read or write during local use.

Unix
~/.bashrc~/.brushrc~/.config/brush/config.toml

可执行文件

已安装的可执行文件

命令类型暴露范围备注
brush可执行文件已索引可执行文件从本地可执行文件索引发现。

新鲜度

版本和新鲜度

这些信号区分页生成时间、软件包管理器活动和上游发布比较。只有存在证据 URL 和可比较版本时,才会提示版本落后。

页面生成时间2026-08-03
管理器版本0.4.0
管理器更新时间2026-06-15
本地数据未知
上游不可用
检测到的最新版本未检测到
  • OK没有生成新鲜度警告。

安装元数据

软件包元数据

软件包键brew:brush
版本0.4.0
软件包管理器Homebrew
主页https://brush.sh
仓库https://github.com/reubeno/brush
最后更新2026-06-15T10:20:11-04:00
Pulseupdated
Bottle未记录
服务未声明

源数据库匹配

其他软件包管理器记录

匹配项来自外部软件包管理器索引,并与本地 Automic Vault 软件包链接分开显示。

Nix95%

brush

nix profile install nixpkgs#brush
  • normalized package name match
  • 匹配方式:Brush
nixpkgs package indexes · api.github.com · nixpkgs package indexes: pkgs/by-name/br/brush/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1
pacman95%

brush 0.4.0-1

Bash/POSIX-compatible shell implemented in Rust

https://github.com/reubeno/brush

sudo pacman -S brush
  • License: MIT
  • Architecture: x86_64
  • 2 依赖
  • normalized package name match
  • 匹配方式:Brush
Arch Linux sync databases · geo.mirror.pkgbuild.com · Arch Linux sync databases: brush from https://geo.mirror.pkgbuild.com/extra/os/x86_64/extra.db.tar.gz
MacPorts95%

brush

sudo port install brush
  • normalized package name match
  • 匹配方式:Brush
MacPorts ports tree · api.github.com · MacPorts ports tree: shells/brush/Portfile from https://api.github.com/repos/macports/macports-ports/git/trees/master?recursive=1

来源线索

由仓库数据生成

此页面由 av-webscripts/generate-pkg-sqlite.py 生成的私有软件包 SQLite 工件提供。

使用的来源

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