Simple, effective CPU monitor tool for desktops built on React, Chart.js, Electron, and Node's internal modules.
- A real-time chart that displays the CPU load trend over the last 10 minutes
- Automatically alerts the user if high CPU load is detected (and when it recovers as well)
- Keeps track of all the previous alerts
- npm install to install all dependencies
- npm run build:ui to build the React UI
- npm start to build the application and start in a dev environment
In addition, npm run dev enables a hot module reloading server for the UI.