Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

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`