Claw-Empire is a local-first office simulator that turns your AI coding assistants into the employees of a virtual software company, with you as the CEO. Agents connected through CLI tools, OAuth, or direct API keys work in departments, hold meetings, deliver tasks, and gain experience, all rendered in a pixel-art office view.
Supported CLI providers include Claude Code, Codex CLI, Gemini CLI, OpenCode, Kimi Code, GitHub Copilot, and Antigravity. Agents can also be connected to external LLM APIs such as OpenAI, Anthropic, Google, Ollama, OpenRouter, Together, Groq, and Cerebras, with presets for OpenCode Go and Bailian Coding Plan. All data lives in an embedded SQLite database on your machine.
Work is organised as tasks that move through Inbox, Planned, Collaborating, In Progress, Review, and Done. You send $ directives to team leaders from the built-in chat or from a messenger, and each agent works in an isolated git worktree that is merged only after CEO approval. Six office packs (development, report, webresearchreport, novel, video_preprod, roleplay) apply different department topologies, routing schemas, and output templates.
The stack is React 19, Vite 7, Tailwind CSS 4, and PixiJS 8 on the front end, with an Express 5 backend, WebSocket updates, Zod validation, and PptxGenJS for slide export. Docker deployment runs as a non-root user and persists runtime data under ./data.
Features
- Pixel-art office: animated agents walk, work, and attend meetings across six departments (Planning, Development, Design, QA/QC, DevSecOps, Operations)
- Kanban board: drag-and-drop task lifecycle with department and agent filters
- CEO chat and directives: $ commands route work to team leaders with optional project path and context
- Meeting system: planned and ad-hoc meetings with AI-generated minutes and multi-round review
- Git worktree isolation: each agent's changes live on its own branch until you approve the merge
- Skills library: more than 600 categorised skills, plus custom .md skill upload
- Messenger integration: Telegram, WhatsApp, Discord, Google Chat, Slack, Signal, and iMessage sessions with tokens encrypted at rest (AES-256-GCM); OpenClaw bridging is optional
- OAuth: GitHub and Google sign-in with AES-encrypted token storage in SQLite
- Reports and export: completion reports, report history, and PowerPoint generation from minutes and reports
- Agent management: hire, edit, rank by XP, and kill stuck agents from an active-agent monitor
- Multi-language UI: English, Korean, Japanese, and Chinese
Integrates with
Claude Code
Terminal-based agentic coding tool that reads your codebase and runs tasks through natural-language commands
Codex
Lightweight coding agent that runs in your terminal
OpenClaw
Self-hosted single-operator assistant runtime that links models, tools, and messaging channels through one local Gateway
OpenCode
Open-source AI coding agent that runs in the terminal, an IDE, or a desktop app