Homebrew tap for ccmux — control tmux sessions from your phone.
brew tap Highwall2016/tap
brew install ccmuxThis installs two binaries:
| Binary | Role |
|---|---|
ccmux |
CLI — spawn, kill, list, and attach to sessions |
ccmux-agent |
Background daemon — streams your terminal to the mobile app |
ccmux auth loginOpens a browser to sign in with your ccmux account, registers your machine as a device, and starts ccmux-agent automatically. Your device will then appear in the ccmux mobile app.
Run this after ccmux auth login so credentials exist:
brew services start ccmux| Command | Effect |
|---|---|
brew services start ccmux |
Start agent now and on every login |
brew services stop ccmux |
Stop the agent and disable auto-start |
brew services restart ccmux |
Restart after a credential or config change |
Logs are written to $(brew --prefix)/var/log/ccmux-agent.log.
brew update && brew upgrade ccmuxbrew services stop ccmux # stop the agent first
brew uninstall ccmux
brew untap Highwall2016/tap| Formula | Description |
|---|---|
ccmux |
CLI + agent for the ccmux mobile app |