Windows desktop

Download Audiozora Desktop

Same studio as the web — TTS, clone, replace — with a local-first GPU path on your PC. Web visitors keep using the remote worker; desktop prefers CudaRelay on localhost.

Download for Windows Open web studio

Audiozora-Setup-1.0.0.exe · Windows · ~72 MB

Install steps

  1. Download the Windows installer and run Audiozora-Setup-*.exe. Complete the NSIS wizard.
  2. Python 3.10+ on PATH, then from the Audiozora project (or your clone): pip install -r requirements-web.txt.
  3. Full local AI: start CudaRelay with gpu-worker.bat so local AI is healthy on port 8766.
  4. Launch Audiozora Desktop from the Start Menu. The app starts the local studio and opens /studio.

System requirements

Local GPU vs web remote worker

Desktop (local)

Electron sets local-first AI. Studio FastAPI posts jobs to CudaRelay at 127.0.0.1:8766 — privacy-minded throughput on your box.

Website (remote)

Browsers keep using the CudaRelay remote hub over WebSocket. Nothing changes for audiozora.com/studio.

FAQ

Is there a Mac or Linux build?

Not yet. Only the Windows installer is published. Use the free web studio on other platforms.

Will SmartScreen warn me?

Unsigned builds may trigger Windows SmartScreen. Choose “More info” → “Run anyway” if you trust the download from audiozora.com.

Do I still need an Audiozora account?

You can open the desktop studio locally; cloud account features (API keys, sync) follow the same auth as the website when you sign in.