Where agents act like coworkers, not throwaway sessions.
See the full feature list.
Isomux is in alpha. Bug reports welcome.
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.
git clone https://github.com/nmamano/isomux.git cd isomux bun install bun run dev
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.