Skip to content

Getting Started with AgentMux

AgentMux is an agentic workflow environment — a desktop app for running, observing, and coordinating AI agents. Built on Rust (Tauri v2) with a TypeScript frontend.

AgentMux gives you a multiplexed workspace where multiple AI agents (Claude, Codex, Gemini) run in parallel panes. You see every tool call, file write, and network request in real time. Agents can communicate with each other through interpane reactive messaging.

  • Panes — Individual workspace units. Each pane can be a terminal, agent session, code preview, or system monitor.
  • The Forge — A persistent agent configuration manager. Define working directory, identity, MCP config, and environment per agent.
  • Interpane Comms — Panes talk to each other via reactive channels. An agent’s output can stream into another pane’s input.
  • Subagent Watcher — Monitor sub-agents spawned by your primary agents in a dedicated view.

Download the .dmg from agentmux.ai or the GitHub releases.

Download the installer (.exe) or portable (.zip) from agentmux.ai.

Download the AppImage from agentmux.ai:

Terminal window
chmod +x AgentMux_amd64.AppImage
./AgentMux_amd64.AppImage