새 기능

Dev Terminals
모든 서비스를 위한

프로젝트에 백엔드, 프론트엔드, 모바일 앱, 릴레이 서버가 있습니다. 예전에는 터미널 탭 4개를 열고 각 시작 명령어를 직접 입력했습니다. 이제 버튼 하나만 누르면 됩니다.

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 Dev Terminals 대시보드: 여러 프로젝트 서비스의 상태 표시기와 원클릭 실행

모든 프로젝트 서비스를 한 화면에서. 초록색은 실행 중, 빨간색은 충돌.

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.

iTerm2Terminal.appWarpGhosttyKittyAlacrittyWezTermHyperTabbyCore ShellContourTermiusWavetmuxzellij

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.

작동 방식

01

프로젝트 열기

프로젝트 뷰에서 Dev Terminals가 에이전트 및 프롬프트 옆에 표시됩니다. 아직 명령어가 없으면 프로젝트 루트에 기본 터미널이 자동으로 생성됩니다.

02

명령어 추가

+를 클릭하여 명령어를 추가하세요. 이름, 셸 명령어, 작업 디렉토리(프로젝트 루트 기준 상대 경로)를 설정하고 카테고리를 선택하세요. 장기 실행 프로세스인지 일회성 스니펫인지 지정합니다.

.agentsroom/commands.json
03

또는 AI에게 맡기기

마법 지팡이 아이콘을 클릭하세요. Claude가 프로젝트 구조(package.json, Dockerfile, Makefile 등)를 분석하고 올바른 경로와 카테고리가 포함된 모든 명령어를 생성합니다. 결과를 검토하고, 필요하면 수정한 후 저장하세요.

04

전체 시작

전체 재생 버튼을 눌러 모든 프로세스를 한 번에 실행하세요. 또는 개별적으로 시작할 수도 있습니다. 각 프로세스는 로그를 확인하고 서비스와 상호작용할 수 있는 실제 터미널을 생성합니다.

05

모니터링 및 대응

상태 표시기가 어떤 서비스가 실행 중이고 어떤 서비스가 충돌했는지 보여줍니다. 서비스를 클릭하면 터미널 출력을 확인할 수 있습니다. 충돌한 서비스는 한 번의 클릭으로 재시작하세요. 빌드, 배포, 테스트 실행 같은 자주 사용하는 작업에는 스니펫을 활용하세요.

06

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.

30개 이상의 프레임워크

모든 스택을 위한 아이콘

각 명령어에 프레임워크의 아이콘과 색상이 표시됩니다. React 프론트엔드, Django 백엔드, Docker 서비스를 한눈에 구분하세요.

ReactNext.jsVueNuxtAngularSvelteExpoReact NativeElectronNode.jsNestJSExpressDjangoFastAPIRailsLaravelSpringGoRustPythonRubyJava.NETPHPDockerDatabaseRedisWebSocketGatewayWorkerScriptMonorepo

AI 기반 명령어 설정

새 프로젝트를 시작하나요? 각 명령어를 수동으로 설정할 필요가 없습니다. 마법 지팡이를 클릭하면 Claude가 레포지토리 구조를 분석하여 모든 서비스, 빌드 스크립트, 시작 명령어를 감지합니다. 올바른 경로, 카테고리, 아이콘이 포함된 전체 명령어 목록을 생성합니다. 결과를 검토하고, 필요하면 수정한 후 저장하세요. 몇 분이 아닌 몇 초면 전체 설정이 완료됩니다.

기본 프롬프트

"내 프로젝트 구조를 분석하고 각 서비스, 각 하위 프로젝트, 각 빌드 단계에 대한 모든 시작 명령어를 생성해줘. 각 항목에 올바른 작업 디렉토리, 셸 명령어, 적절한 프레임워크 카테고리를 포함해줘."

소개 : AgentsRoom MCP

에이전트가 dev 서버를 직접 시작하도록 하시겠어요 ?

AgentsRoom MCP는 여기에 저장하는 동일한 Terminal Commands를 MCP 도구로 노출합니다. AI 에이전트가 Terminal Commands MCP 서버를 통해 commands_list, commands_run, commands_create를 호출하여 dev 서버, API, worker를 직접 시작할 수 있습니다.

이는 4개의 AgentsRoom MCP 서버 중 하나일 뿐입니다. Backlog MCP, Prompt Library MCP, Browser MCP가 AgentsRoom IDE의 나머지를 에이전트 조종 가능 공간으로 바꿉니다.

AgentsRoom MCP 알아보기

FAQ

iTerm2나 tmux와 어떻게 다른가요?

iTerm2나 tmux에서는 탭을 수동으로 열고, 각 디렉토리로 이동하고, 각 명령어를 입력합니다. 서비스가 충돌해도 해당 탭을 보기 전까지 알 수 없습니다. Dev Terminals는 프로젝트별로 명령어를 영구 저장하고, 각 서비스의 실시간 상태를 표시하며, 한 번의 클릭으로 전체를 시작할 수 있습니다. 명령어는 레포에 저장되므로 팀원 모두 같은 설정을 사용할 수 있습니다.

프로세스와 스니펫의 차이는 무엇인가요?

프로세스는 개발 서버, 백엔드, 파일 감시자 같은 장기 실행 서비스입니다. 중지하거나 충돌할 때까지 계속 실행됩니다. 스니펫은 빌드 스크립트, 데이터베이스 마이그레이션, 배포 단계 같은 일회성 명령어입니다. 둘 다 같은 대시보드에 저장되지만, '전체 시작' 버튼으로는 프로세스만 실행됩니다.

AI 명령어 생성은 어떻게 작동하나요?

마법 지팡이를 클릭하면 AgentsRoom이 프로젝트 구조를 읽는 Claude 인스턴스를 실행합니다. package.json, Dockerfile, Makefile 및 기타 설정 파일을 감지하여 각 서비스와 시작 명령어를 식별합니다. 결과는 경로, 카테고리, 추천 이름이 포함된 구조화된 명령어 목록입니다. 저장하기 전에 목록을 검토할 수 있습니다.

명령어를 팀과 공유할 수 있나요?

네. 공개 명령어는 프로젝트 디렉토리 내 .agentsroom/commands.json에 저장됩니다. 이 파일을 커밋하면 레포를 풀하는 모든 사람이 같은 명령어를 사용할 수 있습니다. 개인 명령어(로컬 디버그 스크립트 등)는 commands-personal.json에 저장되며, .agentsroom/.gitignore에 자동으로 추가됩니다.

Dev Terminals가 필요 없으면 비활성화할 수 있나요?

네. 설정을 열고 Feature Flags 섹션으로 이동하세요. Dev Terminals를 끄면 모든 프로젝트 뷰에서 해당 기능이 사라집니다. 저장된 명령어를 잃지 않고 언제든 다시 활성화할 수 있습니다.

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.

터미널 탭 사이를 오가지 마세요

AgentsRoom을 다운로드하고 모든 서비스를 하나의 대시보드에서 실행하세요. 3개 프로젝트까지 무료.

무료AgentsRoom 다운로드

컴패니언 앱: 이동 중에도 에이전트를 모니터링

Claude, Codex, Gemini CLI 또는 다른 AI 공급자를 사용하세요.

확장 프로그램 설치
Chrome Web Store

버그와 요청을 공개 백로그로 바로 보내세요.

멀티 프로젝트
멀티 프로바이더
멀티 에이전트
실시간 상태
파일 diff & 커밋
모바일 앱
라이브 프리뷰
에이전트 팀
브라우저 자동화
백로그 기반 개발
프롬프트 라이브러리
스킬 라이브러리