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

FeatureDescription
Multi-Instance DashboardRun 7+ agent instances simultaneously. Start, stop, and manage from one UI.
Employee SystemYour main agent dispatches tasks to other CLI tools as "employees."
PABCD OrchestrationPlan → Audit → Build → Check → Done. Structured development workflow.
Jawsidian NotesBuilt-in markdown editor with graph view, wikilinks, and image paste.
Kanban BoardTask management with Backlog → Active → Review → Done lanes.
118 SkillsDomain knowledge plugins. AI finds and activates them automatically.
Goal SystemPersistent objectives that survive across sessions.
Computer UseDesktop automation via Codex employee integration.
Telegram / DiscordControl your agents remotely from messaging apps.
Electron DesktopNative app with terminal, diff viewer, folder panel, browser tabs.

Architecture Overview

CLI-JAW consists of a Node.js server that exposes 141 API endpoints across 15 route modules. Four interfaces (CLI, Web, Telegram, Discord) connect through the server. The Architecture page covers the full system design.

CLI (bin/commands/*) ──→ server.ts ──→ routes/*
Web (public/)        ──→     ↓       ──→ core/
Telegram Bot         ──→     ↓       ──→ agent/
Discord Bot          ──→     ↓       ──→ orchestrator/
Dashboard (port 24576) ─→ manager/   ──→ memory/

Getting Started

Head to the Quickstart guide to install CLI-JAW and run your first agent session in under 5 minutes.

Try it:
  • 직원한테 코드 리뷰 시켜줘
  • 이 기능 PABCD로 개발해줘