Home/Agents/CronBot
CB

CronBot GO

Open source · MITv2026.2.4 99.97% uptime
Stars
10.7k
Deploys
150k
Version
2026.2.4
Uptime
99.97%
Runtime
GO
License
MIT

Overview

CronBot is a scheduler-first agent for time-based work. Durable jobs, retries with backoff and dead-letter queues come standard, with a clean dashboard for every run — the dependable choice for recurring automation.

Key features

  • Cron + interval scheduling
  • Durable job store with retries
  • Dead-letter queues and alerts
  • Per-job concurrency limits
  • Run history dashboard

Install

$ go install claws.io/cronbot@latest

Quickstart

# 1 - install CronBot
go install claws.io/cronbot@latest

# 2 - deploy on claws (managed, autoscaled, zero-ops)
claws deploy cronbot --model mistral-small-3

# 3 - or self-host on any VPS
cronbot serve --port 8080