This repository is a fork of Coder's official Mux, a desktop and browser app for parallel agentic development. It keeps the core Mux workflow and UX while extending it with additional provider and model support.
Compared with the official Mux repo, this fork adds:
- Chinese direct providers built in
- DeepSeek
- Z.AI
- Moonshot AI
- MiniMax
- Xiaomi
- Alibaba / DashScope
- Chinese built-in models
- DeepSeek V4 Pro / Flash
- GLM
- Kimi
- MiniMax
- Mimo
- Qwen
- Built-in local LLM providers (OpenAI-compatible, no API key required)
- LM Studio (
http://localhost:1234/v1) - oMLX (
http://localhost:8000/v1)
- LM Studio (
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.
- 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.
This fork is aimed at users who want the Mux experience but need:
- Better support for Chinese AI providers without custom provider setup
- Built-in access to popular Chinese model families from the model picker
Use this fork if you want the added provider and model capabilities described above.
If you are looking for upstream Mux releases and documentation, see:
- Official repo: coder/mux
- Official docs: mux.coder.com
See the official Mux documentation for the upstream product and core concepts.
See AGENTS.md for development setup and guidelines.
On Apple Silicon macOS, build and run the server image with Apple's native OCI CLI:
make container-run
curl --fail http://127.0.0.1:3000/healthThe server remains available as mux-server and its state is stored in the named mux-data volume. Use make container-logs, make container-stop, and make container-rm to manage it. make container-volume-rm also deletes the persisted server state.
The repository Dockerfile is the portable OCI recipe consumed by container build; docker-compose.yml is not used by Apple Container because it has no Docker socket or Compose support.
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.