{"id":48883088,"url":"https://github.com/lessup/dig-your-windows","last_synced_at":"2026-04-16T04:01:02.586Z","repository":{"id":327678297,"uuid":"1102854969","full_name":"LessUp/dig-your-windows","owner":"LessUp","description":null,"archived":false,"fork":false,"pushed_at":"2026-03-09T06:26:56.000Z","size":3950,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-03-09T06:49:44.808Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/LessUp.png","metadata":{"files":{"readme":"README.md","changelog":"changelog/2025-02-27-directory-restructure.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-11-24T06:04:22.000Z","updated_at":"2026-03-09T06:26:59.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/LessUp/dig-your-windows","commit_stats":null,"previous_names":["lessup/digyourwindows","lessup/dig-your-windows"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/LessUp/dig-your-windows","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LessUp%2Fdig-your-windows","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LessUp%2Fdig-your-windows/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LessUp%2Fdig-your-windows/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LessUp%2Fdig-your-windows/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/LessUp","download_url":"https://codeload.github.com/LessUp/dig-your-windows/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/LessUp%2Fdig-your-windows/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31870516,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-15T15:24:51.572Z","status":"online","status_checked_at":"2026-04-16T02:00:06.042Z","response_time":69,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-16T04:00:59.592Z","updated_at":"2026-04-16T04:01:02.558Z","avatar_url":"https://github.com/LessUp.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DigYourWindows\n\n[![CI](https://github.com/LessUp/dig-your-windows/actions/workflows/ci.yml/badge.svg)](https://github.com/LessUp/dig-your-windows/actions/workflows/ci.yml)\n[![Docs](https://github.com/LessUp/dig-your-windows/actions/workflows/pages.yml/badge.svg)](https://github.com/LessUp/dig-your-windows/actions/workflows/pages.yml)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Release](https://img.shields.io/github/v/release/LessUp/dig-your-windows)](https://github.com/LessUp/dig-your-windows/releases)\n[![Downloads](https://img.shields.io/github/downloads/LessUp/dig-your-windows/total)](https://github.com/LessUp/dig-your-windows/releases)\n\nEnglish | [简体中文](README.zh-CN.md)\n\n\u003e 📖 **Documentation**: [https://lessup.github.io/dig-your-windows/](https://lessup.github.io/dig-your-windows/)\n\n**Windows Deep Diagnostics Tool** — One-click hardware information collection, event log analysis, reliability records, system health scoring, and optimization recommendations.\n\n## 📸 Screenshots\n\n![DigYourWindows Overview](docs/public/screenshot-overview.png)\n\n## ✨ Features\n\n| Feature | Description |\n|---------|-------------|\n| 🔍 **Hardware Detection** | Collect CPU, GPU, RAM, Disk (with SMART), Network adapters, USB devices |\n| 📊 **Real-Time Monitoring** | CPU temp/load/frequency, GPU temp/load/VRAM, network traffic |\n| 📋 **Event Log Analysis** | Auto-extract System/Application errors and warnings |\n| 📈 **Reliability Records** | Windows Reliability Monitor data with trend visualization |\n| ✅ **Health Scoring** | Comprehensive stability, performance, memory, disk assessment |\n| 💡 **Smart Recommendations** | AI-generated targeted optimization suggestions |\n| 📄 **Report Export** | HTML and JSON formats with offline viewing |\n| 🎨 **Theme Support** | Dark/Light theme instant toggle |\n\n## 🚀 Quick Start\n\n### Prerequisites\n\n- Windows 10/11 (Build 19041+)\n- [.NET 10.0 SDK](https://dotnet.microsoft.com/download) (for building)\n\n### Installation\n\n#### Option 1: Download Release (Recommended)\n\nDownload the latest installer from [Releases](https://github.com/LessUp/dig-your-windows/releases):\n\n| Version | Size | Requirements |\n|---------|------|--------------|\n| `DigYourWindows_Setup.exe` | ~5MB | Downloads .NET if needed |\n| FDD (Framework-Dependent) | ~60MB | Requires .NET 10 Runtime |\n| SCD (Self-Contained) | ~180MB | No dependencies |\n\n#### Option 2: Build from Source\n\n```powershell\n# Clone repository\ngit clone https://github.com/LessUp/dig-your-windows.git\ncd dig-your-windows\n\n# Build and run\ndotnet restore\ndotnet run --project src/DigYourWindows.UI/DigYourWindows.UI.csproj\n```\n\n\u003e ⚠️ **Note**: Some features (GPU monitoring, SMART data) require administrator privileges.\n\n### First Run\n\n1. Launch `DigYourWindows.UI.exe` (or run via `dotnet run`)\n2. Click \"Run Diagnostics\" to collect system information\n3. View real-time hardware monitoring on the dashboard\n4. Export reports via JSON or HTML format\n\n## 🏗️ Tech Stack\n\n| Component | Technology | Version | Purpose |\n|-----------|------------|---------|---------|\n| Runtime | .NET + WPF | 10.0 | Desktop application framework |\n| UI Library | WPF-UI | 4.0 | Fluent Design components |\n| MVVM | CommunityToolkit.Mvvm | 8.4 | Data binding \u0026 commands |\n| Charts | ScottPlot | 5.1 | Performance visualization |\n| Hardware | LibreHardwareMonitor | 0.9 | CPU/GPU temp, load, frequency |\n| Testing | xUnit + FsCheck | 2.9 / 2.16 | Unit \u0026 property-based tests |\n\n## 📁 Project Structure\n\n```\ndig-your-windows/\n├── src/\n│   ├── DigYourWindows.Core/     # Core business logic\n│   └── DigYourWindows.UI/       # WPF user interface\n├── tests/\n│   └── DigYourWindows.Tests/    # Unit \u0026 property tests\n├── docs/                        # VitePress documentation (bilingual)\n├── installer/                   # Inno Setup scripts\n├── scripts/                     # Build \u0026 release scripts\n└── changelog/                   # Detailed changelogs\n```\n\n## 🧪 Testing\n\n```powershell\n# Run all tests\ndotnet test DigYourWindows.slnx\n\n# Run with coverage\ndotnet test --collect:\"XPlat Code Coverage\"\n\n# Filter specific tests\ndotnet test --filter \"FullyQualifiedName~ReportServiceTests\"\n```\n\n## 📚 Documentation\n\n- [📖 Getting Started Guide](https://lessup.github.io/dig-your-windows/guide/getting-started)\n- [🏗️ Architecture Documentation](https://lessup.github.io/dig-your-windows/guide/architecture)\n- [🧪 Testing Guide](https://lessup.github.io/dig-your-windows/guide/testing)\n- [📊 Data Schema Reference](https://lessup.github.io/dig-your-windows/reference/data-schema)\n- [❓ FAQ](https://lessup.github.io/dig-your-windows/guide/faq)\n\nDocumentation is available in **English** and **简体中文**.\n\n## 🤝 Contributing\n\nWe welcome contributions! Please see our [Contributing Guide](https://lessup.github.io/dig-your-windows/guide/contributing) for details.\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/amazing-feature`)\n3. Commit changes (`git commit -m 'feat: add amazing feature'`)\n4. Push to branch (`git push origin feature/amazing-feature`)\n5. Open a Pull Request\n\n## 📦 Release Process\n\nPush a `v*` tag to trigger automatic release:\n\n```powershell\ngit tag v1.1.0\ngit push origin v1.1.0\n```\n\nGitHub Actions will automatically build and publish the release with bilingual release notes.\n\n## 🔒 Security\n\nThis tool:\n- ✅ Runs entirely offline\n- ✅ Does not upload any data to external servers\n- ✅ Uses local file system for all operations\n- ✅ Is open source and auditable\n\n## 📄 License\n\n[MIT License](LICENSE) - Copyright © 2025-2026 LessUp\n\n---\n\n\u003cp align=\"center\"\u003e\n  Made with ❤️ by \u003ca href=\"https://github.com/LessUp\"\u003eLessUp\u003c/a\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessup%2Fdig-your-windows","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flessup%2Fdig-your-windows","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flessup%2Fdig-your-windows/lists"}