Installation

macmon can be installed on macOS using several common package managers.

Homebrew

Install macmon using Homebrew:

brew install macmon

This is the recommended installation method for most users.

MacPorts

Install macmon using MacPorts:

sudo port install macmon

Cargo

If you have the Rust toolchain installed, you can install macmon directly from Crates.io using Cargo:

cargo install macmon

Nix

Install macmon using the Nix package manager:

nix-env -i macmon

Build from Source

Alternatively, you can build macmon directly from the source code. This is useful if you want to contribute to the project or use the very latest, unreleased version.

For detailed instructions, please see the Contributing Guide.