Skip to content

Installation

The HookBridge CLI (hb) is a single binary with no dependencies. Install it with Homebrew, download a binary from GitHub, or install with Go.

Source code: github.com/hookbridge/hookbridge-cli

Terminal window
brew install hookbridge/tap/hb

Download the latest release from GitHub Releases for your platform.

Terminal window
curl -L https://github.com/hookbridge/hookbridge-cli/releases/download/v1.0.2/hb_v1.0.2_darwin_arm64.tar.gz | tar xz
sudo mv hb /usr/local/bin/
Terminal window
curl -L https://github.com/hookbridge/hookbridge-cli/releases/download/v1.0.2/hb_v1.0.2_darwin_amd64.tar.gz | tar xz
sudo mv hb /usr/local/bin/
Terminal window
curl -L https://github.com/hookbridge/hookbridge-cli/releases/download/v1.0.2/hb_v1.0.2_linux_amd64.tar.gz | tar xz
sudo mv hb /usr/local/bin/
Terminal window
curl -L https://github.com/hookbridge/hookbridge-cli/releases/download/v1.0.2/hb_v1.0.2_linux_arm64.tar.gz | tar xz
sudo mv hb /usr/local/bin/

Download hb_v1.0.2_windows_amd64.zip from GitHub Releases, extract hb.exe, and add it to a directory in your PATH.

Use Windows Terminal or PowerShell for the best experience — color-coded output is not supported in the legacy Command Prompt.

If you have Go installed:

Terminal window
go install github.com/hookbridge/hookbridge-cli/cmd/hb@latest
Terminal window
hb version
Personalize Examples

Enter your credentials to populate code examples throughout the docs.