WinTune

Local Windows maintenance, clearly accountable

WinTune inspects a PC locally, explains its recommendations, and performs only confirmed actions. Updates are cryptographically verified before installation.

Windows 10 / 11 PowerShell Signed updates Beta
Download WinTune

First Run

Extract the starter ZIP and run WinTuneLauncher.ps1 in PowerShell. Diagnostics and reports remain available without administrator rights; privileged actions are clearly marked.

PowerShell .\WinTuneLauncher.ps1

Safety Model

WinTune never executes code streamed from the server. Before an action it shows context, requires explicit selection, and asks for START as the final confirmation.

CONFIRM Review selected actions Type START to continue

Signed Updates

The launcher accepts only HTTPS, a manifest signed by the bundled public certificate, the matching SHA-256 hash, and a complete file verification from release.json.

release.json { "version": "0.1.0", "sha256": "...", "signature": "..." }

Telemetry

Telemetry is optional. Upload starts only after explicit consent and a valid beta code. The payload contains technical categories, never names, paths, serial numbers, or command lines.

Changelog

v0.1.0
2026-06-25
  • Beta documentation shell aligned with the Angusu docs system
  • PowerShell launcher flow with local diagnostics
  • Signed update path and release manifest verification
  • Consent-based telemetry model