v1.11.0Mobile App Preparation

Your tech team,
in one window.

Projects on the left. Agents on the right. Who's coding, who's done, who needs you — all on one screen. Like WhatsApp, but for your Claude agents.

Search… (⌘K)
Full-Stack Developeropus
Bash(git add public/llms.txt src/components/...)
[main 75b12fa] feat(nav): add Resources dropdown + update llms.txt
53 files changed, 323 insertions(+), 64 deletions(-)
Bash(bash scripts/deploy.sh --backend-only --yes)
[OK] Current deployed version: 1.4.1
[INFO] Building site on server…
[OK] Site deployed and running on port 4000
Cooked for 1m 24s
>
▶▶bypass permissions on(shift+tab to cycle)
2 agents working
Marketing Specialist1:32:18
Backend Developer1:29:03
Your IDE for Claude

Not a terminal. An IDE for your agents.

VSCode is your IDE for code. AgentsRoom is your IDE for Claude agents. Projects, roles, terminals, config, notifications — everything in one window, designed for multi-agent workflows.

Project management
All your projects organized by zone, with live activity indicators
Specialized roles
10 built-in roles with tuned system prompts, or create your own
Built-in terminal
Full terminal per agent with syntax colors and 10K scrollback
CLAUDE.md editor
Edit project context, permissions and hooks without leaving the app
Smart notifications
macOS alerts when agents finish or need input, dock badge for unread
Model per agent
Opus for architecture, Sonnet for dev, Haiku for QA — you choose
AgentsRoom in action — v1.11.0

Multi-project, multi-agent orchestration with prompt library — manage all your rooms, agents, and reusable prompts from one place

3 things. That's it.

1

Your projects

Each project = a real folder on your machine. Group them by zone: Work, Personal, Side-projects. See at a glance which ones have active agents.

Work
API Gateway2 agents
Dashboard2 agents
Mobile Appidle
Personal
Portfolioidle
2

Your agents

Assign roles: DevOps, Frontend, QA, Architect... Each one gets its own terminal, its own system prompt, and runs the model you choose.

B
Backend — Opus
thinking...
F
Frontend — Sonnet
coding...
Q
QA — Haiku
done
3

Everything, live

See who's working, who's done, who's stuck. Get a macOS notification when an agent finishes. Click, give a new instruction, and keep going.

Backend done on API Gateway
QA found 2 issues on Dashboard
2 unread

Before / After

Without AgentsRoom

12 tabs. 12 terminals. Which one was which again?

Terminal — claude (API)
Terminal — claude (Dashboard)
Terminal — claude (Mobile)
Terminal — claude (Auth)
Terminal — claude (Tests)
Terminal — claude (Deploy)
Terminal — claude (???)?

With AgentsRoom

All your projects. All your agents. One screen.

API Gateway — 2 agents active
Dashboard — QA done
Mobile App — Frontend coding
Auth Service — idle

AgentsRoom vs the alternatives

Most tools wrap tmux. AgentsRoom gives you a real visual interface.

CMUX
CLI tool that wraps git worktrees for parallel Claude sessions. Great for isolation, but no visual overview of what’s happening.
Detailed comparison
AMUX
Python-based tmux wrapper with a web dashboard and self-healing. Powerful, but requires tmux expertise and manual setup.
iTerm2
Solid terminal emulator with split panes. But splitting 12 Claude sessions is chaos — no status, no roles, no structure.
tmux + splits
The classic multiplexer. You can run 20 sessions, but good luck remembering which pane is which project.

13 AI coding agents. Real system prompts.

Each AI agent has a production-ready system prompt built for the job. Pick the ones you need, create your own, and orchestrate them across all your projects.

