git clone https://github.com/AICL-Lab/dig-your-windows.gitdotnet run --project src/DigYourWindows.UI to start the application. Collect CPU, GPU, RAM, Disk (with SMART) information
CPU/GPU temperature, load, frequency, network traffic
Auto-extract System/Application errors and warnings
Windows Reliability Monitor data visualization
Generate 0-100 system health score
AI-generated optimization suggestions
git clone https://github.com/AICL-Lab/dig-your-windows.gitdotnet run --project src/DigYourWindows.UI to start the application. | Component | Technology | Description |
|---|---|---|
| Runtime | .NET 10 + WPF | Desktop application framework |
| UI Library | WPF-UI 4.0 | Fluent Design style components |
| MVVM Framework | CommunityToolkit.Mvvm 8.4 | Data binding and commands |
| Charting | ScottPlot 5.1 | Real-time performance visualization |
| Hardware Monitoring | LibreHardwareMonitorLib 0.9 | CPU/GPU temperature and load |
| Testing Framework | xUnit 2.9 + FsCheck 2.16 | Unit tests + Property-based tests |