Skip to content

Quickstart

Get AgentMux running with your first agent in under 5 minutes.

Download from agentmux.ai for your platform:

  • macOS.dmg installer (Apple Silicon)
  • Windows.exe installer or portable .zip
  • Linux — AppImage

See Installation for detailed steps.

When AgentMux opens, you’ll see a default terminal pane. The key areas are:

  • Top bar — Tab management and widget launcher (right side icons)
  • Workspace — Your pane grid, drag to rearrange
  • Status bar — Connection status and system info

Open an agent pane (Cmd+Shift+A / Alt+Shift+A, or click the agent icon in the top bar), then open the agent pane’s settings panel (cog icon in the pane header) and switch to the Memory tab. See Memory bundles for the full configuration surface.

Click + New Memory and fill in:

FieldExample
Namemy-claude
ProviderClaude Code
Working Directory/home/user/projects/myapp

Click Create.

In the Launch Agent modal, pick your Memory bundle (and optionally an Identity bundle for credentials). Click Launch to open an agent pane.

The agent starts in a new pane within your workspace. You’ll see:

  • Real-time streaming output
  • Tool calls as they execute
  • File diffs when the agent writes files

Run a terminal alongside your agent:

  1. Press Cmd+D (Alt+D) to split right
  2. The new pane opens as a terminal
  3. Navigate between panes with Ctrl+Shift+Arrow

Click the chart icon in the top bar to add a Sysinfo pane. It shows live CPU, memory, network, and disk I/O graphs.

AgentMux supports multiple agents running simultaneously. Open the Memory pane again and create bundles for different providers:

  • Claude Codeclaude -p --output-format stream-json --verbose --include-partial-messages --dangerously-skip-permissions
  • Codex CLIcodex exec --json --dangerously-bypass-approvals-and-sandbox -
  • Gemini CLIgemini --output-format stream-json --yolo -p ""
  • OpenClawacpx --agent openclaw
  • Kimi Code CLIkimi --print --output-format stream-json --yolo -p ""
  • GitHub Copilot CLIcopilot --acp
  • Pipi --json

Each agent runs in its own pane. Use the Swarm view to monitor all of them at once.