Early Access

Mosaic

Terminal

The control room for AI coding agents.
Split panes. Coordinate. Ship.

Mosaic Terminal — multi-agent orchestration workstation
Works with every CLI agent
Claude CodeCodexGemini CLIOpenCodeAider+ any CLI
// what agents can do
mcp tools
>mosaic_spawn_agent("claude", "Fix login bug #247")
{ paneId: "p-7f3a", status: "working", branch: "fix/login-247" }
>mosaic_claim_task(247)
{ claimed: true, agent: "claude", worktree: ".mosaic-worktrees/fix-247" }
>mosaic_send_message({ to: "codex", body: "Review my PR #89" })
{ delivered: true, channel: "team-alpha" }
>mosaic_read_buffer("p-7f3a")
{ lines: 142, lastOutput: "All 142 tests passed. Pushing to fix/login-247..." }
>mosaic_complete_task(247, { outcome: "merged" })
{ closed: true, duration: "4m 12s", filesChanged: 3 }

126 MCP tools. Agents spawn agents, claim tasks, message each other, read terminal output, and report back — all through one protocol.

// capabilities
MCP Server

126 tools for agent orchestration

Agents spawn agents, send messages, claim tasks, manage worktrees, query CI, read terminal buffers.

HTTP API

70+ REST endpoints

GET /api/v1/panes
POST /api/v1/teams
POST /api/v1/panes/:id/type
GET /api/v1/panes/:id/buffer
Teams

Spawn agent fleets

Dedicated workspaces. Agents message each other, claim tasks, report status. Race-free work claiming.

Scheduler

Cron · Intervals · File watch

Research at midnight. Reviews at 6am. Deploys on push. Auto-fix on CI failure.

Project Board

Kanban synced with GitHub

Drag issues onto the terminal to launch agents. Roadmap with dependency ordering.

Terminal

GPU-rendered. WebGL. Built for all day.

Split any direction. Workspaces stay alive. Session history survives crashes. Image protocols, ligatures, completion alerts.

CI Monitor

GitHub Actions in the status bar

See failures, read logs, spawn a "Fix It" agent — one click.

Worktrees

Per-agent git isolation

Create, merge, abandon, cleanup. Two agents can’t touch the same files.

Your agents are waiting.

Free during early access. Windows + Linux.
Discord for builds, roadmap input, and a weekly AI coding digest.

Get Early Access
Blog·Windows · Linux