https://github.com/ningt/iStats
A menubar app to show CPU and memory usage for Mac
https://github.com/ningt/iStats
Last synced: 27 days ago
JSON representation
A menubar app to show CPU and memory usage for Mac
- Host: GitHub
- URL: https://github.com/ningt/iStats
- Owner: ningt
- Created: 2016-03-30T15:34:07.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T02:51:31.000Z (over 8 years ago)
- Last Synced: 2024-10-30T02:59:09.887Z (6 months ago)
- Language: CSS
- Homepage:
- Size: 1.74 MB
- Stars: 183
- Watchers: 7
- Forks: 26
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- Mac-Menubar-Megalist - iStats
- awesome-electron-zh - iStats - CPU and memory stats on your menubar. (Apps / Open Source)
- awesome-electron - iStats - CPU and memory stats on your menubar.  (Apps / Hardware stats)
- awesomeelectron - iStats - CPU and memory stats on your menubar. (Apps / Open Source)
README

Thanks [@eva](https://yipingxia.github.io/) for the app icon!
# iStats
An Electron app on Mac menubar to display CPU and memory stats in a dropdown panel.## App Preview
## Screenshots

### Download
Please download at [release](https://github.com/ningt/iStats/releases) page.## Components Used
- [os-usage](https://github.com/ningt/os-usage) - Node module to track Mac OS system usage in real time
- [menubar](https://github.com/maxogden/menubar) - high level way to create menubar desktop applications with electron## Run it on your Mac
- Clone this repo `https://github.com/ningt/iStats.git`
- `cd iStats`
- run `npm install && npm start`