Installation

Get Soyuz running on your machine.

Prerequisites

  • Rust toolchain (1.75 or later)
  • Linux with X11 or Wayland

macOS and Windows support is planned. Currently, the desktop app is Linux-focused.

Build from source

Clone the repository and build:

git clone https://github.com/noahsabaj/soyuz
cd soyuz
cargo build --release

This creates the Soyuz Studio binary at ./target/release/soyuz-studio.

Run Soyuz Studio

cargo run --release -p soyuz-app

This launches Soyuz Studio, the desktop IDE for editing scripts, previewing models, and exporting meshes.