Skip to content
Latest Stable v0.1.0

TYPE THE UNIVERSE

Choose your platform and start building the world.

Quick Install
$ curl -fsSL https://yaoxiang.org/install.sh | sh
Supported platforms: 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

Build from Source

Build YaoXiang from source using Cargo, make sure Rust is installed.

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

Nightly Builds

The latest cutting-edge version is available. Recommended for testing, use with caution in production.

Go to GitHub Actions