Homebrew tap for amux — the open-source control plane for AI coding agents.
brew install mixpeek/amux/amux
amux serve # → https://localhost:8822
brew services start amux # optional: always-on dashboardOn each amux release vX.Y.Z:
curl -sL https://github.com/mixpeek/amux/archive/refs/tags/vX.Y.Z.tar.gz | shasum -a 256
# bump `url` + `sha256` in Formula/amux.rb, commit, push