How do I install 0patch Agent on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id ACROSSecurity.0patch --exact --version 22.11.11.10550. winget downloads the installer from 0patch and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install 0patch Agent silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id ACROSSecurity.0patch --exact 22.11.11.10550 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall 0patch Agent via winget?⌄
Run: winget uninstall --id ACROSSecurity.0patch --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from 0patch Agent's Apps & Features entry.
Is 0patch Agent free?⌄
0patch Agent is distributed under Copyright (c) 1999-2020 ACROS Security. Refer to the publisher (https://0patch.com/) for the full license terms - Wingetly itself does not charge for installation.
Does 0patch Agent work on Windows 10?⌄
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls 0patch Agent directly from the publisher.
How do I keep 0patch Agent up to date?⌄
Run winget upgrade --id ACROSSecurity.0patch --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of 0patch Agent from microsoft/winget-pkgs.