Skip to content

v0idOS/Void-OS---Control-Center

Repository files navigation

Void Control Center

Native WinUI 3 control panel for Void OS — hardware telemetry, engine status, and kernel toggles in one place.

Download Latest Release  ·  Void OS Main Repo

Platform .NET 8 WinUI 3 License

What is this?

The 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.


Features

Overview Page

  • 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

Performance Page

  • IRQ Routing status — GPU/NVMe/Network interrupt affinity configuration
  • CPU Scheduler — live Win32PrioritySeparation registry readout
  • Latency Engine — PCIe ASPM, MMIO write-combining, NDIS RSS status

Memory & Network Page

  • Page file configuration status
  • One-click Flush Standby Memory (native NtSetSystemInformation, no ISLC needed)
  • One-click Reset Network to Void defaults

Tools Page

  • Create System Restore Point
  • View full Engine Log (C:\VoidOS_Logs\)
  • Open VoidDesktop folder
  • All actions run elevated automatically

Tech Stack

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

Building from Source

Requirements

  • Visual Studio 2022 Build Tools with WinUI application development workload
  • .NET 8 SDK

Build

$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

Publish (single exe)

& $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)


Release Download

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

License

GNU General Public License v3.0 — see LICENSE

About

Native WinUI 3 control panel for Void OS — hardware telemetry, engine status, and kernel toggles

Topics

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages