Skip to content
最新稳定版 v0.1.0

TYPE THE UNIVERSE

选择你的平台,开始构建世界。

快速安装
$ curl -fsSL https://yaoxiang.org/install.sh | sh
支持平台:Windows (PowerShell)、macOS、Linux (x64/ARM64)
Select_Version_Module
v0.1.0
LATESTRELEASED

Windows

x64
  • MSI Installer
  • Portable Zip

Linux

x64 / ARM64
  • Static Binary
  • .tar.gz

macOS

Apple Silicon / Intel
  • Universal Binary

从源码构建

使用 Cargo 从源码构建 YaoXiang,请确保已安装 Rust。

git clone https://github.com/ChenXu233/YaoXiang
cd YaoXiang
cargo build --release

每夜构建

最新前沿版本已可获取。推荐用于测试,生产环境请谨慎使用。

前往 GitHub Actions