# 使用 Homebrew, Nix 安装 bunster

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

## 安装

```sh
sudo av install brew:bunster
```

其他安装命令:

### macOS

- Homebrew (100%):

```sh
brew install bunster
```

  证据: local Homebrew formula metadata

### Linux

- Nix (92%):

```sh
nix profile install nixpkgs#bunster
```

  证据: nixpkgs package indexes: pkgs/by-name/bu/bunster/package.nix from https://api.github.com/repos/NixOS/nixpkgs/git/trees/master?recursive=1

## 软件包事实

- **软件包键:** brew:bunster
- **软件包管理器:** Homebrew
- **版本:** 0.14.0
- **来源摘要:** Compile shell scripts to static binaries
- **主页:** <https://bunster.netlify.app/>
- **仓库:** <https://github.com/yassinebenaid/bunster>
- **最后更新:** 2026-07-25T14:19:45-04:00
- **已生成:** 2026-08-03T19:37:03+00:00

## 可执行文件

- bunster (别名)

## 安装行为

- Bottle: 不可用

## 版本和新鲜度

- 页面生成时间: 2026-08-03
- 管理器版本: 0.14.0
## 项目历史与用法

Bunster is a newer developer tool that compiles shell scripts into standalone static binaries by transpiling shell code to Go and then using the Go toolchain. Its upstream documentation positions it as different from wrapper-style tools such as shc: Bunster aims to produce shell-independent programs rather than embedding a script inside a launcher.

### 项目历史

The public GitHub repository was created in July 2024, and the README and introduction describe the project as early-stage software with Bash compatibility as the first target. The project roadmap in the documentation emphasizes a pre-1.0 path toward broader Bash compatibility, a module system, a built-in package manager, static assets, .env support, and static analysis.

### 采用历史

Bunster's package-manager adoption is still early but visible: the input metadata records Homebrew and Nix packaging. That adoption matches the tool's intended audience of command-line users who want to distribute scripts as portable binaries without requiring a shell runtime on the target machine.

### 使用方式

Typical usage is to compile Bash-like scripts with the `bunster` CLI, relying on the Go compiler underneath for final binary output. The project is most relevant for distributing operational scripts, small internal tools, or self-contained command-line programs where requiring Bash and a pile of external files is undesirable.

### 为什么软件包爱好者会关心

Bunster is interesting to package nerds because it sits at the boundary between shell scripting, static binary distribution, and language transpilation. It is also part of a long-running packaging itch: making scripts installable like normal binaries while avoiding the fragility of interpreter paths and wrapper-based script hiding.

### 时间线

- 2024: Public GitHub repository created.
- 2024-2026: Documentation describes Bunster as early-stage and pre-1.0, with Bash compatibility as the initial target.
- 2026: Homebrew metadata includes Bunster as a packaged CLI.

### Related projects

- Bunster relates to Bash as its initial compatibility target, to Go as its transpilation and build backend, and to shc as a contrasting shell-script-to-binary approach that Bunster explicitly distinguishes itself from.

### 来源

- <https://github.com/yassinebenaid/bunster>
- <https://raw.githubusercontent.com/yassinebenaid/bunster/master/README.md>
- <https://raw.githubusercontent.com/yassinebenaid/bunster/master/docs/introduction.md>
- source_facts.package-manager


## 安全说明

generalized runtime or code generation signal.

- **Geiger 风险:** yellow / 中
- generalized runtime or code generation signal

## 其他软件包管理器记录

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


## Combined YAML source

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


## 来源

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