A terminal manager
scoped to every project
AgentsRoom ships with a real per-project terminal manager. Every command is saved, categorized, launched in one click, and runs in the correct working directory of your project. Stop opening iTerm2, Warp or Terminal.app on the side — everything lives next to your AI agents.
And the unique part: with the iOS and Android mobile app, you trigger commands remotely on your Mac. Spin up a localhost site from the subway, the gym or a coffee shop, then open it on your phone over 4G/5G through the built-in live preview tunnel.
AgentsRoom terminal manager: detached terminal on a second screen, commands triggered remotely from mobile, integrated xterm.js terminal per project.
Dev Terminals is far more than a terminal emulator. It is a true per-project command manager, designed to replace the jungle of iTerm2, Warp, Ghostty, Kitty, Alacritty and Terminal.app tabs you open every morning. Each project has its own list of commands: dev server, backend, mobile bundler, worker, database, internal scripts. You name them once, you launch them forever.
The UX and UI are deliberately pushed hard to make command management as fast as possible. Every command remembers its name, shell command, working directory (relative to the project root), framework category (React, Next.js, Django, Rails, Go, Rust, Docker…) and kind (long-running process or one-shot snippet). Active commands bubble to the top of the list, and colorful framework icons let you spot your React frontend, your Django backend and your Docker services at a glance.
The big advantage of an integrated terminal living inside AgentsRoom is that commands run in the exact context of your project: same path, same environment, same cwd. Zero friction, zero endless cd, zero project confusion. And because everything lives next to your Claude, Codex and Gemini AI agents, you stop juggling between fifteen different tools just to ship code.

