- Node.JS
- JavaScript
- Electron
SysTop is an app for monitoring your CPU usage.
SysTop has 3 functionalities: You'll be able to monitor your CPU usage, set the threshold on which you want to be notified, and the interval between the notifications.
- Close this repository into your local machine using
https://github.com/ProgFabs/SysTop.git
- Execute this command to install all dependencies
$ npm install
- Run the application using
npm run dev
.
If everything goes well, the app should open on your system tray. A click on it will open it's window.
If you want to have a production build, run npm run package-mac
for a Mac build, npm run package-windows
for a Windows build or npm run package-linux
for a Linux build.
- Clone or fork this repository into your local machine using
https://github.com/ProgFabs/SysTop.git
- Create a Pull Request and I'll look into it ASAP!
- MIT license