Installation
Follow these instructions to download or build the bbkt executable.
Pre-compiled Binaries (Recommended)
Section titled “Pre-compiled Binaries (Recommended)”- Navigate to the Releases page.
- Download the binary matching your operating system and CPU architecture. Example identifiers:
- macOS (Apple Silicon):
bbkt-darwin-arm64 - macOS (Intel):
bbkt-darwin-amd64 - Windows:
bbkt-windows-amd64.exe - Linux:
bbkt-linux-amd64
- macOS (Apple Silicon):
- Mark it executable (macOS / Linux):
Terminal window chmod +x bbkt*
Build from Source
Section titled “Build from Source”Ensure you have Go 1.25+ installed.
git clone https://github.com/zach-snell/bbkt.gitcd bbktgo build -o bbkt ./cmd/bbkt