Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ningt/iStats
A menubar app to show CPU and memory usage for Mac
https://github.com/ningt/iStats
Last synced: 13 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-01-13T02:51:31.000Z (almost 8 years ago)
- Last Synced: 2024-04-08T03:41:26.441Z (7 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. ![](https://img.shields.io/github/stars/ningt/iStats.svg?style=social&label=Star) (Apps / Hardware stats)
README
![icon](./images/Icon.png)
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
![demo](http://g.recordit.co/Sgeb9Uannw.gif)## Screenshots
![screenshot1](./images/screenshot1.png)
![screenshot2](./images/screenshot2.png)### 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`