Skip to content

Getting Started

gmux is a browser-based session manager for AI agents, test runners, and long-running processes. Long-running command-line work is easy to start and annoying to supervise: agents, watchers, builds, and shells end up buried in tabs or tmux panes. gmux gives you a live sidebar of everything running across a machine, visible from any browser.

Terminal window
brew install gmuxapp/tap/gmux

Or download both binaries (gmuxd + gmux) from GitHub Releases. On Windows, the Linux instructions work inside WSL.

Terminal window
gmux pi # launch a coding agent
gmux pytest --watch # or any command
gmux # open the dashboard

gmux auto-starts the daemon (gmuxd) on first run. Running gmux with no arguments opens the dashboard in a dedicated browser window (Chrome/Chromium --app mode when available, otherwise your default browser).

The first time, the sidebar will be empty. Click Add project to pick which project directories appear. Once added, sessions in those directories show up automatically. Click a session to attach a live terminal.

See Using the UI for a full walkthrough.