Cross platform (Windows, Linux) desktop application for remote realtime system monitoring.
- Realtime monitoring of CPU usage
- Realtime monitoring of RAM usage
- Realtime monitoring of CPU temperature (on Linux)
- Remotely track from any browser
- Track running processes
- Monitor device battery percentage
Signup, password reset and change works on from web app
- Clone the project
- Run npm install
- Run npm start
Windows:
npm run build-win
Linux:
npm run build-linux