OpenSource-Hub
DiscoverTrendingCode LibraryCategories
Browse All Categories/Cron

Cron

6 open source tools found

H
System Optimization

Healthchecks

Self-hosted cron monitoring that alerts you when jobs fail or run late.

Open-source cron job monitoring service. Listens for HTTP or email pings and sends alerts via 25+ integrations when tasks miss deadlines.

If using Docker, stop and remove the container: docker stop <name> && docker rm <name>, then delete the data volume. For manual installations, delete the project directory and drop the database.
10.0k
D
Developer Tools

dagu

One binary to replace cron and scattered scripts with visible, governed workflows.

Dagu is a local-first control plane for existing ops automation and AI agent workflows. Define workflows in plain YAML, run them with one binary, get scheduling, retries, logs, approvals, and a web UI — no databases or message brokers needed.

Remove the installation directory and ~/.dagu configuration folder. If installed via Homebrew, run brew uninstall dagu.
3.4kChecksum

OpenSource-Hub

Quality Open Source Within Reach

Powered by Cloudflare D1 & DeepSeek

Discover

AI ProductivityDev ToolsSystem TuningPrivacyVideo & AudioOffice

Resources

SitemapGitHub Repo

Legal

Privacy PolicyAbout Us

© 2026 OpenSource-Hub

GitHub
M
System Optimization

MySpeed

Automated speed test with long-term data retention, multi-server support, and alerting.

A speed test analysis tool that automatically records your internet speed over a customizable retention period.

Stop and remove Docker container: docker stop myspeed && docker rm myspeed, then delete volume: docker volume rm myspeed-data. For native install, delete the project folder and config files.
2.9k
C
System Optimization

CronMaster

A modern web UI for cron jobs with live logs, system monitoring, and SSO support.

A modern web-based GUI for managing cron jobs with real-time logs, authentication, and Docker support.

Stop the container: docker compose down -v, then remove scripts, data, snippets directories.
1.2k
K
Developer Tools

Kibitzr

Open-source web monitor: detect page changes and get notified, self-hosted and lightweight.

A lightweight, open-source web monitoring tool that watches for changes and sends notifications. Like a personal assistant for routine tasks.

Run pip uninstall kibitzr and delete the configuration file.
715
G
Developer Tools

gocron

Write a YAML file to schedule jobs, monitor via web UI, includes built-in backup tools.

A lightweight cron job scheduler with YAML configuration and web UI, built with Go and Vue.js.

Remove the binary or Docker container. Delete the config directory (SQLite DB is stored there by default) if you want to purge all data.
539Checksum