AgentsRoom per-project terminal manager: detachable window, integrated terminal per command, AI-generated commands, all in the same place as your agents.
A real integrated terminal, not a toy
Every command opens a full xterm.js terminal with ANSI colors, scrollback, clickable links, PTY resize and Unicode support. This is not a fake log viewer: it is a real pseudo-terminal, identical to what you get in iTerm2 or Terminal.app — but managed for you.
Each process status is displayed live: running, starting, stopped, crashed. When a dev server falls over, you see it immediately. One click to restart. And when you need several terminals in parallel (backend + frontend + mobile + relay), the global 'Start all' button launches every long-running process at once, in parallel, without typing anything.
Commands are grouped in folders, reorderable with the mouse, and stored in `.agentsroom/commands.json` at the root of your project. Commit this file: your whole team inherits the same terminal setup. Personal commands (local debug scripts, private env vars) go to `commands-personal.json`, automatically added to the `.gitignore` inside `.agentsroom`. Nobody ever has to type `yarn dev --port 2203` from memory when joining a new repo again.
Finally, everything is unified: your AI agents, your terminals, your prompts, your backlog and your live preview all live in the same window. You save a massive amount of time by killing the back-and-forth between AgentsRoom, your terminal emulator, your IDE and your browser. One screen, everything one click away.
Manage every terminal, every command, every service
Long-running processes, quick scripts, build commands, dev servers. All organized per project, with live status tracking, integrated AI and remote mobile control.
Per-project terminal manager
Each project owns its own command list, stored in .agentsroom/commands.json. Switch project, your commands change automatically. Zero confusion between repos.
Start everything in one click
A single Play button starts every long-running process: backend, frontend, mobile bundler, relay server, worker, database. No more five terminal tabs opened by hand.
Remote launch from mobile
Trigger commands from the iOS or Android app: terminals spawn on your Mac, and you see live output streamed to your phone over 4G, 5G or Wi-Fi.
Detachable terminal window
Detach the terminals section into an independent floating window. Drop it on a second monitor to keep an eye on your servers while you code in the main window.
AI command generation
Click the magic wand: Claude scans your repo, detects package.json, Dockerfiles, Makefiles and generates every start command, path and category for you.
Live process status
See which service is running, starting, stopped or crashed. Exit codes are displayed on failure. Restart in one click without losing the terminal scrollback.
Process or snippet
Long-running servers are processes. One-shot build scripts, migrations and deploys are snippets. Both live in the same dashboard, both are one click away.
Real xterm.js terminal per command
Every process opens a real pseudo-TTY terminal with ANSI colors, scrollback, clickable links and full keyboard input. No compromise compared to iTerm2 or Terminal.app.
Wired to the localhost live preview
Launch your localhost site from an AgentsRoom terminal, then reach it from the outside through the built-in HTTPS tunnel. Test on your phone over 4G/5G without deploying.
30+ framework icons
React, Next.js, Vue, Nuxt, Angular, Svelte, Expo, Node.js, NestJS, Django, FastAPI, Rails, Laravel, Spring, Go, Rust, Docker, Redis, and many more — each with icon and color.
Git-native storage
Public commands live in .agentsroom/commands.json, committed to your repo. Personal commands live in commands-personal.json, automatically gitignored.
Terminals and AI agents together
Your terminals, your Claude Code agents, your prompts, your backlog and your live preview share the same app. Stop getting lost between ten different tools.
Launch terminals on your Mac from your phone
This is probably the most unique feature of AgentsRoom. From the iOS or Android mobile app, you browse the command list of any project and launch any of them with a tap. The command does not run on your phone: it runs on your Mac, in the right working directory, in a real PTY terminal. The output is streamed live to mobile through the end-to-end encrypted relay.
Concretely: you are in the subway, at the gym or on the other side of the world. You want to spin up your local site to check a design, or restart a worker that crashed while you were away. You open AgentsRoom mobile, you tap 'yarn dev', the server boots on your Mac at home. You can even interact with the terminal keyboard from the phone.
Combined with the integrated localhost preview tunnel, you can even open your local site in the mobile browser, over 4G or 5G, with zero deploy. You code, start, test and validate — all from your pocket. AgentsRoom literally turns your Mac into a remotely driven dev server.
Detach mode: your terminals on a second monitor
The terminal panel can be detached into an independent floating window. Drag it onto a second screen and your backend, frontend and mobile bundler logs stay visible at all times while you code in the main AgentsRoom window. This is exactly what serious developers do with tmux or iTerm2 in tiling mode — except in AgentsRoom there is nothing to configure.
The detached window keeps every feature: launch, stop, restart, AI, categories, multi-project. You can keep typing in the terminal on the secondary screen while a Claude agent works in the main window. Zero alt-tab, zero context loss, zero obscure configuration.
A modern alternative to every terminal you've used
AgentsRoom Dev Terminals is the better option for project work compared to classic terminal emulators. Here are the tools our users have already replaced with it:
iTerm2 has been the macOS gold standard for years and Terminal.app is preinstalled on every Mac. Warp popularized command blocks and integrated AI. Ghostty is fast and native. Kitty is GPU-accelerated. Alacritty is minimalist. WezTerm is Lua-scriptable. Hyper is built on web tech. Tabby is cross-platform. They are all excellent products. AgentsRoom does not try to compete on raw rendering speed: it brings a different value proposition — a terminal integrated into your development environment, scoped to each project, synced with your AI agents and drivable from your phone.
If you already manage your projects with several terminal tabs named 'backend', 'frontend', 'mobile', 'relay', you will save time with Dev Terminals. If you use tmux or zellij to organize sessions, you will find the same idea — without any config file to write.
How it works
Open your project
In the project view, the Dev Terminals section appears alongside your AI agents, prompt library and backlog. If no commands exist yet, a default terminal at the project root is created automatically.
Add your commands
Click + to add a command. Set the name, the shell command (yarn dev, docker compose up, pnpm start), the working directory relative to the project root, and the framework category. Choose long-running process or one-shot snippet.
.agentsroom/commands.jsonOr let AI generate the commands
Click the magic wand: Claude reads your repo structure (package.json, Dockerfile, Makefile, pyproject.toml, Cargo.toml, go.mod, composer.json) and generates the full list of your start commands with the right paths, categories and icons. Review, tweak, save.
Start everything in one click
Press the global Play button to start every long-running process at once. Each command opens a real xterm.js terminal where you can see output, type on the keyboard and interact just like in iTerm2 or Terminal.app.
Detach the panel
Click the detach icon: the terminals section opens in an independent floating window you can drop on a second monitor. Your servers stay visible while you code in the main window.
Drive it from your phone
Open AgentsRoom on iOS or Android, pick your project, tap a command: it launches remotely on your Mac and you see its output live from your phone over 4G, 5G or Wi-Fi through the end-to-end encrypted relay.
Color-coded icons for every stack
Each command displays the icon and color of its framework. Spot your React frontend, your Django backend, your Expo bundler and your Docker services at a glance in your terminal list.
AI-powered command setup
New project? No need to configure every command manually. Click the magic wand: Claude scans your repository, detects the package manager (yarn, pnpm, npm, bun), every long-running service, every sub-project and every start command. It generates the full list with the right paths, framework categories, icons and folders. You review, adjust, and save. The entire setup takes seconds instead of minutes.
Default prompt
"Analyze my project structure and generate all the start commands for each long-running service, each sub-project and each dev server. Include the correct working directory, the shell command, and the appropriate framework category for each entry."
Want your agents to start the dev server themselves ?
AgentsRoom MCP exposes the same Terminal Commands you save here as MCP tools. Your AI agents can call commands_list, commands_run and commands_create through the Terminal Commands MCP server, then start your dev server, your API or your worker on their own.
That is just one of four AgentsRoom MCP servers. Backlog MCP, Prompt Library MCP and Browser MCP turn the rest of the AgentsRoom IDE into an agent-pilotable workspace. Manual when you want, automated when you don't.
Discover AgentsRoom MCPFAQ
How is this different from iTerm2, Warp, Ghostty or Terminal.app?
iTerm2, Warp, Ghostty, Kitty, Alacritty, WezTerm, Hyper and Terminal.app are all great terminal emulators. AgentsRoom Dev Terminals does not try to replace them for general system work: it is a project-scoped terminal manager. Commands are saved per project, launched in one click, drivable from mobile, and live next to your AI agents. If you mostly work on your own projects, you will spend 90% of your terminal time inside AgentsRoom without opening iTerm2.
Do AgentsRoom terminals really use xterm.js?
Yes. Every command opens a real xterm.js terminal backed by a pseudo-TTY on the Electron side. You get ANSI colors, scrollback, clickable links, keyboard input, dynamic resize and Unicode support — exactly like in a native terminal emulator.
How does remote command launch from mobile work?
From the iOS or Android app, you pick a project and a command. The mobile app sends an end-to-end encrypted message through the WebSocket relay. The desktop app receives the command, spawns a real PTY on your Mac in the correct working directory and streams the output in real time back to mobile. The command physically runs on your Mac, not on your phone. Perfect for restarting a server or worker while you are on the move.
Does detach mode work on multiple screens?
Yes. Click the detach icon: the Dev Terminals section opens in an independent floating window that you can drag onto a second monitor. Your logs and servers stay visible permanently while you code in the main AgentsRoom window.
What is the difference between a process and a snippet?
A process is a long-running service: dev server, backend, mobile bundler, file watcher, database. It stays alive until you stop it or it crashes. A snippet is a one-shot command: build script, migration, deploy, test. Both live in the same dashboard, but only processes are started by the global 'Start all' button.
Are commands shared with my team?
Yes. Public commands are stored in .agentsroom/commands.json inside your project directory. Commit this file: anyone who pulls the repo gets the same setup. Personal commands (local debug scripts) go to commands-personal.json, automatically added to .agentsroom/.gitignore.
How does AI command generation work?
When you click the magic wand, AgentsRoom spawns a Claude instance that reads your project structure (package.json, Dockerfiles, Makefiles, pyproject.toml, Cargo.toml…) to identify each long-running service and its start command. The result is a structured list of commands with paths, categories, folders and suggested names. You review the list before saving.
Stop juggling terminals, IDE and dev servers
Download AgentsRoom and replace your iTerm2, Warp or Ghostty tab manager with a real per-project terminal manager you can drive from your phone. Free for up to 3 projects.
Companion app: monitor your agents on the go
Bring your own: Claude, Codex, Gemini CLI, or other AI provider.
Push bugs and requests straight to your public backlog.