Stridee
Stridee Docs

Install the CLI

Install stridee, sign this machine in, and get real webhook deliveries on localhost.

stridee puts real webhook deliveries on your local server — no tunnel, no public URL, nothing exposed. It is how the Quickstart works, and how you test a handler before it is deployed anywhere.

Install

macOS and Linux, Intel and ARM.

Shell
curl -fsSL https://download.stridee.com/install.sh | sh

One static binary, checked against the published SHA256SUMS and installed to ~/.stridee/bin — never a sudo prompt. If that directory is not on your PATH, the installer prints the line to add. Set STRIDEE_INSTALL_DIR to put it somewhere else.

Sign in

Shell
stridee login

It prints a code and opens the console. Approve it there, checking the code matches your terminal.

There is no token. The CLI makes an Ed25519 keypair and sends only the public half, which your approval registers as a signing key — it shows under Keys as Made by the Stridee CLI. The private half stays in ~/.config/stridee/config.json, readable only by you; treat it like an SSH key.

Check it worked:

Shell
stridee whoami

stridee logout revokes this machine's key when you are done with it. Every command and flag is in the CLI reference.

Something wrong or missing on this page? Tell us in Discord. Need something the API doesn’t do yet? Request it on the roadmap.