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
Homebrew (macOS / Linux)
Section titled “Homebrew (macOS / Linux)”brew install hookbridge/tap/hbDownload a Binary
Section titled “Download a Binary”Download the latest release from GitHub Releases for your platform.
macOS (Apple Silicon)
Section titled “macOS (Apple Silicon)”curl -L https://github.com/hookbridge/hookbridge-cli/releases/download/v1.0.2/hb_v1.0.2_darwin_arm64.tar.gz | tar xzsudo mv hb /usr/local/bin/macOS (Intel)
Section titled “macOS (Intel)”curl -L https://github.com/hookbridge/hookbridge-cli/releases/download/v1.0.2/hb_v1.0.2_darwin_amd64.tar.gz | tar xzsudo mv hb /usr/local/bin/Linux (x86_64)
Section titled “Linux (x86_64)”curl -L https://github.com/hookbridge/hookbridge-cli/releases/download/v1.0.2/hb_v1.0.2_linux_amd64.tar.gz | tar xzsudo mv hb /usr/local/bin/Linux (ARM64)
Section titled “Linux (ARM64)”curl -L https://github.com/hookbridge/hookbridge-cli/releases/download/v1.0.2/hb_v1.0.2_linux_arm64.tar.gz | tar xzsudo mv hb /usr/local/bin/Windows (x86_64)
Section titled “Windows (x86_64)”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.
Go Install
Section titled “Go Install”If you have Go installed:
go install github.com/hookbridge/hookbridge-cli/cmd/hb@latestVerify Installation
Section titled “Verify Installation”hb versionNext Steps
Section titled “Next Steps”- Log in and start receiving webhooks
- CLI Command Reference — All commands and flags
Personalize Examples
Enter your credentials to populate code examples throughout the docs.