Skip to content

Installation

Requirements

  • Go 1.25 or later (for building from source)
  • Git (for git-based registries)

Install Methods

Download a pre-built binary from the latest release, extract it, and move it to a directory in your PATH:

Terminal window
# Example for Linux (amd64)
tar -xzf bz-linux-amd64.tar.gz
sudo mv bz /usr/local/bin/

Binaries are available for Linux, macOS, and Windows on both amd64 and arm64.

Verify Installation

Check that bz is installed correctly:

Terminal window
bz --version

You should see the version number printed.

Shell Completion

bz supports shell completion for bash, zsh, fish, and PowerShell.

Terminal window
# Add to ~/.bashrc
source <(bz completion bash)

Next Steps