Isomux

Give your agents a cute office. Multi-device, multi-user, multi-agent collaboration.

Try the demo →
Get Started ↓ Docs Star on GitHub Discord

Feature Highlights

free · open source · no account needed

Multi-provider

Multi-agent

Multi-user

Multi-device

Cute in a useful way

QoL

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.