Secure, agentic collaboration.

Anywhere, anytime, with anyone.

Consortium is one live workspace for your team and every AI agent you run. Start a run on your laptop, steer it from your phone, hand it to a teammate mid-thought — the agents keep working through all of it.

Download for macOS

$ npm install -g consortium@latest && consortium

$ npm i -g consortium

Learn more ↓

Works with every agent you already run

  • Consortium Code
  • Claude Code
  • Codex
  • Gemini
  • Grok
  • opencode
  • Pi
  • OpenClaw
  • Hermes

Close the terminal. The run keeps going.

Sessions started through Consortium belong to a persistent daemon on your machine, not to the terminal window that opened them. Shut the lid, lose Wi-Fi, catch a train — the agent keeps working, and you reattach from desktop, browser or phone exactly where it is.

How to keep Claude Code running after closing the terminal →

Start on your laptop. Steer from your phone.

Scan a QR code once and your phone joins the live session. When the agent needs permission you approve from wherever you are, and when you sit back down the desktop is on the same session, mid-thought.

Get connected in a minute →

Your whole team, one workspace.

Sessions live in an organisation workspace, not on one person's laptop. Teammates with access can watch a run, redirect it and approve its diffs without shell access to the machine it runs on — the workspace key is wrapped separately for each member.

Consortium for teams →
  • Push notifications

    Get alerted when your agent needs permission or hits an error, wherever you are.

  • Open source

    Audit the code yourself. Analytics are opt-in and never include your code or prompts.

  • Self-hostable

    Run the entire stack on your own infrastructure for full control.

Your code stays yours

Agents execute on your machine, against your files, on your own model credentials — Consortium never becomes a hop for model traffic.

  1. Machine

    Running AI agents

  2. Relay

    Stores only encrypted blobs

  3. Client

    Decrypts locally in your browser

The relay moves encrypted blobs between your devices, and you choose who holds the key: escrow custody so a lost phrase is not a lost account, or end-to-end so only your devices can read anything. The crypto library is MIT-licensed and the whole stack is self-hostable.

Read the security model →

Already using Claude Code Remote Control?

It tethers your phone to a live local process. Consortium outlives the process, works across every supported agent, and adds team workspaces.

Compare Consortium with Claude Code Remote Control →

Up and running in a minute

  1. 1

    Install

    $ npm install -g consortium

  2. 2

    Run

    $ consortium

  3. 3

    Connect

    Scan the QR code from the web or mobile app

Get Started

Free tier included — no credit card required. See pricing.

Questions

What does Consortium mean?

A consortium is a group that comes together to accomplish what none of its members could alone — from the Latin consors, "one who shares a common lot". The product is named for what it does: it puts the people on a team and the AI coding agents they run into one shared workspace, so the work passes between them instead of being trapped on one person's laptop.

Can a whole team share the same AI agent sessions?

Yes. Sessions live in an organisation workspace rather than on one machine. Members with access can attach to a running session, see what the agent has done, and approve or stop it, without needing shell access to the computer the agent runs on. Sharing is a property of the workspace, so who can see a session is set in one place.

How do people and AI agents work together in Consortium?

An agent runs on a team member's machine but is reachable inside the shared workspace, so it behaves like a participant rather than a background process. One person can start a run, a second can review or redirect it from a phone, and the agent keeps working through both — because the session belongs to a persistent daemon rather than to whoever opened the terminal.

How do I keep a coding agent session running after I close my terminal?

Start it through Consortium rather than directly: run consortium in place of claude, codex, gemini or whichever agent you use. Consortium runs the agent under a persistent daemon, so the session belongs to the daemon rather than your terminal window. Closing the terminal, losing Wi-Fi or sleeping the laptop leaves the run going; you reattach from desktop, browser or phone. Terminal sessions use tmux where it is installed.

Which AI coding agents does Consortium support?

Consortium Code, Claude Code, Codex, Gemini CLI, Grok, opencode, Pi, OpenClaw and Hermes. Consortium wraps the agent CLI rather than integrating with a specific model provider, so the same persistence, handoff, notification and encryption behaviour applies to all of them, and new agents are added as adapters rather than rewrites.

Am I locked into one model provider?

No. Consortium is a control surface over whichever agent CLI you already run, using your own credentials for that agent. Switching from one agent to another does not change how you reach your sessions, and running several different agents side by side is the normal case rather than an edge case.

What is the difference between Consortium and a built-in remote control feature?

Vendor remote-control features tether a mobile view to a live local process: if that process exits or the network drops for long enough, the session ends. Consortium runs the session under a persistent daemon that outlives both, works across every supported agent instead of one vendor's, and adds organisations and shared workspaces for teams. It is also open core and can be self-hosted.

Does my source code get sent to Consortium servers?

Your code executes on your own machine — Consortium is a control surface, not a hosted runtime. Session content that syncs between your devices is encrypted in transit and at rest, and you choose who holds the key. New accounts default to escrow custody: your account key is sealed to a server key and stored, so we can restore it when you sign in on a new device — which also means we are able to unseal it. Choose end-to-end custody instead and the key exists only on your devices, the relay can never read your content, and nobody can recover it for you if you lose your recovery phrase. Accounts created before 2026-09-07 are end-to-end and were not migrated. The encryption library is MIT-licensed and auditable.

Can I self-host the Consortium server?

Yes. The server can run on your own infrastructure so no session data transits hardware you do not control. The client and encryption code are source-available under the repository licence; contact licensing@consortium.dev for commercial self-hosting terms.

Is there a free tier?

Yes. The free tier includes persistent sessions and access from every device, with up to three concurrent sessions across three of your own machines, and no credit card is required. Paid tiers add unlimited sessions and machines, managed machines, more storage and monthly usage credits.

How do I install Consortium?

Install the CLI with npm install -g consortium, then start agents through it instead of calling them directly. There is nothing else to configure — your existing agent credentials, settings and project files are used as-is.

Is Consortium open source?

Consortium is open core. The encryption library, browser protocol and TypeScript, Python and extension SDKs are MIT-licensed. The CLI, app and browser core are under Business Source License 1.1, each release converting to Apache 2.0 four years after it ships. The backend server is proprietary.