Suduxu
Setup

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:

suduxu.dll
suduxu.so
suduxu.dylib

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.

CommandDescription
suduxu utils listLists all available runtime versions.
suduxu utils importDownloads the latest runtime.
suduxu utils import <version>Downloads a specific runtime version.
suduxu utils upgradeUpgrades an existing installation.
suduxu utils list
suduxu utils import
suduxu utils import 1.0.0
suduxu utils upgrade

Next Step

Continue with the Native Setup guide to configure Suduxu inside your project.

On this page