Overview
Consortium is a mobile and web client for coding agents. Run
consortium instead of claude (or codex, gemini, grok, pi) on
your computer, and the session becomes reachable — end-to-end encrypted —
from your phone, browser, or any other signed-in device. Approve tool
calls, redirect the agent, or take the keyboard back with one keypress.
The pieces
Section titled “The pieces”| Component | Role |
|---|---|
| Consortium CLI + daemon | Wraps the agent CLIs on your machine; hosts sessions; injects credentials at spawn |
| Consortium App | Web (app.consortium.dev) and desktop client; mobile apps coming soon |
| Consortium Server | Encrypted sync, device auth, billing, and the External API |
| Model proxy | Optional managed inference, billed in credits |
| SDKs | Official TypeScript and Python SDKs for the External API |
Where agents run
Section titled “Where agents run”On your machines. A session is rooted in a directory on a computer you control — your laptop, a desktop at home, a server you provisioned. The server never runs your agent and never sees your session content in plaintext; it brokers encrypted state between your devices. (See Security & encryption for the precise boundary.)
How a session flows
Section titled “How a session flows”- You run
consortium claudein a repo (or start a session on any online machine from the app). - The daemon registers the session; encrypted state syncs to your devices.
- You drive it from wherever you are — terminal or app. Sending a prompt from the app switches the session to remote mode; pressing any key in the original terminal takes it back.
- History persists (encrypted) until you delete it; the session survives daemon restarts and network drops.
What Consortium is not
Section titled “What Consortium is not”- Not a cloud sandbox. There is no hosted agent runtime today; compute is yours.
- Not a model reseller lock-in. BYOK traffic goes directly from your machine to your vendor, unmetered. Managed credits exist for when you’d rather not manage keys.
- Not a black box. The client and encryption code are source-available; the encryption design is documented and blunt about its limits.
Where next
Section titled “Where next”- Quickstart — install to first session in five minutes.
- Concepts — the vocabulary.
- Architecture — the full picture.