Lightweight and compact system resource monitor for macOS that displays in the menu bar.
- CPU usage display in percentage
- RAM usage monitoring
- Automatic updates every 2 seconds
- Minimal resource consumption
- Refresh (⌘+R): Update statistics manually
- Restart (⌘+P): Restart the application
- Quit (⌘+Q): Close the application
- Download the latest
MacStatusMon-app-v1.0.0.zipfrom the Releases page - Unzip the file
- Drag
MacStatusMon.appto your Applications folder - Right-click on the app and select "Open" (required only the first time due to security settings)
- The app will appear in your menu bar
- Download the latest
MacStatusMon-v1.0.0.zipfrom the Releases page - Unzip the file
- Open Terminal
- Make the file executable (if it's not already):
chmod +x /path/to/MacStatusMon
- Run the application:
/path/to/MacStatusMon
- Clone the repository:
git clone https://github.com/mirvald-space/MacStatusMon.git
- Navigate to the project directory:
cd MacStatusMon - Compile the application:
swiftc MacStatusMon.swift -o MacStatusMon
- Run the application:
./MacStatusMon
To make MacStatusMon start automatically when you log in:
- Go to System Preferences > Users & Groups
- Select your user account
- Click on "Login Items"
- Click the "+" button
- Navigate to and select MacStatusMon.app
- Click "Add"
To uninstall MacStatusMon:
- Quit the application by clicking on its menu bar icon and selecting "Quit"
- Delete the application from your Applications folder or wherever you installed it
- If you added it to Login Items, remove it from there as well
MIT