An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          



mux logo

# Mux - Coding Agent Multiplexer

[![Download](https://img.shields.io/badge/Download-Releases-purple)](https://github.com/coder/mux/releases)
[![License: AGPL-3.0](https://img.shields.io/badge/License-AGPL%203.0-blue.svg)](LICENSE)
[![Discord](https://img.shields.io/discord/1446553342699507907?logo=discord&label=Discord)](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.

mux product demo

## 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

Screenshot of code review

Integrated code-review for faster iteration

Screenshot of agent status

Agents report their status through the sidebar

Screenshot of git status

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

Screenshot of mermaid diagram

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

Screenshot of costs table

Stay looped in on costs and token consumption

Screenshot of context management dialog

Context management dialog keeps compaction controls in one place

Screenshot of orchestrate agents

Orchestrate parallel agent tasks with plan mode

Screenshot of mux mobile UI

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.