OS | Status |
---|---|
Windows | ✅ Download |
MacOS | ⏳ |
linux | ⏳ |
Feature | Status |
---|---|
CPU Usage Monitoring | ✅ |
RAM Usage Monitoring | ✅ |
GPU Usage Monitoring | ✅ |
Temperature Monitoring | ⏳ |
Fan Monitoring | ⏳ |
Storage Monitoring | ✅ |
Network Monitoring | ⏳ |
Customizable Chart Themes | ✅ |
Customizable Dashboard | ⏳ |
Custom Background Image | ✅ |
$ node -v
v22.12.0
$ rustc -V
rustc 1.82.0 (f6e511eec 2024-10-15)
-
Clone the repository:
git clone https://github.com/shm11C3/HardwareVisualizer.git cd HardwareVisualizer
-
Install dependencies:
npm ci
-
Launch in development mode:
npm run tauri dev
-
Build the app for production:
npm run tauri build