https://github.com/bsdelf/statbar
Show download speeds, upload speeds, CPU temperature, fan speed in menu bar.
https://github.com/bsdelf/statbar
cpu-temperature fan-speed macos menubar metrics monitors
Last synced: 5 days ago
JSON representation
Show download speeds, upload speeds, CPU temperature, fan speed in menu bar.
- Host: GitHub
- URL: https://github.com/bsdelf/statbar
- Owner: bsdelf
- License: mit
- Created: 2018-05-30T08:24:03.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2024-09-22T02:10:46.000Z (7 months ago)
- Last Synced: 2025-04-15T06:54:45.596Z (5 days ago)
- Topics: cpu-temperature, fan-speed, macos, menubar, metrics, monitors
- Language: Swift
- Homepage:
- Size: 877 KB
- Stars: 42
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- Mac-Menubar-Megalist - Statbar
README
# Statbar
Statbar is a menu bar app for macOS which can be used to monitor following metrics:
- Download speed
- Upload speed
- CPU temperature
- Fan speedSystem requirements:
- macOS 10.11+
## Screenshot

## Credits
This app is based on following projects:
- [Up-Down](https://github.com/gjiazhe/Up-Down)
- [SMCKit](https://github.com/beltex/SMCKit)But unlike Up-Down, this app does not rely on [nettop](https://developer.apple.com/legacy/library/documentation/Darwin/Reference/ManPages/man1/nettop.1.html). All metrics are gathered with system API, which is more efficient.