OS | Status |
---|---|
Windows | ✅ |
MacOS | ⏳ |
linux | ⏳ |
Feature | Status |
---|---|
CPU Usage Monitoring | ✅ |
RAM Usage Monitoring | ✅ |
GPU Usage Monitoring (Nvidia) | ✅ |
GPU Usage Monitoring (AMD) | ⏳ |
GPU Usage Monitoring (Intel) | ⏳ |
Temperature Monitoring | ⏳ |
Fan Monitoring | ⏳ |
Customizable Chart Themes | ✅ |
Customizable Dashboard | ⏳ |
CustomizableBackground Image | ⏳ |
-
Clone the repository:
git clone https://github.com/shm11C3/HardwareVisualizer.git cd HardwareVisualizer
-
Install dependencies:
npm ci
-
Run the app in development mode:
npm run tauri dev
-
Build the app for production:
npm run tauri build