Alternatives to Cronicle
A self-hosted, distributed task scheduler and runner with a web interface. The listings below can replace it for an important use case. Each note says what changes if you switch.
The original
Cronicle
A self-hosted, distributed task scheduler and runner with a web interface.
Replacements
Listings that take over the same core job as Cronicle.
Dagu
A self-hosted workflow orchestrator that runs scripts, SSH commands and containers from declarative YAML files.
Dagu is an actively developed self-hosted scheduler with a web interface that runs declarative YAML workflows from a single binary, while Cronicle is now in maintenance mode.
Rundeck
A self-hosted runbook automation server that lets chosen users run existing scripts, tools and jobs.
Rundeck is a self-hosted open source server for scheduled and on-demand jobs, adding controlled self-service access for chosen users, though it takes more effort to deploy and maintain.
Kestra
An open-source declarative orchestration platform for scheduled and event-driven workflows, self-hosted or in the cloud.
Kestra orchestrates scheduled and event-driven workflows with more than 2,000 plugins and a cloud option, but it is heavier than a simple scheduler and some features target enterprise plans.
Cronie
The standard UNIX cron daemon, crond, for running programs at scheduled times on Linux.
Cronie is the standard Linux cron daemon with anacron included, so you lose the web interface and multi-server job running but gain a simple, widely used scheduler.
Windmill
An open-source, self-hostable platform for turning scripts into workflows, internal apps and scheduled jobs.
Windmill turns scripts in over 20 languages into scheduled jobs, workflows and internal apps, self-hosted or cloud, but it is aimed at teams comfortable writing code and has enterprise-only features.
Apache Airflow
A self-hosted platform for writing, scheduling and monitoring workflows defined as Python code.
Apache Airflow schedules and monitors workflows defined as Python code across many workers, which requires Python knowledge and running the scheduler, workers and web server yourself.
Also worth comparing
These listings name Cronicle as their own alternative, so the relationship runs both ways.
Ofelia
A lightweight job scheduler for Docker environments that runs cron-style tasks for containers.
Cronicle adds a web interface and distributes jobs across multiple servers, but is now in maintenance mode with development moved to xyOps.
PowerShell Universal
A self-hosted platform that turns PowerShell scripts into scheduled automation, REST APIs and web dashboards.
Cronicle is open source and provides a web interface for scheduled jobs across servers, but lacks dashboards and APIs and is in maintenance mode.
Semaphore UI
Run infrastructure automation jobs from a web dashboard.
Cronicle is an open-source scheduler with a web dashboard for jobs across several servers, without Ansible integration and now in maintenance mode.
Supercronic
A crontab-compatible job runner built to run scheduled jobs inside containers.
Cronicle provides a web interface for scheduled jobs across multiple servers, but it is now in maintenance mode with bug and security fixes only.
Similar software
Related functionality, not a direct replacement.
Cronitor
A hosted monitoring service for cron jobs, background workers, websites and APIs, with failure alerts.
Dead Man's Snitch
A hosted monitoring service that alerts you when a cron job or scheduled task fails to run.
Pueue
A command-line task manager that queues shell commands and runs them in the background.
cron-job.org
A free hosted scheduler that calls URLs on a schedule, from once a minute to yearly.