- #1342perf: optimize startup timeStatus: merged
- #1338perf: parallelize repo setupStatus: working
- #1335test: extend race testsStatus: checking…
Efficient agentic coding
Orchestrate AI agents across multiple machines in isolated workspaces. Repair and respond to reviews automatically. Run scheduled tasks. Control remote agent sessions from the web.
Built for speed
Bossanova is a fast, lightweight native terminal client, designed from the ground up for responsiveness and low resource usage.
- Efficient — manage dozens of agents in parallel with zero overhead.
- Responsive controls — navigate and switch between PRs and chat sessions in seconds with keyboard shortcuts.
- Cross-platform — native on macOS and Linux.
Never lose a chat session again
All chat sessions are registered, tracked and grouped by pull request. Close the client, drop your connection, or shut your laptop. All of your context will be waiting when you come back.
- Survive disconnects — close the terminal or lose your connection; reattach right where you left off.
- Terminal or web, same session — pick up the same live session from either, with full history intact.
- #1284feat: parallel session orchestrationStatus: merged
- #1281fix: race condition in worktree cleanupStatus: checking…
- #1276refactor: extract plugin lifecycleStatus: idle
Pull requests as first-class citizens
Bossanova monitors pull requests and responds to Github events automatically as soon as they occur. Work on multiple PRs concurrently and resolve issues while you sleep.
- Auto-repair failing Github checks as soon they occur.
- Resolve conflicts automatically when there are upstream changes.
- Address code reviews automatically and push for re-review.

Control remote agents via the web
Sign into Bossanova Cloud to control remote Claude Code sessions from anywhere.
Easily add and remove machines. Your code never leaves the boxes you control.
- Real-time streaming — control remote agent sessions in realtime from your browser.
- Native terminal on the web — keep terminal-first workflows accessible from anywhere.
#1291 · refactor auth middleware · adversarial review
- claude-opus-4.8Verdict: approved
- codexVerdict: rejected
- claude-sonnet-4.6Verdict: reviewing
Multi-agent by design
Run Claude Code and Codex side by side. Run a second agent to catch gaps the first one may have missed.
- Adversarial reviews — run cross-agent reviews to catch bugs before they get merged.
- Switch models easily — pick the best model for each task, or run several and compare results.
Run agents on a schedule
Schedule recurring agent runs to perform unassisted tasks. Automatically open a PR if the run results in code changes.
- Pay down tech debt — fix lint warnings, narrow types, tidy comments, bump dependencies and prune dead code.
- Guard scheduled jobs — run a deterministic gate script before agentic jobs to save tokens.

Use the agent's native harness
Unlike similar tools, Bossanova runs native Claude Code sessions in tmux, whether you're running locally or streaming to the web.
- Native locally — drive the real Claude Code TUI in your terminal.
- Native over the web — stream the terminal to your browser and work remotely.
- Latest frontier models — pick up new releases the moment they land.
# Runs automatically in each new worktree
npm install
cp "$REPO_DIR/.env" "$WORKTREE_DIR/.env"
make db-migrate
make db-seed
make buildAutomate your environment
Give each repository a setup script and Bossanova runs it automatically every time it spins up a new worktree. Install dependencies, copy environment files, or seed databases.
- Runs on every new worktree — dependencies installed and config in place before the agent starts.
- Standardize installation — start each session with a copy of your ideal environment.
{
"mcpServers": {
"bossanova": { "command": "./bin/mcp" }
}
}Remote control with MCP
A built-in MCP server exposes all session, repo, and scheduling operations to any MCP-capable agent, making Bossanova fully scriptable.
- Comprehensive MCP support — list and create sessions, manage repos, inspect chats, schedule jobs, and much more.
- Accessible via the web — hosted MCP service enables remote agent to control your coding sessions.
Works with
- Claude Code
- Codex
- OpenCode · Coming soon