vLatest Alpha

THE MULTI-AGENT
workspace

Delegate, don't micromanage. INZONE orchestrates fleets of Claude agents — pipelines, worktrees, wiki, voice, plugins, and built-in diff reviews — all in one window.

~/projects/inzone
INZONE workspace preview

Core Capabilities

Built for agent work.

Preview
Several Agents. One Window.
01MULTI-PANE WORKSPACE

Several Agents. One Window.

Each pane is its own conversation and SDK session. Run Claude, Codex, or any CLI agent side-by-side. Zero context switching, zero juggling tabs.

Preview
One Orchestrator. Many Sub-Agents.
02LEAD MODE

One Orchestrator. Many Sub-Agents.

A top-pane Lead Agent delegates tasks to sub-agents below via a built-in messaging protocol. One agent plans, the others execute in parallel.

Preview
Chain Agents. Walk Away.
03FLOW PIPELINES

Chain Agents. Walk Away.

Build sequential agent workflows on a free-form canvas. Outputs flow forward via {previous}. Hit Run — plan, build, review, and ship without touching a keyboard between stages.

Preview
One-Click Workflow Recipes.
04TASKS

One-Click Workflow Recipes.

Nine pre-wired templates — Bug Fix, Code Review, Greenfield, Mobile Feature, Website Redesign, and more. Run them instantly or save your current session as a custom template.

Preview
Parallel Branches. Zero Interference.
05WORKTREES

Parallel Branches. Zero Interference.

Spin up a git worktree off any branch from the sidebar. Multiple agents work parallel branches simultaneously without touching each other's work.

Preview
Review, Revise, Ship.
06DIFF REVIEW + PR

Review, Revise, Ship.

Per-hunk approve/reject with a send-back loop for revisions. AI drafts the PR title and body. One click opens it via gh CLI — full GitHub flow without leaving the app.

Preview
Every Project. One Glance.
07MISSION CONTROL

Every Project. One Glance.

⌘⇧M opens a dashboard of every project, every agent. Live status, current tool, per-session cost, and time-since-activity — all in one place.

Preview
Browser-Grade Preview. Built In.
08PREVIEW PANE

Browser-Grade Preview. Built In.

Inline pane-swap with a real browser toolbar. 375px mobile-viewport simulator, ⌘+/⌘−/⌘0 zoom, reload-on-save via file watcher, inline DevTools, open-externally button. Never leave the app.

Preview
Real Shell. GPU-Accelerated.
09BUILT-IN TERMINAL

Real Shell. GPU-Accelerated.

Full PTY shell with WebGL-accelerated rendering, custom shortcut buttons, and persistence across panel open/close. Your processes keep running even when the pane is hidden.

Preview
Memory That Stays Current.
10PROJECT WIKI

Memory That Stays Current.

Markdown wiki at .inzone/wiki/ that agents read, edit, and cite. The bundled Wiki Protocol auto-injects into every agent prompt — agents are forced to keep it updated after every code-touching task.

Preview
Drive the Fleet by Voice.
11VOICE CONTROL

Drive the Fleet by Voice.

Powered by ElevenLabs. Spin up agents, message panes, switch modes, and ask wiki-grounded project questions — all hands-free while your hands stay on the keyboard or away from it entirely.

Preview
One Shelf. Every Tool.
12PLUGINS + MARKETPLACES

One Shelf. Every Tool.

Browse, install, and toggle Claude Code plugins — agents, skills, commands, MCPs, hooks — from inside the app. Anthropic's official marketplace plus any third-party one, all in one place.

Preview
Every Command, Picker-Ready.
13SLASH COMMANDS

Every Command, Picker-Ready.

/ opens a picker with project + user + plugin + built-in commands — /plan, /think, /review, /explain, /test. Argument templates included. Discover, don't memorise.

Preview
One Shelf. All Tools.
14WORKERS TAB

One Shelf. All Tools.

Claude Code, Codex, Aider, Gemini, plain shell — every CLI agent and worker lives on one shared toolbar. Drag-and-drop any tool onto any pane. No menu diving, no per-pane config — just grab and go.

