A free solution to show information about your CPU and Memory usage right on your menu bar
You can download it from the release page
You can clone this repository, modify it and build it yourself, first you need to install all dependencies with:
$ yarn install-all
Then you can use all scripts available:
$ yarn [command]
package
: Build the final app
electron:start
: Start the electron app in dev mode
react:start
: Start the react app in dev mode
react:build
: Build the react app
build-all
: Build the react/electron app