Quick Start
This guide gets the current Windows preview installed and running.
1. Download
Download the release ZIP:
VClean-Security-Console-win-x64.zip
2. Extract
Extract the ZIP before running setup. Do not run the setup executable from inside the compressed folder.
Expected folder contents:
VClean-Security-Console
VClean-Security-Console-Setup.exe
README-INSTALL.txt
app\
agent\
3. Install and launch
From the extracted folder:
.\VClean-Security-Console-Setup.exe --launch
The setup executable installs to your user profile by default:
%LOCALAPPDATA%\Programs\V-Clean Security Console
It also creates Start Menu entries for launching and uninstalling.
4. Confirm the UI is connected
Open the V-Clean Security Console and check the workspace badge in the left rail.
| Badge | Meaning |
|---|---|
Transport: Named Pipes (Live Agent) | The UI is talking to the bundled agent |
Transport: In-memory Fallback | The agent could not start or connect, so safe demo data is being used |
If the UI falls back, restart the app once. If it still falls back, see Troubleshooting.
5. Run a scan workflow
- Open Scan Center.
- Choose Quick Scan, Full Scan, or Custom Scan.
- Watch the progress indicator.
- Review the completion state.
The scan flow is currently a scaffold. It validates UI-to-agent control flow and progress updates. Real detection engines are a roadmap item.
6. Review quarantine
- Open Quarantine.
- Click Refresh.
- Review isolated items.
- Use Restore or Delete on a selected item.
7. Change theme
Use the dark/light selector in the app header. The current WPF theme system uses dynamic resources so dark and light mode update without restarting.
Useful commands
Current-user install:
.\VClean-Security-Console-Setup.exe --launch
All-users install:
.\VClean-Security-Console-Setup.exe --all-users --launch
Silent install:
.\VClean-Security-Console-Setup.exe --quiet
Uninstall:
"%LOCALAPPDATA%\Programs\V-Clean Security Console\VClean-Security-Console-Setup.exe" --uninstall
Build from source
Source builds are a maintainer workflow during the preview. Public users should use the signed release channel when it is available; for now, use the ZIP package above.
git clone https://github.com/laughing-loop/vClean-BundlePack.git
cd vClean-BundlePack
dotnet build Vclean.sln -c Release
powershell -ExecutionPolicy Bypass -File installer\dotnet\Build-Distribution.ps1 -Clean