Download WebhookDB CLI

Download the WebhookDB CLI for your platform.

Check out instructions on getting started.

We recommend you first try WebhookDB online using our terminal in the browser. After you get started, download and install the CLI to keep going.

The CLI source code is also availble on GitHub.

MacOS

Easiest option is to use Homebrew:

Copy to clipboardbrew install webhookdb/webhookdb-cli/webhookdb
  1. Download the latest MacOS tar.gz file from https://github.com/webhookdb/webhookdb-cli/releases/latest.
    Make sure you choose the right architecture. M1 Macs use the ARM (arm64) binary, others use AMD (x86_64).
  2. Unzip the file: tar -xvf webhookdb_X.X.X_macos_x86_64.tar.gz.
    For ARM (M1 Macs) it would be: tar -xvf webhookdb_X.X.X_macos_arm64.tar.gz
  3. Move ./webhookdb to your execution path, like /usr/local/bin.
Linux
  1. Download the latest Linux tar.gz file from https://github.com/webhookdb/webhookdb-cli/releases/latest
  2. Unzip the file: tar -xvf webhookdb_X.X.X_linux_x86_64.tar.gz
  3. Move ./webhookdb to your execution path, like /usr/local/bin.
Windows
  1. Download the latest Windows zip file from https://github.com/webhookdb/webhookdb-cli/releases/latest
  2. Unzip the webhookdb_X.X.X_windows_x86_64.zip file.
  3. Run the unzipped webhookdb.exe file.