mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
* v2.0.0 * rewritten application from scratch * new Settings * new custom popup view * moved to own implementation of chart * added more option to configure a widget * now each module has own widget in the menu bar * a lot of new features...
1.0 KiB
1.0 KiB
Stats
Simple macOS system monitor in your menu bar
Installation
You can download latest version here.
Requirements
Stats is currently supported on macOS 10.14 (Mojave) and higher.
Features
Stats is a application which allows you to monitor your macOS system.
- CPU Usage
- Memory Usage
- Disk utilization
- Battery level
- Network usage
Developing
Pull requests and impovment proposals are welcomed.
If you want to run the project locally you need to have carthage installed.
git clone https://github.com/exelban/stats
cd stats
make dep
open ./Stats.xcodeproj

