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.
Install
Section titled “Install”brew install gmuxapp/tap/gmuxcurl -sSfL https://gmux.app/install.sh | shOr download both binaries (gmuxd + gmux) from GitHub Releases. On Windows, the Linux instructions work inside WSL.
gmux pi # launch a coding agentgmux pytest --watch # or any command
gmux # open the dashboardgmux 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.