Installation

Install the CLI, SDK, or MCP server for your AI coding agent.

Homebrew (macOS / Linux)

brew install kroqdotdev/tap/whk

Shell script (macOS / Linux)

curl -fsSL https://webhooks.cc/install.sh | sh

Downloads the latest binary for your platform and installs it to /usr/local/bin.

GitHub Releases

Download pre-built binaries for macOS, Linux, and Windows from GitHub Releases.

Verify

whk --version

Get started

Run whk to open the interactive TUI with tunneling, live request streaming, and endpoint management:

whk

Or use subcommands directly:

whk auth login      # authenticate via browser
whk tunnel 3000     # forward webhooks to localhost:3000

See the CLI docs for the full command reference.