Skip to content

RunWisp documentation

RunWisp is one small Go binary that does the job of crond plus a supervisor — and never lets a failure slip past silently. You describe your tasks and services in a single runwisp.toml, and every run gets an exit code, duration, and captured output you can browse in the embedded Web UI, watch live in the TUI, or pull over the REST API. These docs walk you through the whole thing — getting the binary onto a box, writing that config file, and keeping the daemon happy in production.

  • A TOML field you saw in an example — search this site or jump straight to Configuration overview.
  • A REST endpointAPI reference is generated from the OpenAPI schema; the same schema ships as /openapi.json from a running daemon.
  • A version’s breaking changes — the CHANGELOG lists them per release.

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.