Files
VoiceStudio/docs/electron-migration.md
T

1.1 KiB

Moving to Electron

The next desktop release uses Electron. Tauri receives one final sunset update; subsequent releases build only Electron. Existing Tauri downloads remain available.

  1. Find your Tauri data directory in Settings and back up the entire directory while the app is closed. Keep reference audio stored outside it too.
  2. Install Electron for your platform. Keep Tauri and its data until verification. Do not run both apps against the same data directory.
  3. Check Electron's configured data location before generating. Use its supported storage/backend configuration to select the existing data directory.
  4. Verify voices, projects, history, and model locations. Generate a short test clip before removing the old app.

The shells share the backend, but shell preferences and credentials are not guaranteed to migrate. Recheck devices, shortcuts, theme, backend address and permissions. No automatic installer-to-installer migration is provided.

The final Tauri updater feeds retain signed Tauri payloads at immutable URLs. A Tauri updater must never receive an Electron installer.