Skip to content

Installation

AgentMux is available for Windows, macOS, and Linux. Under 25MB installed, 35-125MB memory at runtime.

Download the .dmg installer from agentmux.ai or GitHub Releases.

  1. Open the .dmg file
  2. Drag AgentMux to your Applications folder
  3. Launch from Applications or Spotlight

The macOS build is code-signed and notarized.

Two options available from agentmux.ai:

Download AgentMux_x64-setup.exe and run the NSIS installer. It will install to %LOCALAPPDATA%\AgentMux.

Download agentmux-x64-portable.zip and extract anywhere. No installation required — run AgentMux.exe directly.

Download AgentMux_x64.msix for Windows Store-style installation with automatic updates.

Terminal window
# Download
curl -LO https://agentmux.ai/releases/latest/AgentMux_amd64.AppImage
# Make executable
chmod +x AgentMux_amd64.AppImage
# Run
./AgentMux_amd64.AppImage
  • A display server (X11 or Wayland)
  • WebKitGTK (usually pre-installed on modern distros)

After launching AgentMux, you should see the workspace with a default terminal pane. Press Cmd+Shift+A (macOS) or Alt+Shift+A (Windows/Linux) to open the agent panel.