Download
Install the current V-Clean Security Console preview for Windows.
v3.1.0
Public migration release with a self-contained Windows x64 ZIP, setup executable, WPF app, and bundled agent.
The setup executable is currently unsigned. Windows SmartScreen can warn on first launch. Use the hash below to verify the file and download only from the official GitHub release.
Install
Download the ZIP
Use the release asset named VClean-Security-Console-win-x64.zip.
Extract the package
Right-click the ZIP, select Extract All, then open the extracted folder.
Run setup
Double-click VClean-Security-Console-Setup.exe, or run the command below from PowerShell.
.\VClean-Security-Console-Setup.exe --launch
Default install location:
%LOCALAPPDATA%\Programs\V-Clean Security Console
For an all-users install, run PowerShell as Administrator:
.\VClean-Security-Console-Setup.exe --all-users --launch
Verify the download
Official release asset:
VClean-Security-Console-win-x64.zip
SHA256:
5ba2cb1912b3fa537bd95b39deba410ee762c64d2a14824f6421763486641d63
Verify in PowerShell:
Get-FileHash -Path ".\VClean-Security-Console-win-x64.zip" -Algorithm SHA256
What is inside the package
| Item | Purpose |
|---|---|
VClean-Security-Console-Setup.exe | User-facing installer and uninstaller |
app\Vclean.UI.exe | WPF security console |
agent\Vclean.Agent.Service.exe | Bundled local agent process |
README-INSTALL.txt | Offline install notes |
Connection behavior
The installed UI is designed to stay connected without making users manually start a service:
- The UI probes the named-pipe agent.
- If unavailable, the UI starts the bundled agent from the installed package.
- The UI reconnects over
vclean-agent-pipe. - If startup fails, the UI falls back to in-memory demo data so the shell still opens.
Uninstall
Use the Start Menu shortcut named Uninstall V-Clean Security Console, or run:
"%LOCALAPPDATA%\Programs\V-Clean Security Console\VClean-Security-Console-Setup.exe" --uninstall