Open Source
Baudbot logo

Baudbot

Always-on, multiplayer coding agent infrastructure

Baudbot runs persistent AI agents connected to Slack, takes tasks from request to PR, and reports progress back in-thread. Deploy it once and let your whole team use it.

$ baudbot deploy
▸ Connecting to Sentry... ✓
▸ Connecting to Slack... ✓
▸ Connecting to GitHub... ✓
✓ Baudbot is watching your infrastructure
Capabilities

Built for Teams

Multiplayer coding agent infrastructure that your whole engineering team shares — always on, always learning.

💬

Shared Slack Interface

Your whole team talks to Baudbot in Slack. Assign tasks in threads, get real-time progress updates, and review results — all in one place.

Always-On & Fast Handoffs

Baudbot runs 24/7 as a persistent service. It picks up tasks instantly, hands off between agents seamlessly, and never drops context.

🔄

End-to-End Coding Loop

From branch creation to code changes to PR to CI — Baudbot handles the full loop and iterates until checks are green.

🐧

Linux-Native Execution

Runs directly on your server with full access to your dev toolchain. No sandboxes, no containers-in-containers — real native execution.

🧠

Persistent Team Memory

Learns your codebase, remembers repo quirks, CI gotchas, and past decisions. Every agent benefits from the team's accumulated knowledge.

🔧

Self-Improving Operations

Baudbot updates its own skills and scripts as it learns. It gets faster and more accurate with every task it completes.

Setup

Quick Start

Get Baudbot running in minutes. Bootstrap, install, deploy, go.

terminal — install
# Bootstrap and install Baudbot
$ curl -fsSL https://raw.githubusercontent.com/modem-dev/baudbot/main/bootstrap.sh | bash
$ baudbot install
Baudbot installed successfully
terminal — deploy
# Deploy latest source/config to runtime
$ sudo baudbot deploy
# Start the service
$ sudo baudbot start
# Check health
$ sudo baudbot status
$ sudo baudbot doctor
Baudbot is running and healthy

Requires a Linux server with Docker. See the full docs for details.

Workflow

How It Works

Three steps to fully autonomous DevOps. No babysitting required.

01

Deploy Baudbot

Spin up Baudbot on your server or run it locally with Docker. One install script handles everything.

02

Connect Your Tools

Link Slack, Sentry, GitHub, and email. Baudbot integrates with your existing workflow — no new dashboards to learn.

03

Baudbot Handles the Rest

It monitors for alerts, investigates issues, writes fixes, opens PRs, and iterates until CI is green — 24/7.

Community

Open Source & Extensible

Baudbot is MIT-licensed and built to be extended. Add custom skills, integrate new tools, or fork it entirely. The agent infrastructure is yours to own.