Version 1.0.0 · build 2026.08.24

Download

Portable. No installer required, no account, no telemetry, no update check. Unzip it wherever you like — it creates its own config, logs, reports and backups folders the first time it starts.

CMD Edition

Recommended

The application itself. One console window, all 56 functions, nothing between you and the output.

  • Everything: menus, live views, reports, repair, backup
  • Carries its own runtime — nothing to install
  • Scriptable: --run, --list, --selftest, --repair
  • Runs from a USB stick on any Windows 10/11 machine
Download · ZIP · 20.9 MB
Windows 10 / 11 · 64-bit · no runtime required

Desktop Edition

Windowed

The same engine behind a plain WinForms window, plus a one-click installer that adds shortcuts.

  • Function list with live search and a Reports tab
  • Run in the window, in a real console, or elevated
  • Built on the PowerShell already in Windows — no extra dependency
  • Includes the console engine, so both work side by side
Download · ZIP · 21.0 MB
Windows 10 / 11 · Windows PowerShell 5.1 (already installed)
After the download

Three steps, then you are in

1 · Unblock and unzip

Windows marks files downloaded from the internet. Right-click the ZIP, choose Properties, tick Unblock, then extract the folder anywhere — Desktop, Documents, a USB stick.

2 · Start it

Double-click InfinitySniper HFX.exe in the CMD Edition, or Setup.exe in the Desktop Edition if you want shortcuts. Everything else in the folder is hidden on purpose — it has to stay beside the file that starts it.

3 · Press a number

Start with [16] Quick PC Summary for the overview, or [12] System Health for a 0–100 score. [0] is always back or exit.

SmartScreen may warn on first run, because the executables are not code-signed — a certificate costs money this project does not take. Choose More info → Run anyway, or verify the checksum below first.

Integrity

Verify what you downloaded

Compare the SHA-256 of the file you got with the value published here. The application can do it for you too — function file-hash.

PowerShellverify
Get-FileHash .\InfinitySniper-HFX-CMD-1.0.0.zip -Algorithm SHA256
SHA-256 checksums
FileSizeSHA-256
InfinitySniper-HFX-CMD-1.0.0.zip 20.9 MB d46ea59160c1b896e0e1f31f0f47c4e0eb58f68a5e33c68009ac7b9fa1edff8e
InfinitySniper-HFX-Desktop-1.0.0.zip 21.0 MB 10b97b4c34316f535d9fe7088a8c5ad04ac61c6018975b169facc00a9164022c
Launcher Edition

Build the game-launcher window

The Launcher Edition is a frameless desktop app whose interface is a web page rendered by WebView2 — a dashboard, a searchable function grid, and a console you can answer prompts in. Its self-contained .NET build is around 80 MB packed, past what this site can serve, so it is built locally instead. It is one command.

  • Needs the .NET 8 SDK to build
  • Needs the Edge WebView2 runtime to run — it ships with Windows 11 and with Edge
  • The published build carries its own copy of .NET, so nothing has to be installed next to it
  • Reimplements no feature — it drives the same engine through --list --json and --run
cmdbuild
:: from the project folder
Build.cmd 1                  :: the engine
Launcher\Build-Launcher.cmd  :: the window

:: result: dist\Launcher\ — one .exe
:: or run it straight from source:
Launcher\Launcher.cmd

Export.cmd goes one step further and produces the three folders a user actually receives — each with its own Setup.exe and application icon. Build documentation →

From source

Run it without the executable

There are no npm packages to install, because there are none. Node.js 16 or newer and the project folder are the whole story.

cmdsource
:: double-click Run.cmd, or:
node main.js

node main.js --list          :: every function
node main.js --run quick-summary
node main.js --selftest      :: all self-tests
node main.js --repair        :: full repair
Requirements

What it needs

System requirements
Operating systemWindows 10 or Windows 11, 64-bit
PowerShellWindows PowerShell 5.1 — already installed
Disk spaceAbout 60 MB unpacked
AdministratorOptional — unlocks TPM, Secure Boot, some cleaning and SMART values
InternetOnly for the public-IP and speed-test functions
Node.jsOnly for the source version (16+)
npm packagesNone. Ever.
And when you are done

Uninstalling is deleting the folder

Nothing is written outside it — no registry keys beyond the optional shortcuts, no services, no scheduled tasks. The Desktop Edition's installer also writes an Uninstall.cmd that asks before it removes anything.