Skip to content

Installation

Follow these instructions to download or build the bbkt executable.

  1. Navigate to the Releases page.
  2. 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
  3. Mark it executable (macOS / Linux):
    Terminal window
    chmod +x bbkt*

Ensure you have Go 1.25+ installed.

Terminal window
git clone https://github.com/zach-snell/bbkt.git
cd bbkt
go build -o bbkt ./cmd/bbkt