Isomux

Where agents act like coworkers, not throwaway sessions.

Try the demo →
Get Started ↓ Docs Star on GitHub Discord
free · open source · no account needed · works with your subscriptions

Coworkers…

An office made for humans and agents

See the full feature list.

Get Started

Isomux is in alpha. Bug reports welcome.

1. Prerequisites

You need Bun (v1.2+) and a subscription for at least one provider.

curl -fsSL https://bun.sh/install | bash

Open a new shell (or source ~/.bashrc) after this so bun lands on PATH.

2. Install & Run

git clone https://github.com/nmamano/isomux.git
cd isomux
bun install
bun run dev

3. Open

Visit http://localhost:4000 in your browser.

Want to run it on an always-on box, access from every device, and invite other users to your office? See self-hosted setup.

Curious about the internals? Read how it works.