botctl
A process manager for persistent autonomous AI agents — like systemd for bots
Expert verdict
Ship
3-1The Panel's Take
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.
Share this verdict
botctl verdict: SHIP 🚀 3 ships · 1 skip from the expert panel Full review: shiporskip.io/tool/botctl-process-manager-ai-agents-persistent-bots-go-tui-web
Weekly AI Tool Verdicts
Get the next verdict in your inbox
7 critics review a new AI tool every day. Weekly digest — free.
Similar Products
Compare botctl with Others
Looking for botctl alternatives?
Compare botctl with every other Developer Tools tool reviewed by our panel.
See all Developer Tools alternativesEmbed this verdict
Tool makers can add a live ShipOrSkip badge to their site. Badge loads track impressions; clicks route back to this review.
<a href="https://shiporskip.io/api/badge-click/botctl-process-manager-ai-agents-persistent-bots-go-tui-web" target="_blank" rel="noopener"><img src="https://shiporskip.io/api/badge/botctl-process-manager-ai-agents-persistent-bots-go-tui-web" alt="botctl Ship verdict on ShipOrSkip" width="360" height="90" /></a>[](https://shiporskip.io/api/badge-click/botctl-process-manager-ai-agents-persistent-bots-go-tui-web)<iframe src="https://shiporskip.io/embed/botctl-process-manager-ai-agents-persistent-bots-go-tui-web" title="botctl ShipOrSkip verdict" width="360" height="260" style="border:0;border-radius:16px;max-width:100%;" loading="lazy"></iframe>The reviews
“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.”
“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 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 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.”