https://github.com/coder/mux
A desktop app for isolated, parallel agentic development
https://github.com/coder/mux
agent ide
Last synced: 17 days ago
JSON representation
A desktop app for isolated, parallel agentic development
- Host: GitHub
- URL: https://github.com/coder/mux
- Owner: coder
- License: agpl-3.0
- Created: 2025-09-17T15:45:53.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2026-03-03T12:19:50.000Z (about 2 months ago)
- Last Synced: 2026-03-03T12:24:59.347Z (about 2 months ago)
- Topics: agent, ide
- Language: TypeScript
- Homepage: https://mux.coder.com
- Size: 55.7 MB
- Stars: 1,287
- Watchers: 4
- Forks: 73
- Open Issues: 182
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Agents: AGENTS.md
Awesome Lists containing this project
- awesome-agent-orchestrators - mux - A desktop app for isolated, parallel agentic development. (Parallel Agent Runners)
- awesome - coder/mux - A desktop app for isolated, parallel agentic development (TypeScript)
- awesome-agent-desktop - Mux - The terminal for orchestrating agents - Run dozens of Claude Code, OpenCode, or any other CLI agents on your machine (Uncategorized / Uncategorized)
README

# Mux - Coding Agent Multiplexer
[](https://github.com/coder/mux/releases)
[](LICENSE)
[](https://discord.gg/thkEdtwm8c)
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.

## Features
- **Isolated workspaces** with central view on git divergence ([docs](https://mux.coder.com/runtime))
- **[Local](https://mux.coder.com/runtime/local)**: run directly in your project directory
- **[Worktree](https://mux.coder.com/runtime/worktree)**: git worktrees on your local machine
- **[SSH](https://mux.coder.com/runtime/ssh)**: remote execution on a server over SSH
- **Multi-model** (`sonnet-4-*`, `grok-*`, `gpt-5-*`, `opus-4-*`)
- Ollama supported for local LLMs ([docs](https://mux.coder.com/config/models#ollama-local))
- OpenRouter supported for long-tail of LLMs ([docs](https://mux.coder.com/config/models#openrouter-cloud))
- **VS Code Extension**: Jump into Mux workspaces directly from VS Code ([docs](https://mux.coder.com/integrations/vscode-extension))
- 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](https://mux.coder.com/workspaces/compaction) and [mode prompts](https://mux.coder.com/agents/instruction-files#mode-prompts).
**[Read the full documentation →](https://mux.coder.com)**
## Install
Download pre-built binaries from [the releases page](https://github.com/coder/mux/releases) for
macOS and Linux.
[More on installation →](https://mux.coder.com/install)
## Screenshots

Integrated code-review for faster iteration

Agents report their status through the sidebar

Git divergence UI keeps you looped in on changes and potential conflicts

Mermaid diagrams make it easier to review complex proposals from the Agent

Stay looped in on costs and token consumption

Context management dialog keeps compaction controls in one place

Orchestrate parallel agent tasks with plan mode

Mux server mode has a responsive UI for mobile users
## More reading
See [the documentation](https://mux.coder.com) for more details.
## Development
See [AGENTS.md](./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](./LICENSE) for details.