Claw Light

Installing mccm

Install the mccm daemon and TUI on macOS.

mccm is written in Rust and runs on macOS. Pick whichever install method you prefer.

Heads up

The exact formula name and release assets are maintained in the mccm repository. If a command below has drifted, the repo README is the source of truth.

brew install jjroush/tap/mccm

Prebuilt binary

Download the latest archive for your architecture from the GitHub Releases page, then move the binary onto your PATH:

tar -xzf mccm-*.tar.gz
sudo mv mccm /usr/local/bin/

Build from source

Requires a recent stable Rust toolchain.

git clone https://github.com/jjroush/mccm
cd mccm
cargo install --path .

Verify

mccm --version

Run at login

mccm can install a launchd agent so the menu-bar daemon starts automatically:

mccm install --login

Next: using mccm →

On this page