Windows
Download the SUZA_Voice_Studio_2.0.2_Setup.exe installer and run it.
Follow the platform guide for Windows, macOS, or Linux. The packaged installers do not require Python; you only need an internet connection for first-run model downloads.
Gumroad handles payment and file delivery. After purchase, download the installer for your platform, install the app, then open SUZA Voice Studio 2 and approve the first model download when prompted.
Download the SUZA_Voice_Studio_2.0.2_Setup.exe installer and run it.
Download the SUZA_Voice_Studio_2.0.2.dmg, open it, and drag the app to Applications.
Use the AppImage for portable launch, or install the Debian package on Debian/Ubuntu systems.
SUZA_Voice_Studio_2.0.2_Setup.exe.If you plan to use Qwen3-TTS Quality Mode with GPU acceleration, run this in PowerShell:
nvidia-smi
If the command is not found or cannot see your GPU, install or update the NVIDIA driver, then restart the PC.
SUZA_Voice_Studio_2.0.2.dmg.If Gatekeeper says the app cannot be opened, right-click the app in Applications and choose Open. If you still need to remove the quarantine flag, run:
xattr -dr com.apple.quarantine "/Applications/SUZA Voice Studio 2.app"
open "/Applications/SUZA Voice Studio 2.app"
Fast Mode works locally on Mac. Qwen Quality Mode can fall back to CPU if GPU acceleration is unavailable on the machine.
Linux downloads include an AppImage and a Debian package. Use the Debian package on Ubuntu/Debian if you want system integration; use the AppImage if you prefer a portable executable.
chmod +x SUZA_Voice_Studio_2.0.2_x86_64.AppImage
./SUZA_Voice_Studio_2.0.2_x86_64.AppImage
sudo apt update
sudo apt install ./suza-voice-studio_2.0.2_amd64.deb
If the AppImage does not open, install the desktop runtime libraries:
sudo apt update
sudo apt install -y libgl1 libegl1 libnss3 libdbus-1-3 libfontconfig1 libx11-xcb1 libxrender1 libxcb1 libxcb-cursor0 libxcb-glx0 libxcb-icccm4 libxcb-image0 libxcb-keysyms1 libxcb-randr0 libxcb-render0 libxcb-render-util0 libxcb-shape0 libxcb-shm0 libxcb-sync1 libxcb-xfixes0 libxcb-xinerama0 libxcb-xkb1 libxkbcommon-x11-0 libpulse-mainloop-glib0 sox libfuse2
sudo apt install -y libasound2t64 || sudo apt install -y libasound2
sudo dnf install -y mesa-libGL mesa-libEGL nss dbus-libs fontconfig libX11 libXrender libxcb xcb-util-cursor xcb-util-image xcb-util-keysyms xcb-util-renderutil libxkbcommon-x11 alsa-lib pulseaudio-libs sox fuse-libs
sudo pacman -S --needed libglvnd nss dbus fontconfig libx11 libxrender libxcb xcb-util-cursor xcb-util-image xcb-util-keysyms xcb-util-renderutil libxkbcommon-x11 alsa-lib libpulse sox fuse2
nvidia-smi
SUZA Voice Studio does not bundle voice model files in the installer. On first synthesis or first voice selection, the app asks for permission to download the selected model, then caches it locally for future offline use.
Generated audio, downloaded models, samples, clone profiles, and settings are stored locally on your machine.
%LOCALAPPDATA%\SUZA Voice Studio 2\~/Library/Application Support/SUZA Voice Studio 2/~/.local/share/SUZA Voice Studio 2/Check your internet connection, VPN/firewall rules, and available disk space. Then reopen the app and select the model again.
Quality Mode is fastest with a CUDA-capable NVIDIA GPU. If CUDA is unavailable, SUZA can fall back to CPU inference, which is much slower.
Install the runtime libraries listed in the Linux section, make sure the AppImage is executable, and try launching it from Terminal to see the exact error.
Right-click the app in Applications and choose Open. If needed, run the quarantine removal command in the macOS section.