CLI

Install theFixedHook CLI.

One command to install. Run tunnels, inspect webhooks, and manage aliases — all from your terminal.

macOS / Linux
curl -fsSL https://www.fixedhook.com/cli/install.sh | sh
Windows (PowerShell)
irm https://www.fixedhook.com/cli/install.ps1 | iex
Tunnel
fixedhook up
Aliases
fixedhook aliases
Replay
fixedhook replay
Upgrade
fixedhook upgrade
Platforms

Install on any OS.

Choose your platform. One command and you're ready to tunnel.

macOS

Apple Silicon (M1/M2/M3/M4)
Intel
curl -fsSL https://www.fixedhook.com/cli/install.sh | sh

Or download a static binary directly from the releases.

Linux

x86_64
ARM64
curl -fsSL https://www.fixedhook.com/cli/install.sh | sh

Static binary. No system dependencies required.

Windows

x86_64
ARM64
irm https://www.fixedhook.com/cli/install.ps1 | iex

Or run fixedhook.exe from any directory.

Auto-upgrade

Always stay on the latest version.

The CLI can upgrade itself. No need to re-run the installer or check for new releases.

Upgrade command

Run this anytime to download and install the latest release automatically:

fixedhook upgrade

Checksums are verified before installation. The current binary is replaced in-place.

Automatic update check

Every time you run fixedhook version, the CLI checks if a newer version is available and displays a notice if one exists.

$ fixedhook versionv0.1.0↑ v0.2.0 available
Next steps

Installed? Here is what to do next.

01Login
fixedhook login

Opens your browser to authenticate.

02Initialize config
fixedhook config init

Creates a webhooks.yaml file.

03Start tunnel
fixedhook up

Forwards webhooks to your local server.

04Stay updated
fixedhook upgrade

Auto-update to the latest version.