Skip to content

coder/mux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,143 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
mux logo

Mux - Coding Agent Multiplexer

Download License: AGPL-3.0 Discord

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)
    • 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

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 project secrets
Project secrets help split your Human and Agent identities
Screenshot of costs table
Stay looped in on costs and token consumption
Screenshot of opportunistic compaction
Opportunistic compaction helps keep context small

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.