Projects

Open-source desktop app

Every coding agent, in one workspace.

Divisio runs Claude Code, Codex, Cursor, Grok and five more side by side — under your own CLI logins, on your own machine. Warm sessions so the agent is awake when you hit send, a git worktree per lane so they never collide, and a review pane that shows every line before it lands.

MIT licensed · No account · Apple silicon, macOS 11+

The Divisio workspace: a project sidebar, an agent thread rendering a codebase summary, and a composer with the agent and permission mode selected.

The agent is awake before you hit send

Most wrappers start a fresh CLI process for every message, so you pay the cold boot every single time. Divisio keeps one session per thread and talks to it directly. Same prompts, same machine — here is what changes.

To first token
1.5s
To first token
was 5.9s, every message
A repeat turn
616ms
A repeat turn
was around 12s
Stop responds
42ms
Stop responds
session stays warm
Snapshot before a turn
77ms
Snapshot before a turn
on a 6,700-file repo

It drives the CLIs you already pay for

Divisio runs the agent CLIs installed on your machine, signed in as you. Your plan, your rate limits, your data. It shows you which are installed, which have an update waiting, and tells you exactly how to install the rest.

The Providers screen listing nine agent CLIs with version numbers, installed badges, and per-agent toggles.
Supported agents, their session model, and whether approvals surface inside Divisio
AgentSessionApprovals
Claude CodeWarmThe CLI handles it
CodexWarmIn Divisio
Cursor AgentWarmIn Divisio
Grok BuildWarmThe CLI handles it
Qwen CodePer turnThe CLI handles it
OpenCodePer turnThe CLI handles it
Gemini CLIPer turnThe CLI handles it
GitHub CopilotPer turnThe CLI handles it
AntigravityPer turnThe CLI handles it

Every agent declares what it can actually do, and the interface follows. Where an agent will not hand over the decision, Divisio says so instead of showing an approve button that controls nothing.

Switch agent or model mid-project

Pick the agent in the composer and the model beside it. Divisio reads each CLI’s own catalogue rather than guessing, so the list is what that tool will actually accept today.

Change agent on a thread with history and Divisio hands the work over with a summary, so the next one starts with the context rather than a blank page.

The agent picker: a list of agents on the left, and a searchable model list for Claude Code on the right.

Your code never leaves your laptop

Divisio is a small daemon and a native window, not a cloud service. No account, no telemetry, and no key for anyone to leak — the agent CLIs authenticate as you, exactly as they do in your terminal. Bring an OpenAI-compatible endpoint if you want one, and its key stays on your machine.

Nothing to install first

The daemon ships inside the app. No runtime, no package manager, and no background service left behind. The whole download is under 70 MB.

Supervised by default

New projects start in confirm-first mode. Where an agent supports it, risky tool calls pause for you. You decide when to let one run freely.

Reach it from your phone

Pair a device over your own network to check on a long-running agent. Encrypted, revocable, and off by default — the daemon refuses to bind insecurely rather than quietly downgrade.

Stop waiting on cold starts

Install Divisio, point it at a repo, and send your first prompt. If you already have an agent CLI signed in, that is the whole setup.