MAI (Mac Activity Indicator) is a menu bar application to show activity stats like CPU and RAM usage.
The only requirements for this project are Rust
and Cargo
.
Both can be installed with Rustup
: https://www.rust-lang.org/tools/install
cargo run
- Runs the appcargo test
- Runs all testscargo build
- Builds app intarget/debug
cargo build --release
- Builds app intarget/release
To build the MAI.app
bundle, navigate to the project directory in your terminal and run ./bundle-release.sh
.
This will create the MAI.app
bundle in target/release/bundle
.
To install it, move MAI.app
to your Applications
folder in your Mac.