Current release: HyperBoostX v2.10.0 Stable Unsigned.
HyperBoostX is a Windows desktop control center for safe local PC diagnosis, gaming readiness, hardware-aware recommendations, preview-first optimization, restore visibility, cleanup, reports, and safety-first system actions.
| Area | Status |
|---|---|
| Current version | 2.10.0 |
| Release channel | Stable Unsigned |
| GitHub Release | Published at v2.10.0 |
| Installer | HyperBoostXInstaller.exe |
| Code signing | SKIPPED_BY_OWNER_NO_CERT |
| Backend | Local only, binds to 127.0.0.1 |
| Safety Guard | Always on |
| Telemetry | No silent cloud telemetry |
| Performance claim | No guaranteed FPS, ping, latency, or smoothness claim |
Windows may show Unknown Publisher or SmartScreen because the installer is unsigned. Verify SHA256 before installing.
Latest release:
https://github.com/jxxzy/HyperBoostX/releases/tag/v2.10.0
Primary artifact:
HyperBoostXInstaller.exe
Current installer SHA256:
e0846546df9f62cb8a6a0d42d1d9d8cfc7dbb835632f47177c64bb931d8b9609 HyperBoostXInstaller.exe
Verify with PowerShell:
Get-FileHash .\HyperBoostXInstaller.exe -Algorithm SHA256HyperBoostX is not a one-click miracle booster. It is a local-first Windows optimization and diagnostics workspace built around:
- diagnose first
- preview before apply
- user approval before mutating changes
- Safety Guard checks
- restore and undo visibility where supported
- redacted local reports
- hardware-aware recommendations
- safer gaming readiness workflows
| Metric | Count |
|---|---|
| Menus | 73 |
| Active buttons/actions | 606 |
| Partial/roadmap/guidance buttons in stable action map | 0 |
| Unique UI endpoints | 167 |
| Backend API route rules | 365 |
| Unique backend API paths | 361 |
| Guarded destructive buttons | 21 |
| Python tests | 72 passed |
| .NET tests | 39 passed |
Installed runtime verification must confirm the feature registry exposes:
stable_visible_features = 73
stable_visible_buttons = 606
non_real_visible_in_stable = 0
Backend health/version alone is not enough for a stable gate.
| Area | Status | Boundary |
|---|---|---|
| Dashboard | Real | Local system overview, health, scan, and report access |
| One Click Boost | Real-safe | Preview, apply, undo visibility, and Safety Guard |
| Smart Scan / Advisor | Real | Local scan and recommendation workflow |
| Game Library / Profiles | Real-safe | Local profiles and gaming readiness |
| GPU Center | Real guidance | Vendor detection and driver guidance, not automatic driver install |
| Process Analyzer | Real | Heavy process visibility and protected process blocking |
| Startup Manager | Real-safe | Preview, apply, restore metadata |
| Cleanup | Real-safe | Preview/report flow without destructive user-file deletion by default |
| Network Tools | Real-safe | Diagnostics, ping, DNS preview/apply/restore |
| Power Optimization | Real-safe | Power-plan guidance with admin boundaries |
| Visual Effects | Real-safe | Supported visual settings preview/apply/restore |
| Security Health | Real | Defender, firewall, and update status visibility |
| Repair Tools | Real-safe | SFC/DISM/CHKDSK paths with explicit approval/admin gate |
| Restore / Rollback | Real-safe | Session metadata, export, rollback visibility |
| Reports / Logs | Real | JSON/TXT/MD export with redaction expectations |
| Beginner / Advanced / Expert | Real | More detail without bypassing Safety Guard |
| RGB Software Detector | Boundary-safe | Software/conflict detection, not full lighting control |
| Plugins | Boundary-safe | Local catalog/manifest validation only |
| License / Cloud | Boundary-safe | Local boundary state, not production cloud sync or license server |
HyperBoostX blocks dangerous or irreversible actions, including:
- forced Windows Defender disable
- permanent Windows Update disable
- anti-cheat process or service tweaks
- GPU, audio, or network driver service disable
- BIOS/UEFI changes
- overclock, undervolt, or voltage changes
- arbitrary shell execution
- destructive cleanup of user documents, downloads, desktop, pictures, videos, music, game saves, or system files
- protected process kill
Supported mutating flows follow:
Preview -> Explicit Approval -> Safety Check -> Apply -> Report -> Restore/Undo Visibility
Expert Mode exposes more details, but it does not bypass Safety Guard.
Allowed claims:
- safe local optimization
- preview-first changes
- restoreable local actions where implemented
- hardware-aware recommendations
- local-first diagnosis
- gaming readiness checks
- redacted reports
Blocked claims:
- No guaranteed FPS increase
- No guaranteed ping or latency reduction
- No official NVIDIA, AMD, Intel, Microsoft, MSI, ASUS, Corsair, or OEM partnership claim
- No anti-drop 100% claim
- No auto-fix everything claim
- No automatic latest driver installation claim
- No full RGB device lighting control claim
- No production cloud sync claim
- No production license server claim
| Requirement | Detail |
|---|---|
| OS | Windows 10 / Windows 11 |
| Runtime | Packaged WPF app plus local backend |
| Backend host | 127.0.0.1 |
| Installer | Admin installer |
| Code signing | Unsigned unless owner supplies certificate/PFX |
| Network | Local backend only by default |
- Download
HyperBoostXInstaller.exefrom the v2.10.0 GitHub Release. - Verify SHA256 with
Get-FileHash. - Run the installer as administrator.
- Launch from Start Menu or the desktop shortcut.
- Start with Dashboard -> Smart Scan -> Review Recommendations -> Preview -> Apply Approved Only.
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\build_stable_release.ps1
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\owner_admin_stable_gate.ps1 -ExpectedVersion 2.10.0 -BackendPort 5000
app\venv\Scripts\python.exe -m pytest -q tests
dotnet test dotnet-tests\HyperBoostX.Tests\HyperBoostX.Tests.csproj -c ReleaseMinimum expected local test result:
- Python: 72 passed
- .NET: 39 passed
Stable installed gates must verify:
/api/health/api/version/api/features/audit/api/features/stable-visible/api/features/non-real- package includes
wpf\Data\ui_action_map_v2_10.json - public QA/runtime evidence is redacted
- Runtime data is stored under
%LocalAppData%\HyperBoost X. - Portable mode is supported through
HYPERBOOSTX_PORTABLE_HOME. - Reports and logs must redact API keys, AI keys, GitHub tokens, Discord tokens/webhooks, bearer tokens, local session tokens, Windows usernames, user-profile paths, sensitive local paths, and future license keys.
- Telemetry is off by default.
- No silent cloud telemetry is enabled.
Default base URL:
http://127.0.0.1:5000
Core endpoints:
GET /api/healthGET /api/versionGET /api/release/readinessGET /api/features/auditGET /api/features/stable-visibleGET /api/features/non-real
Mutating endpoints require X-HyperBoostX-Session when HYPERBOOSTX_SESSION_TOKEN is present.
| Document | Path |
|---|---|
| Release Notes | docs/release-notes/RELEASE_NOTES_v2.10.0.md |
| Final Audit Report | docs/FINAL_AUDIT_REPORT_v2.10.0.md |
| Release Gate Result | docs/RELEASE_GATE_RESULT.md |
| QA Results | docs/QA_RESULTS.md |
| Feature Matrix | docs/FEATURE_MATRIX.md |
| Feature Truth Matrix | docs/FEATURE_TRUTH_MATRIX_v2.10.0.md |
| Security Policy | SECURITY.md |
| User Guide | docs/USER_GUIDE.md |
| Troubleshooting | docs/TROUBLESHOOTING.md |
| API Reference | docs/API_REFERENCE.md |
| Hardware Matrix | docs/HARDWARE_MATRIX_v2.10.0.md |
| Code Signing Readiness | docs/CODE_SIGNING_READINESS.md |
Backend not responding:
Launch through HyperBoostX.exe so the launcher starts backend and WPF together.
Unauthorized local session:
Close HyperBoostX -> stop orphan backend -> relaunch from installed launcher.
SmartScreen warning:
This release is unsigned. Verify SHA256 before continuing.
Feature count mismatch:
stable_visible_features must be 73
stable_visible_buttons must be 606
non_real_visible_in_stable must be 0
If the count is 0, the installed runtime is not reading ui_action_map_v2_10.json correctly.
- VERSION is
2.10.0. - README matches current release status.
- No stale beta/NO-GO wording exists in current docs.
- Python tests pass.
- .NET tests pass.
- Backend route contract passes.
- WPF UI/UX quality gate passes.
- Real usability gate passes.
- Package contains
ui_action_map_v2_10.json. - Installed runtime reads 73 menus and 606 actions.
- Public runtime evidence is redacted.
- Secret scan passes.
- PowerShell syntax scan passes.
- Installer payload verification passes.
- Silent uninstall/reinstall passes.
- Release notes and checksums are updated.
- Keep Safety Guard active.
- Do not add forced Defender disable.
- Do not add permanent Windows Update disable.
- Do not add anti-cheat tweaks.
- Do not disable GPU/audio/network driver services.
- Do not add BIOS/UEFI/OC/undervolt/voltage changes.
- Do not add arbitrary shell execution.
- Do not add destructive cleanup of user files.
- Do not claim guaranteed FPS gains.
- Do not add vendor partnership wording unless real and documented.
Run checks before PR:
app\venv\Scripts\python.exe -m pytest -q tests
dotnet test dotnet-tests\HyperBoostX.Tests\HyperBoostX.Tests.csproj -c Release
powershell -NoProfile -ExecutionPolicy Bypass -File .\scripts\verify_public_evidence_redaction.ps1HyperBoostX provides safe local optimization guidance and supported reversible actions where implemented. Hardware, drivers, Windows configuration, games, permissions, background software, thermals, and admin rights differ per PC. No performance improvement is guaranteed.
HyperBoostX is not official NVIDIA, AMD, Intel, Microsoft, MSI, ASUS, Corsair, or OEM software.