Open Source โ€” MIT / Apache 2.0

Modern job scheduling.
Zero infrastructure.

Kronforce replaces scattered cron jobs, heavyweight platforms like Rundeck and Airflow, and stitched-together scripts with a single binary. Visual dashboard, distributed agents, smart automation.

View on GitHub Try the Demo
Kronforce Dashboard Demo

Built for teams who automate

From simple cron replacements to complex multi-machine workflows.

โšก

12 Task Types

Shell, HTTP, SQL, FTP/SFTP, Rhai scripting, Kafka, RabbitMQ, MQTT, Redis, MCP (AI tools), file push, and custom agent-defined types.

๐Ÿ–ฅ๏ธ

Distributed Agents

Run jobs on remote machines with push-based Rust agents or pull-based custom agents in Python, Go, Node โ€” any language with an HTTP client.

๐Ÿ”—

Smart Workflows

Chain jobs with dependencies, event triggers, and output extraction. Extract values from stdout and pass them to the next job via variables.

๐Ÿ””

Instant Alerts

Slack, Microsoft Teams, PagerDuty, email, and SMS notifications. Per-job controls for failure, success, and assertion alerts.

๐Ÿ”’

Enterprise Security

OIDC/SSO, role-based access, API key scoping, encryption at rest, audit logging, approval workflows, SLA deadlines, and IP allowlisting.

๐Ÿ“Š

Full Observability

Visual dashboard, execution timeline, dependency map, Prometheus metrics, structured JSON logging, and job version history.

How it compares

One binary replaces an entire stack.

KronforceCronRundeckAirflow
Setup timeSecondsBuilt-inHoursDays
Visual dashboardโœ“โœ—โœ“โœ“
Distributed agentsโœ“โœ—โœ“โœ—
Output intelligenceโœ“โœ—PartialPartial
SSO/OIDCFreeโœ—$$$โœ“
Infrastructure neededNoneNoneJava + DBPython + Redis + DB
AI integration (MCP)โœ“โœ—โœ—โœ—
Open sourceMIT/Apacheโœ“PartialApache

Up and running in 10 seconds

One command. No Docker, no database, no config files.

# Download and run
cargo run --bin kronforce

# Or with Docker
docker run -p 8080:8080 ghcr.io/mikemiles-dev/kronforce:latest

# Open http://localhost:8080
# That's it. Dashboard, API, scheduler, SQLite โ€” all in one binary.

Ready to try it?

Kronforce is free and open source. Star the repo, try the demo, or just download and run.

Star on GitHub Live Demo Download