Skip to content

Install

The RunWisp daemon ships as a single static Go binary. There is nothing to compile, no language runtime to install, and no database to provision. Pick whichever delivery method fits your workflow.

The installer fetches the right binary for your platform, verifies its checksum, and puts runwisp on your PATH.

Terminal window
curl -fsSL https://get.runwisp.com | sh
Terminal window
runwisp --version # or: bunx runwisp --version

You should see the release version. If you get “command not found”, make sure your installer’s target directory is on PATH and reopen your shell.

Continue to Your first task to write a runwisp.toml, start the daemon, and watch a run stream live.