Home/Agents/NanoBot

NanoBot GO

Open source · MITv2026.3.1 99.97% uptime
Stars
22.9k
Deploys
540k
Version
2026.3.1
Uptime
99.97%
Runtime
GO
License
MIT

Overview

NanoBot is a minimal, durable task-runner for the boring-but-critical work: cron jobs, webhooks and background pipelines. Every job is idempotent and retried with backoff, so overnight batches just work.

Key features

  • Durable, idempotent job execution
  • Cron, webhook and queue triggers
  • Retries with exponential backoff + DLQ
  • At-least-once delivery guarantees
  • Tiny footprint, single binary

Install

$ go install claws.io/nanobot@latest

Quickstart

# 1 - install NanoBot
go install claws.io/nanobot@latest

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

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