CLI-JAW Documentation
All your AI subscriptions. One assistant. CLI-JAW routes Claude, ChatGPT, Codex, Gemini, Grok, and Kiro through a unified multi-agent orchestration platform.
npm install -g cli-jaw
jaw dashboard
What is CLI-JAW?
CLI-JAW is an open-source platform that lets you run multiple AI coding agents (Claude Code, Codex, Gemini CLI, Kiro, OpenCode, Copilot CLI) from a single dashboard. It adds an employee system where your main agent can dispatch tasks to other CLI agents, a PABCD orchestration workflow for structured development, persistent memory and goals, a built-in notes workspace, Kanban board, and integration with Telegram and Discord.
Key Features
| Feature | Description |
|---|---|
| Multi-Instance Dashboard | Run 7+ agent instances simultaneously. Start, stop, and manage from one UI. |
| Employee System | Your main agent dispatches tasks to other CLI tools as "employees." |
| PABCD Orchestration | Plan → Audit → Build → Check → Done. Structured development workflow. |
| Jawsidian Notes | Built-in markdown editor with graph view, wikilinks, and image paste. |
| Kanban Board | Task management with Backlog → Active → Review → Done lanes. |
| 200+ Reference Skills | Domain knowledge, automation, Office, browser, media, and deployment skills. AI activates the relevant runtime skills as needed. |
| Goal System | Persistent objectives that survive across sessions. |
| Computer Use | Desktop automation via Codex employee integration. |
| Telegram / Discord | Control your agents remotely from messaging apps. |
| Electron Desktop | Native app with terminal, diff viewer, folder panel, browser tabs. |
Architecture Overview
CLI-JAW consists of a Node.js 22 server with 201 handlers, including / plus 200 API and media endpoints. CLI, terminal TUI, Web PWA, Electron desktop, Telegram, Discord, and the Manager dashboard connect through the server and shared SQLite-backed state. The Architecture page covers the full system design.
CLI/TUI/Electron/Web/Telegram/Discord ──→ server.ts ──→ src/routes/*
Web events ──→ GET /api/events (SSE) ──→ event-bus
Dashboard (port 24576) ──→ src/manager/ + public/manager/
Agent streams ──→ NDJSON provider events + trace files
Getting Started
Head to the Quickstart guide to install CLI-JAW and run your first agent session in under 5 minutes.
- 직원한테 코드 리뷰 시켜줘
- 이 기능 PABCD로 개발해줘