Download Soyuz
Get started with procedural 3D modeling.
Loading latest version...
Loading download options...
View all releases on GitHubInstallation
Linux
.deb Installer (Ubuntu/Debian/Mint)
Double-click the .deb file to open the package installer, then click "Install Package".
Or from terminal: sudo dpkg -i soyuz-studio_*.deb
AppImage (Other distros)
Right-click the downloaded file, select Properties, go to Permissions, and check "Allow executing as program". Then double-click to run.
Or from terminal: chmod +x *.AppImage && ./*.AppImage
macOS
Open the .dmg file and drag Soyuz Studio to your Applications folder.
On first launch, you may need to right-click and select "Open" to bypass Gatekeeper since the app is not yet notarized.
Windows
MSI installer (recommended)
Double-click the .msi file and follow the setup wizard.
Alternative: Portable
Extract the .zip file and run soyuz-studio.exe directly.
Build from Source
For developers or unsupported platforms. Requires Rust 1.75+.
git clone https://github.com/noahsabaj/soyuz
cd soyuz
cargo build --release
# Run Soyuz Studio
./target/release/soyuz-studio