mux
About
Mux, built by Coder, addresses the chaos of running multiple AI coding agents in parallel: each agent gets an isolated workspace — local directory, git worktree, or remote SSH host — while a central git-divergence view shows exactly how each agent's branch diverged from the shared base. The custom agent loop borrows Claude Code's interaction model (plan and execution modes, opportunistic context compaction, mode prompts) and runs against Anthropic, OpenAI, xAI, OpenRouter, or local Ollama models. Workspaces support local directories, git worktrees, and remote SSH environments, with a VS Code extension for jumping between them, integrated code review, and cost/token tracking per agent. A trademark conflict with the media-infrastructure company Mux.com forced a rename to Xum, though documentation remains at mux.coder.com during the transition. Developers running several agents concurrently — often with different models on the same task — use it to keep each agent's changes reviewable in isolation; the project is AGPL-3.0, actively developed, and self-hosted by design rather than a cloud service.