botctl
A process manager for persistent autonomous AI agents — like systemd for bots
botctl is a Go-based CLI/TUI/web process manager purpose-built for running and orchestrating persistent autonomous AI agents. Where most AI tooling focuses on one-shot completions, botctl is designed for bots that need to keep running — sleeping, waking on schedule, resuming after a pause, and persisting memory across sessions. Bots are defined as BOT.md files: a YAML frontmatter block sets the configuration (schedule, skills, memory settings, log retention), and the markdown body is the system prompt. This declarative format makes bots versionable, shareable, and auditable. A built-in skills system lets bots tap into extended capabilities, and the session persistence layer means a bot can pick up exactly where it left off after a restart or pause. The tooling stack is pragmatic: a terminal TUI for local oversight, a web dashboard for remote access, and a clean REST API for integration. With just 25 GitHub stars as of April 9, botctl is deeply indie — the kind of tool that gets discovered by a few hundred developers and quietly becomes infrastructure for serious builders.
Panel Reviews
The Builder
Developer Perspective
“This fills a real gap. Running AI agents as persistent processes with proper lifecycle management — sleep, pause, resume, memory — is something every serious builder eventually cobbles together themselves. botctl gives you that scaffolding out of the box. The BOT.md format is a genuinely clever design choice: your bot is just a file you can git commit.”
The Skeptic
Reality Check
“25 stars and v0.3.5 with no public adoption story. The concept is sound but the execution is completely unproven at scale. Most teams running serious agent workloads are building on Kubernetes or Modal, not a Go CLI from a solo dev. Check back when there's a community behind it.”
The Futurist
Big Picture
“The future of software is armies of persistent agents running 24/7, each with a job and a memory. botctl is betting on that future early. The BOT.md format could become a community standard for sharing and distributing agent definitions — like Dockerfiles but for AI workers.”
The Creator
Content & Design
“The idea of defining a bot as a markdown file with YAML frontmatter is elegant and approachable. It's the same mental model as a blog post or documentation page — creators who aren't full-time engineers can understand and modify it. That lowers the barrier to deploying personal automation agents considerably.”
Community Sentiment
“BOT.md declarative format vs. code-based agent frameworks”
“Comparison to Modal, Temporal, and Kubernetes CronJobs”
“Solo indie dev shipping useful infrastructure tooling”