By downloading and using RuyiSDK, you agree to the license terms and the privacy statement.
Download RuyiSDK Package Manager
RuyiSDK Package Manager provides pre-built binaries for x86_64, riscv64, and aarch64 architectures. Run uname -m
to check your system architecture, then download the appropriate binary.
$ wget
$ chmod +x ./ruyi
$ sudo cp -v ruyi /usr/local/bin/ruyi
If the page does not properly display the download link, you can visit the RuyiSDK mirror for the latest binaries. You can also find them on GitHub releases.
Install RuyiSDK Package Manager
The command above has been automatically generated according to your architecture. Make sure that the binary is installed as ruyi and located in a directory included in your PATH.
Note that the binary file name must be ruyi.
Run the following command to verify the installation:
If the command outputs the version and copyright information, Ruyi is installed successfully. If it fails, check your system environment and repeat the steps.
Download RuyiSDK IDE
RuyiSDK IDE has also released binaries for three architectures: x86_64, riscv64, and aarch64.
You can download the tarball suitable for your architecture:
This document is time-sensitive. If the links point to an outdated version of Ruyi, visit the RuyiSDK mirror for the latest binaries.
Install RuyiSDK IDE
The following demonstrates how to install RuyiSDK IDE into the /opt/ruyisdk
directory.
First, create the directory:
Unpack the tarball. This step requires tar and gunzip, and ensure the downloaded tarball path is adjusted based on your actual location:
Run RuyiSDK IDE:
In addition to the IDE itself, you will need to install the RuyiSDK IDE plugin. Currently, integration work is still in progress, so the plugin must be installed manually by copying it into the dropins directory of the RuyiSDK IDE. We plan to improve this experience in future releases to enable easier installation and usage. You can follow the steps below to install and use the plugin:
- Download the latest plugin package from GitHub Releases
- Extract the
org.ruyisdk.ide_*.zip
archive into thedropins
directory inside your RuyiSDK IDE installation path
Use ruyi
Refer to the documentation to learn how to use Ruyi effectively.