Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 988 Bytes

File metadata and controls

27 lines (18 loc) · 988 Bytes

homebrew-busbar

Homebrew tap for Busbar — a single static-binary LLM gateway.

brew tap GetBusbar/busbar
brew trust GetBusbar/busbar   # Homebrew 6+ requires trusting a third-party tap once
brew install busbar

busbar --version

On Homebrew 6 and newer, a third-party tap must be trusted once before its formulae will load (brew trust GetBusbar/busbar). Older Homebrew versions skip this step.

The formula installs the prebuilt, release-signed binary from GitHub Releases (macOS and Linux, Apple Silicon + Intel). To verify provenance independently:

gh attestation verify "$(brew --prefix)/bin/busbar" --repo GetBusbar/busbar

Upgrading

brew update && brew upgrade busbar

The formula is kept current automatically: a scheduled workflow in this tap watches the upstream releases and bumps the version + checksums when a new one ships (see .github/workflows/bump.yml).