Preview
In-App Agent + Skill Editor.
15AGENT EDITOR

In-App Agent + Skill Editor.

Wide CodeMirror Markdown drawer for editing every agent and skill in place. Per-agent tool, skill, and MCP allowlists. 12-color identity palette. AI-generated system-prompt button. No leaving the app to tweak a prompt.

Quick Demo

See Inzone in Action

Everything Else

Built for Power Users

MCP SERVERS

13 One-Click Integrations

Linear, Atlassian, Notion, Stripe, Brave, Playwright — OAuth via local callback. Per-agent opt-in. Tokens encrypted in the macOS keychain.

LAYOUTS

Instant 1–10 Pane Grids

One-click 1/2/4/6/8/10-pane layouts. Save and restore custom shapes. Switch without losing pane state.

WORKSPACES

Multi-Project Workspaces

Group related projects; switch the whole context with one click. Inactive projects keep streaming in the background.

PANE FOCUS

Fullscreen Any Pane

⌘F fullscreens the active pane. Others stay alive invisibly and keep working.

CLAUDE.MD MEMORY

Per-project + Global Memory

Memory files injected into every agent's system prompt. Scope picker lets you control what each agent sees.

RECOMMENDED SKILLS

One-Click Skill Installs

VoltAgent Awesome Design, Printing Press, Slack, Linear, Stripe, Notion, Figma, Firecrawl, and more. Setup guides for keys-required skills.

LOCAL-FIRST

Your Machine. Your Data.

Transcripts, agent definitions, MCP configs, OAuth tokens, voice settings — all local. Only outbound: Anthropic, optional ElevenLabs, and MCPs you add.

COST & USAGE

Live Per-Pane Cost Counters

Real-time per-pane, per-project, and global cost. Settings → Usage breaks totals down by day, agent, and model.

STRUCTURED Q&A

AskUserQuestion

Agents render structured multi-choice forms to you instead of guessing or rambling in prose.

CAVEMAN MODE

Caveman Mode™

~65–75% fewer natural-language tokens in assistant replies. Code, paths, and identifiers preserved verbatim. Good for your bill.

THEMES

Light & Dark Themes

Warm paper-and-ink light. Deep slate + amber dark. Live toggle in the workspace bar.

VIM MODE

Modal Editing Everywhere

Settings → Editor enables Vim keybindings across every CodeMirror surface — composer, wiki, CLAUDE.md, MCP JSON. Synced across windows.

IMAGE ATTACHMENTS

Drop, Paste, or Attach

PNG/JPEG/WEBP/GIF in the composer. Vision-capable models see them as part of the user turn.

KEYBOARD POLISH

Shortcuts, Scroll, Collapse

Settings → Shortcuts reference with platform-aware glyphs. Auto-scroll pin with Jump to Latest pill. Collapsing tool-call rows.

COMPATIBILITY

Claude Code Config Just Works

Reads ~/.claude/agents/, skills, .claude.json, .mcp.json, project CLAUDE.md, and plugin install state — everything you've already set up keeps working.

VS the Alternatives

Why Not Just Use Claude Code?

FeatureINZONEClaude CodeCursor
Multi-pane agent workspace
Lead mode orchestration
Visual flow pipelines
Project Wiki + Protocol
Hands-free voice commands
Multi-project workspaces
Live cost telemetry
Built-in preview + DevTools
YesPartialNo

Design Philosophy

"We don't need simply more chatbots. We need environments that orchestrate them.
Process, structure, and parallel paths over raw inference."

INZONE Architecture

Get Started

Initialize Your Flow

Deploy INZONE globally and start orchestrating sequential agent environments right from your CLI in minutes.

终端 bash
npm install -g inzone-core
added 42 packages in 1.2s
inzone init --workspace="./project"
✔ Environment orchestrated successfully.

Ready to orchestrate?

Join the alpha. Start running multi-agent workflows out of the box and stop babysitting your processes.