Installation
Install the Suduxu runtime and optional development tools.
Installation
Suduxu can be installed in two ways depending on your workflow:
Native Runtime (ABI)
The Suduxu runtime contains the native libraries required by all SDKs and integrations.
Download the latest runtime from the GitHub Releases page:
The release package contains:
Follow the installation instructions in the repository README.
Suduxu CLI
The Suduxu CLI provides tools for managing servers, viewing logs, editing themes, managing configuration, and downloading or upgrading ABI versions.
The CLI can be downloaded from the official Suduxu CLI GitHub Releases page
Follow the installation instructions in the repository README.
Managing Runtime Versions with the CLI
After installing the CLI, runtime versions can be managed directly from the terminal.
| Command | Description |
|---|---|
suduxu utils list | Lists all available runtime versions. |
suduxu utils import | Downloads the latest runtime. |
suduxu utils import <version> | Downloads a specific runtime version. |
suduxu utils upgrade | Upgrades an existing installation. |
suduxu utils listsuduxu utils importsuduxu utils import 1.0.0suduxu utils upgradeNext Step
Continue with the Native Setup guide to configure Suduxu inside your project.