Skip to main content

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.

Preview releasePublic updater channel125 MB ZIPWindows 10/11 x64
Download ZIP
Unsigned preview build

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

ItemPurpose
VClean-Security-Console-Setup.exeUser-facing installer and uninstaller
app\Vclean.UI.exeWPF security console
agent\Vclean.Agent.Service.exeBundled local agent process
README-INSTALL.txtOffline install notes

Connection behavior

The installed UI is designed to stay connected without making users manually start a service:

  1. The UI probes the named-pipe agent.
  2. If unavailable, the UI starts the bundled agent from the installed package.
  3. The UI reconnects over vclean-agent-pipe.
  4. 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