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.
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.
.\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.
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.
{
"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
- 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