mstat-0.1.1 is not a library.
MStat
MStat is a native macOS menu bar utility built with Rust that shows live system stats in the top bar.
It supports:
- CPU usage
- Memory usage
- Storage usage
- Swap usage
- Load average
You can customize:
- Which stats are visible
- Warning and critical thresholds
- Theme (including transparent mode)
- Memory/storage display style (
used/totalvs%)
Requirements
- macOS
- Rust toolchain (
cargo)
Build
Binary:
Run
Or run the built binary directly:
Install as macOS app (.app)
You can package it as an app bundle:
Add Info.plist under:
Auto-start on login
Create a LaunchAgent:
Then load it:
Install from crates.io
Run in background at login
After install, enable startup once:
Check status:
Disable startup:
License
MIT