Mux
A desktop app for isolated, parallel agentic development
Install / Use
/learn @coder/MuxREADME
Mux - Coding Agent Multiplexer
</div>Mux is a desktop & browser application for parallel agentic development. It enables developers to plan and execute tasks with multiple AI agents on local or remote compute.
<p><img src="./docs/img/mux-demo.gif" alt="mux product demo" width="100%" /></p>Features
- Isolated workspaces with central view on git divergence (docs)
- Multi-model (
sonnet-4-*,grok-*,gpt-5-*,opus-4-*) - VS Code Extension: Jump into Mux workspaces directly from VS Code (docs)
- Supporting UI and keybinds for efficiently managing a suite of agents
- Rich markdown outputs (mermaid diagrams, LaTeX, etc.)
Mux has a custom agent loop but much of the core UX is inspired by Claude Code. You'll find familiar features like Plan/Exec mode, vim inputs, /compact and new ones
like opportunistic compaction and mode prompts.
Install
Download pre-built binaries from the releases page for macOS and Linux.
Screenshots
<!-- Screenshots below are generated from Storybook stories under Docs/README Screenshots --> <table> <tr> <td align="center" width="50%"> <img src="./docs/img/code-review.webp" alt="Screenshot of code review" width="100%" /><br> <sub>Integrated code-review for faster iteration</sub> </td> <td align="center" width="50%"> <img src="./docs/img/agent-status.webp" alt="Screenshot of agent status" width="100%" /><br> <sub>Agents report their status through the sidebar</sub> </td> </tr> <tr> <td align="center" width="50%"> <img src="./docs/img/git-status.webp" alt="Screenshot of git status" width="100%" /><br> <sub>Git divergence UI keeps you looped in on changes and potential conflicts</sub> </td> <td align="center" width="50%"> <img src="./docs/img/plan-mermaid.webp" alt="Screenshot of mermaid diagram" width="100%" /><br> <sub>Mermaid diagrams make it easier to review complex proposals from the Agent</sub> </td> </tr> <tr> <td align="center" width="50%"> <img src="./docs/img/auto-mode.webp" alt="Screenshot of auto mode" width="100%" /><br> <sub>Auto mode intelligently switches agent types for the best results</sub> </td> <td align="center" width="50%"> <img src="./docs/img/costs-tab.webp" alt="Screenshot of costs table" width="100%" /><br> <sub>Stay looped in on costs and token consumption</sub> </td> </tr> <tr> <td align="center" width="50%"> <img src="./docs/img/context-management.webp" alt="Screenshot of context management dialog" width="100%" /><br> <sub>Context management dialog keeps compaction controls in one place</sub> </td> <td align="center" width="50%"> <img src="./docs/img/orchestrate-agents.webp" alt="Screenshot of orchestrate agents" width="100%" /><br> <sub>Orchestrate parallel agent tasks with plan mode</sub> </td> </tr> <tr> <td align="center" colspan="2"> <img src="./docs/img/mobile-server-mode.webp" alt="Screenshot of mux mobile UI" width="40%" /><br> <sub>Mux server mode has a responsive UI for mobile users</sub> </td> </tr> </table>More reading
See the documentation for more details.
Development
See AGENTS.md for development setup and guidelines.
License
Copyright (C) 2026 Coder Technologies, Inc.
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, version 3 of the License.
See LICENSE for details.
