Native WinUI 3 control panel for Void OS — hardware telemetry, engine status, and kernel toggles in one place.
Download Latest Release · Void OS Main RepoThe Void Control Center (VCC) is the native GUI companion to Void OS. It is a WinUI 3 application (Microsoft.WindowsAppSDK, unpackaged) that gives you a real-time view of your system after Void OS has been applied.
Deployed automatically to C:\Windows\VoidDesktop\ with a desktop shortcut during Void OS installation. No manual setup required.
- Live hardware topology — CPU name, architecture (Hybrid P+E / Classic), RAM, GPU, chassis type
- Engine module status — green/red indicators for each Void OS optimization script, read directly from
C:\VoidOS_Logs\ - Benchmark comparison bar chart — your real Void OS numbers vs stock Windows 11 baseline
- IRQ Routing status — GPU/NVMe/Network interrupt affinity configuration
- CPU Scheduler — live
Win32PrioritySeparationregistry readout - Latency Engine — PCIe ASPM, MMIO write-combining, NDIS RSS status
- Page file configuration status
- One-click Flush Standby Memory (native
NtSetSystemInformation, no ISLC needed) - One-click Reset Network to Void defaults
- Create System Restore Point
- View full Engine Log (
C:\VoidOS_Logs\) - Open VoidDesktop folder
- All actions run elevated automatically
| Layer | Technology |
|---|---|
| UI Framework | WinUI 3 (Microsoft.WindowsAppSDK 1.6.x) |
| Runtime | .NET 8, self-contained, unpackaged |
| Hardware Info | WMI via System.Management |
| UI Components | CommunityToolkit.WinUI (SettingsControls, Animations) |
| Design | Mica backdrop, #1a3aff accent, Void OS dark theme |
- Visual Studio 2022 Build Tools with WinUI application development workload
- .NET 8 SDK
$msbuild = "C:\Program Files (x86)\Microsoft Visual Studio\2022\BuildTools\MSBuild\Current\Bin\MSBuild.exe"
& $msbuild VoidControlCenter.csproj /p:Configuration=Release /p:Platform=x64 /restore& $msbuild VoidControlCenter.csproj /p:Configuration=Release /p:Platform=x64 /p:PublishSingleFile=true /p:SelfContained=true /p:RuntimeIdentifier=win-x64 /t:Publish /p:PublishDir=publish\Output: publish\VoidControlCenter.exe (~157MB, fully self-contained)
Pre-built binaries are available on the Releases page.
The Void OS installer (custom.yml) downloads automatically from:
https://github.com/v0idOS/Void-OS---Control-Center/releases/latest/download/VoidControlCenter.exe
GNU General Public License v3.0 — see LICENSE