Skip to content

RunWisp documentation

These docs cover every part of running the RunWisp daemon — from installing the binary on a laptop to deploying it under systemd with a reverse proxy. RunWisp is a single Go binary that replaces crond plus a small supervisor: tasks and services in one runwisp.toml, run history and live logs in an embedded Web UI, and a REST API for automation.

This site is reference material. For the project pitch, blog, and release announcements, head to runwisp.com.

  • A TOML field you saw in an example — search this site or jump straight to Configuration overview.
  • A subcommand or flagCLI reference lists every one.
  • A REST endpointAPI reference is generated from the OpenAPI schema; the same schema ships as /openapi.json from a running daemon.
  • An error messageTroubleshooting is organised by symptom and lists the exact strings the daemon emits.
  • A version’s breaking changesUpgrading maps each bump (0.1 → 0.2 → 0.3 → 0.4).

RunWisp is open source under Apache-2.0 and developed at github.com/runwisp/runwisp. Every docs page has an “Edit this page” link in its footer that points at the source MDX file — typo fixes and clarifications welcome as PRs against main.