DevOps Agent
DevOps Agent
AI CI/CD, infra, deployment
$Set up CI to run tests on every PR
Fullstack Agent
Fullstack Agent
AI end-to-end development
$Add Stripe checkout flow with webhook handling
Frontend Agent
Frontend Agent
AI UI/UX, components
$Refactor the Header with the new design tokens
Backend Agent
Backend Agent
AI API, database, perf
$Add rate limiting to the auth endpoints
Architect Agent
Architect Agent
AI system design, refactoring
$Split the monolith into 3 bounded contexts
QA Agent
QA Agent
AI testing, edge cases, quality
$Write unit tests for the payment module
Mobile Agent
Mobile Agent
AI iOS, Android, React Native
$Add offline support with local-first sync on the mobile app
Security Agent
Security Agent
AI security audit, vulnerabilities
$Audit the auth flow for OWASP top 10
PM Agent
PM Agent
AI specs, priorities, coordination
$Write the spec for the notification system
Marketing Agent
Marketing Agent
AI copy, SEO, landing pages
$Rewrite the pricing page copy for conversion
Git Expert Agent
Git Expert Agent
AI branch management, workflows
$Clean up 3 months of messy commits before the release
SEO Agent
SEO Agent
AI rankings, structured data, CWV
$Audit the landing page and fix the top 5 technical SEO issues
Localization Specialist
Localization Specialist
i18n, l10n, translations
$Extract all hardcoded strings and set up next-intl for 5 languages

Built for the workflow

🖥

Built-in terminal

Full terminal per agent. 10K lines scrollback. Syntax colors. Clickable links.

🔔

macOS notifications

Get notified when an agent finishes or gets stuck. Dock badge shows unread count.

📝

Edit CLAUDE.md from the app

Change project context, permissions, hooks — without opening your editor.

📚

Prompt Library

Save your best prompts per project. Organized in folders, committed to git, personal ones gitignored.

🧠

Model per agent

Opus for the architect. Sonnet for the dev. Haiku for the QA. You choose.

📂

Organize by zones

Drag projects between zones. Group by client, team, or priority.

🔒

100% local

Your agents run on your machine via Claude CLI. Your code never leaves your disk.

Coming soon
📱

Mobile Companion

Monitor all your agents from your phone. Get notified when they finish or need help.

Real user. Real coffee.

Go touch grass.
Your agents got it.

Grab a coffee, take a walk, or just breathe — while AgentsRoom keeps 8 specialized AI agents shipping code, writing tests, and reviewing PRs in parallel.

Actual footage — 8 agents running live on 4 projects while taking a coffee break

agents running · 0 context switches · 1 coffee

FAQ

AgentsRoom is a desktop app — a visual IDE for Claude agents. It lets you run multiple Claude agents on your projects at the same time. Each agent has a role (DevOps, Frontend, QA...) and works in your actual project folder. You see all their output live in one window.
CMUX is a CLI tool that manages git worktrees for parallel Claude sessions. AgentsRoom is a full visual interface: you see all your projects, all your agents, their status in real time, and you get notifications when they finish. No terminal config needed.
With iTerm2 or tmux, you end up with 12 panes and no idea which one is which. AgentsRoom shows you which project each agent belongs to, what role it has, whether it’s thinking or done, and notifies you when something needs attention.
AgentsRoom is free for up to 3 projects with unlimited agents. For unlimited projects, the Pro plan is $4.99/month. You need the Claude CLI installed and a working API key or Claude subscription.
macOS and the Claude CLI installed. Download, install, create a project, launch an agent — 30 seconds.
It spawns a real Claude CLI process in your project folder — exactly like running claude in your terminal. The output streams live to the built-in terminal. No API proxy, no cloud relay, everything runs locally.
That’s exactly what it’s designed for. Think of it as VSCode for your agents: projects on the left, agents in the middle, terminal on the right. Edit CLAUDE.md, switch models, manage roles — all from one window.
Yes. You can edit the system prompt, pick the model (Opus, Sonnet, Haiku), set permissions, and configure hooks. You can also create entirely custom roles with your own prompts.

Free

Everything you need to get started.

Freeforever
  • 3 projects
  • Unlimited agents per project
  • All 12 roles
  • Real-time terminal
  • Community support
Most popular

Pro

For devs running Claude on everything.

$4.99/month
  • Unlimited projects
  • Unlimited agents per project
  • All 12 roles
  • Real-time terminal
  • Priority support
Subscribe

Try it. 30 seconds.

Download AgentsRoom. Create a project. Launch your first agent. That's it.

Free. No credit card required.