# Installer bunster avec Homebrew, Nix

Consultez les chemins d'installation, exécutables, métadonnées et notes de sécurité de bunster pour les workflows d'agents IA.

## installation

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

Commandes d'installation supplémentaires:

### macOS

- Homebrew (100%):

```sh
brew install bunster
```

  Preuve: local Homebrew formula metadata

### Linux

- Nix (92%):

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

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

## Faits du paquet

- **Clé du paquet:** brew:bunster
- **Gestionnaire de paquets:** Homebrew
- **Page du gestionnaire de paquets:** <https://formulae.brew.sh/formula/bunster>
- **Version:** 0.14.0
- **Résumé source:** Compile shell scripts to static binaries
- **Page d'accueil:** <https://bunster.netlify.app/>
- **Dépôt:** <https://github.com/yassinebenaid/bunster>
- **Docs amont:** <https://bunster.netlify.app/>
- **Licence:** BSD-3-Clause
- **Archive source:** <https://github.com/yassinebenaid/bunster/archive/refs/tags/v0.14.0.tar.gz>
- **Dernière mise à jour:** 2026-07-25T14:19:45-04:00
- **Généré:** 2026-08-04T22:13:35+00:00

## exécutables

- bunster (cli)
- bunster (alias)

## Dépendances

- go

## Comportement d'installation

- hook post-installation: non défini
- Bouteille: disponible sur arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux

## Version et fraîcheur

- page générée: 2026-08-04
- version du gestionnaire: 0.14.0
- gestionnaire mis à jour: 2026-07-25
- données locales: OK
- dépôt amont: https://github.com/yassinebenaid/bunster
- dernière version détectée: v0.14.0 (à jour)
## Historique du projet et usages

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.

### Historique du projet

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.

### Historique d'adoption

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.

### Modes d'utilisation

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.

### Pourquoi les passionnés de paquets s'y intéressent

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.

### Chronologie

- 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.

### Sources

- <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


## Notes de sécurité

generalized runtime or code generation signal.

- **Risque Geiger:** yellow / moyen
- generalized runtime or code generation signal

## Détails de la base source

- **Source Database:** Homebrew formula API
- **Tap:** homebrew/core
- **Full Name:** bunster
- **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

## Autres enregistrements de gestionnaires de paquets

- 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


## Liens liés

- [Secret-risk packages](https://pkg.so/fr/secret-risk-packages/) - Has protected-tool coverage, approval-gate, or non-low Geiger security signals.
- [Terminal utility packages](https://pkg.so/fr/terminal-utilities/) - Matched terminal and command-line workflow metadata.
- [Text processing packages](https://pkg.so/fr/text-processing-tools/) - Matched text, document, or structured-data processing metadata.
- [Developer build packages](https://pkg.so/fr/developer-build-tools/) - Matched build, compiler, generator, or developer workflow metadata.
- [go](https://pkg.so/fr/brew/go/) - Runtime dependency declared by Homebrew.
- [shc](https://pkg.so/fr/brew/shc/) - Shares pkgdb curated category or tags: cli, compiler, developer-tools, shell.
- [shfmt](https://pkg.so/fr/brew/shfmt/) - Shares pkgdb curated category or tags: bash, cli, developer-tools, go, shell.
- [emscripten](https://pkg.so/fr/brew/emscripten/) - Shares pkgdb curated category or tags: cli, compiler, developer-tools.
- [aarch64-elf-gcc](https://pkg.so/fr/brew/aarch64-elf-gcc/) - Shares pkgdb curated category or tags: cli, compiler, developer-tools.
- [sdcc](https://pkg.so/fr/brew/sdcc/) - Shares pkgdb curated category or tags: cli, compiler, developer-tools.
- [babel](https://pkg.so/fr/brew/babel/) - Shares pkgdb curated category or tags: cli, compiler, developer-tools.
- [adaptivecpp](https://pkg.so/fr/brew/adaptivecpp/) - Shares pkgdb curated category or tags: cli, compiler, developer-tools.
- [aspectj](https://pkg.so/fr/brew/aspectj/) - Shares pkgdb curated category or tags: cli, compiler, developer-tools.
- [shellcheck](https://pkg.so/fr/brew/shellcheck/) - Local package facts share a topical domain. Shared terms: bash, cli, developer, developer-tools, scripts.

## Combined YAML source

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


## Sources

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