- This is a VMI (virtual machine introspection) tool that uses electron and system information to provide monitoring capabilities to admins and users for Windows operating systems.
- Real-time monitoring of CPU, GPU, Memory, Disk and more using charts and graphs.
- Real-time monitoring of network traffic.
- Real-time monitoring of processes and services.
- File watcher for monitoring file changes in a specific directory.
- Clone the repository.
- Install electron (https://www.electronjs.org/docs/tutorial/installation).
- Run
npm install
to install the dependencies. - Run
npm start
to start the application.