Software Alternatives, Accelerators & Startups
Table of contents
  1. Comments
  2. Is it good?

โœ“
RunWisp

The open-source cron replacement and process supervisor with a built-in web dashboard. One binary, one TOML file, zero runtime dependencies.

(0 reviews)
Pricing:
  • Open Source
  • Free
Platforms:
  • Linux
  • MacOS
  • WSL
RunWisp

RunWisp Reviews and Details

This page is designed to help you find out whether RunWisp is good and if it is the right choice for you.

Screenshots and images

  • RunWisp Web UI Overview
    Web UI Overview //
    2026-07-15
  • RunWisp Task in Web UI
    Task in Web UI //
    2026-07-15
  • RunWisp TUI homepage
    TUI homepage //
    2026-07-15

Features & Specs

  1. Cron scheduling

    Run jobs on a schedule with cron expressions. A complete crond replacement, with second-level precision.

  2. Process supervision

    Keep long-running services alive and restart them automatically on crash - a supervisord replacement in the same binary.

  3. Per-run history

    Every run recorded with its exit code, duration, and captured output, browsable at any time. Nothing is silently lost.

  4. Failed & missed-run alerts

    Get notified when a job fails or when a scheduled run never fires at all.

  5. Built-in Web UI

    See every job, run, and log line in a clean browser UI, and trigger tasks - no SSH login to the server required.

  6. Terminal UI (TUI)

    A full-screen terminal interface to watch runs live and browse history straight from the shell.

  7. REST API

    Everything the dashboard does, available over HTTP for automation and integration.

  8. Lightweight and Fast

    One ~25 MB Go binary. No Python, no Node, no external database to install or maintain.

  9. Config As Code

    Define every job and service in one readable runwisp.toml you can commit to git and review like any other code.

  10. Real-time log streaming

    Watch a job's output stream live as it runs, right in the dashboard or TUI.

  11. Retries with backoff

    Automatically retry failed jobs with configurable backoff, instead of leaving them dead until someone notices.

Badges

Promote RunWisp. You can add any of these badges on your website.

SaaSHub badge
Show embed code

Questions & Answers

As answered by people managing RunWisp.
  1. Which are the primary technologies used for building RunWisp?

    Almost everything is written in Go, except for Web UI where we use Svelte with TypeScript.

  2. What makes RunWisp unique?

    It's the rare infrastructure tool that's actually a pleasure to run:

    • Set up in minutes, not an afternoon. One ~25 MB binary, no Python, no Node, no external database. Download it, point it at a TOML file, done โ€” or run runwisp import cron / import supervisord to bring your existing setup over automatically.
    • Three polished interfaces, all built in. A clean web dashboard, a real terminal UI, and a REST API ship inside the single binary โ€” see every job, every run, every exit code and log line at a glance. No add-ons, no separate services.
    • Lightweight and fast. A single static Go binary running in ~25 MB of RAM. It disappears into the background instead of becoming another thing you have to babysit.
    • Nothing silently fails. Every run is recorded with its exit code, duration, and output, and you're alerted when a job fails or when a scheduled run never fires.
  3. Why should a person choose RunWisp over its competitors?

    The monitoring tools (Cronitor, Healthchecks, Dead Man's Snitch) only watch - they wait for a ping and tell you it didn't come, but they never run or restart anything. The execution platforms (Rundeck, Windmill, Dagu) run jobs but pull you into a heavyweight control plane, enterprise-gated team features, or a DAG/workflow model that's overkill for what most servers actually need. And nearly all of them are per-server SaaS with a recurring bill and your job data living on someone else's servers.

    RunWisp is the tool that both runs and watches, self-hosted, in one ~25 MB binary you install in minutes. Full per-run history and failed/missed-run alerts, a genuinely good web dashboard and terminal UI out of the box, no external dependencies, no monthly invoice, no data leaving your infrastructure. It does the two jobs most servers need - scheduling and supervision - and makes them effortless to run and easy to see, without asking you to adopt a platform.

  4. How would you describe the primary audience of RunWisp?

    Two groups.

    First, developers and DevOps teams who want their scheduled jobs and services defined as code: the entire setup lives in a single runwisp.toml that goes straight into your git repo, so a change to a cron job is a reviewable commit, not an undocumented edit on some server. It gives developers and ops a shared, versioned source of truth for what runs where and makes handoffs and audits painless.

    Second, self-hosters and homelab operators (like the Raspberry Pi and home-server crowd) who want real visibility into their scheduled jobs without running heavyweight infrastructure. One tiny binary, ~25 MB of RAM, no external database or runtime, and a clean web dashboard to see everything at a glance.

  5. What's the story behind RunWisp?

    RunWisp started with a problem its founder ran into twice. At two different companies, he needed a way to let developers see whether their scheduled jobs had actually run (browse the history, read the output, and trigger a job themselves when needed) without handing everyone an SSH login to a production server. Giving out shell access just to check on a cron job invites mistakes; the alternative was leaving developers flying blind.

    No existing tool handled it cleanly, so he built the internal dashboard he wanted: every job, its full run history and output, and a one-click trigger (no server credentials required). When the same need came up again at the next company, it was clear this shouldn't have to be rebuilt everywhere. RunWisp is that tool, productized: a single binary that schedules and supervises your jobs and gives the people who need it a clear, safe view of what's running, without a shell account on the box.

Videos

We don't have any videos for RunWisp yet.

Do you know an article comparing RunWisp to other products?
Suggest a link to a post with product alternatives.

Suggest an article

RunWisp discussion

Log in or Post with

Is RunWisp good? This is an informative page that will help you find out. Moreover, you can review and discuss RunWisp here. The primary details have been verified within the last quarter. So they could be considered up to date. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.