Download Ycodium
Latest (v0.2.1443)
macOS
On an Intel Mac? Download the x64 build ().On an Intel Mac? The x64 build is not available yet.
Windows
Linux
Prefer a headless install with no desktop UI? See runtime installs below.
Runtime & headless install
For a remote machine or an internal box you manage over SSH — no desktop UI, just the Ycodium runtime and CLI.Runtime v0.2.1443
macOS / Linux
curl -fsSL https://dl.vpnla.pro/install.sh | shWindows (PowerShell)
irm https://dl.vpnla.pro/install.ps1 | iexDirect downloads
- Linux x64ycodium-runtime-0.2.1443-linux-x64.tar.gzNot available yet
- Linux arm64ycodium-runtime-0.2.1443-linux-arm64.tar.gzNot available yet
- macOS x64ycodium-runtime-0.2.1443-darwin-x64.tar.gzNot available yet
- macOS arm64ycodium-runtime-0.2.1443-darwin-arm64.tar.gzNot available yet
- Windows x64ycodium-runtime-0.2.1443-win32-x64.tar.gzNot available yet
Offline install
On a machine with internet access, download install.sh (or install.ps1 on Windows) along with the runtime archive for the target machine's platform above. Copy both files over, then run the install command locally on the target machine — no network access needed there.
macOS / Linux
sh install.sh --archive <path-to-archive>Windows (PowerShell)
install.ps1 -Archive <path-to-archive>