下载 Ycodium

最新版本(v0.2.1443)

macOS

使用 Intel Mac?x64 版本暂未提供。

Windows

Linux

想要不带桌面界面的无头安装?见下方的运行时安装

运行时与无头安装

适合你用 SSH 管理的远程机器或内部主机——没有桌面界面,只有 Ycodium 运行时与命令行。运行时 v0.2.1443

macOS / Linux

curl -fsSL https://dl.vpnla.pro/install.sh | sh

Windows(PowerShell)

irm https://dl.vpnla.pro/install.ps1 | iex

直接下载

离线安装

在一台能联网的机器上,下载 install.sh(或 Windows 用的 install.ps1),以及上面对应目标机器平台的运行时归档包。把两个文件拷到目标机器上,然后在本地运行安装命令——目标机器不需要联网。

macOS / Linux

sh install.sh --archive <path-to-archive>

Windows(PowerShell)

install.ps1 -Archive <path-to-archive>