Other VPNs make promises — Duckier delivers.
Install directly from PowerShell — just paste and run:
irm https://repo.duckier.com/install.ps1 | iex
Downloads and installs the latest version of Duckier VPN for Windows.
$env:DUCKIER_CLI=1; irm https://updates.duckier.com/install.ps1 | iex
Installs the CLI-only version via PowerShell.
curl -fsSL https://repo.duckier.com/install-macos.sh | sudo sh -s -- --cli
Installs the CLI-only version without the graphical interface.
curl -fsSL https://repo.duckier.com/install.sh | sudo sh -s -- --cli
Installs the CLI-only version — no desktop environment required.
Duckier VPN is open source. Explore the code, report issues, or contribute on GitHub.