Skip to content

Installation

Pulls the latest prebuilt binary from GitHub Releases and drops it in your PATH.

Terminal window
# System-wide (uses sudo if /usr/local/bin isn't writable)
curl -sSL https://raw.githubusercontent.com/zach-snell/bbkt/main/install.sh | bash
# User-local, no sudo (~/.local/bin)
curl -sSL https://raw.githubusercontent.com/zach-snell/bbkt/main/install.sh | bash -s -- --user

Fish users on --user: run fish_add_path ~/.local/bin once if it isn’t already on $PATH.

  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 / bbkt-linux-arm64
  3. Mark it executable (macOS / Linux):
    Terminal window
    chmod +x bbkt*

Ensure you have Go 1.26+ installed.

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