• Stars
    star
    183
  • Rank 210,154 (Top 5 %)
  • Language
    CSS
  • Created over 8 years ago
  • Updated almost 8 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A menubar app to show CPU and memory usage for Mac

icon

Thanks @eva for the app icon!

iStats

An Electron app on Mac menubar to display CPU and memory stats in a dropdown panel.

App Preview

demo

Screenshots

screenshot1 screenshot2

Download

Please download at release page.

Components Used

  • os-usage - Node module to track Mac OS system usage in real time
  • 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