Desktop Workbench

Download Soyuz Studio

Install the procedural 3D workbench for Rhai SDF assets.

Loading latest release...

Loading download options...

View all releases on GitHub

Installation

Linux

.deb Installer (Ubuntu/Debian/Mint)

Double-click the .deb file to open the package installer, then install.

Or from terminal: sudo dpkg -i soyuz-studio_*.deb

.rpm Installer (Fedora/RHEL/openSUSE)

Double-click the .rpm file to open the package installer, then install.

Or from terminal: sudo dnf install ./soyuz-*.rpm

AppImage (Other distros, incl. Fedora)

Make the file executable, then run it directly.

Or from terminal: chmod +x *.AppImage && ./*.AppImage

macOS

Open the .dmg file and drag Soyuz Studio to your Applications folder.

If no macOS asset is attached to the latest release, the download button opens the release page.

Windows

Run the MSI installer if a Windows build is attached to the release.

If the artifact is missing, use the GitHub release page for source or alternative builds.

Build from Source

For developers or unsupported platforms. Requires Rust 1.85+.

git clone https://github.com/noahsabaj/soyuz
cd soyuz
cargo build --release -p soyuz-app --bin soyuz-studio

# Run Soyuz Studio
./target/release/soyuz-studio