SkillAgentSearch skills...

Mux

A desktop app for isolated, parallel agentic development

Install / Use

/learn @coder/Mux
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

<div align="center"> <picture> <source media="(prefers-color-scheme: dark)" srcset="docs/img/white-mux.svg" /> <source media="(prefers-color-scheme: light)" srcset="docs/img/black-mux.svg" /> <img src="docs/img/black-mux.svg" alt="mux logo" width="18%" /> </picture>

Mux - Coding Agent Multiplexer

Download License: AGPL-3.0 Discord

</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)
    • Local: run directly in your project directory
    • Worktree: git worktrees on your local machine
    • SSH: remote execution on a server over SSH
  • Multi-model (sonnet-4-*, grok-*, gpt-5-*, opus-4-*)
    • Ollama supported for local LLMs (docs)
    • OpenRouter supported for long-tail of LLMs (docs)
  • 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.

Read the full documentation →

Install

Download pre-built binaries from the releases page for macOS and Linux.

More on installation →

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.

View on GitHub
GitHub Stars1.4k
CategoryDevelopment
Updated39m ago
Forks86

Languages

TypeScript

Security Score

100/100

Audited on Mar 27, 2026

No findings