macOS
brew install bunsterlocal Homebrew formula metadata
brew
Compile shell scripts to static binaries. Version 0.14.0 via Homebrew; verified from local package data.
install
brew install bunsterlocal Homebrew formula metadata
nix profile install nixpkgs#bunsternixpkgs package indexes · pkgs/by-name/bu/bunster/package.nix · source: api.github.com
overview
Compile shell scripts to static binaries
history
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.
security posture
generalized runtime or code generation signal.
yellow risk · medium confidence · runtime
Before unattended agent use, check whether the tool reads plaintext credentials, writes remote state, publishes artifacts, or shells out to plugins.
executables
| Command | Kind | Exposure | Note |
|---|---|---|---|
bunster | cli | global executable |
freshness
These signals separate page generation age, package-manager activity, and upstream release comparison. Version lag is warned only when an evidence URL and comparable versions are present.
https://github.com/yassinebenaid/bunster
install metadata
| Package key | brew:bunster |
|---|---|
| Version | 0.14.0 |
| Package manager | Homebrew |
| Package manager page | https://formulae.brew.sh/formula/bunster |
| Homepage | https://bunster.netlify.app/ |
| Repository | https://github.com/yassinebenaid/bunster |
| Upstream docs | https://bunster.netlify.app/ |
| License | BSD-3-Clause |
| Source archive | https://github.com/yassinebenaid/bunster/archive/refs/tags/v0.14.0.tar.gz |
| Dependencies | go |
| Bottle | available (on arm64_linux, arm64_sequoia, arm64_sonoma, arm64_tahoe, arm64_ventura, sonoma, ventura, x86_64_linux) |
| Homebrew post-install | not defined |
| Service | none declared |
registry facts
| 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 |
|
source database matches
Matches are pulled from external package-manager indexes and kept separate from local Automic Vault package links.
bunster
nix profile install nixpkgs#bunstersource trail
This page is generated by av-web from the private package SQLite artifact built by scripts/generate-pkg-sqlite.py.
View the package source record on GitHub.