Download Ycodium
Desktop builds are not published yet.
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.
macOS / Linux
curl -fsSL https://dl.ycodium.com/install.sh | shWindows (PowerShell)
irm https://dl.ycodium.com/install.ps1 | iexDirect downloads
- Linux x64Not available yet
- Linux arm64Not available yet
- macOS x64Not available yet
- macOS arm64Not available yet
- Windows x64Not 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>