Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3,461 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mux logo

Mux Fork - Coding Agent Multiplexer

License: AGPL-3.0

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.

mux product demo

What Sets This Fork Apart

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)

Base Mux Features

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

Why This Fork

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

Install

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:

More reading

See the official Mux documentation for the upstream product and core concepts.

Development

See AGENTS.md for development setup and guidelines.

Server image with Apple Container

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/health

The 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.

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.

About

A desktop app for isolated, parallel agentic development

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages