VoiceStudio

VoiceStudio

VoiceStudio ranking on Trendshift

Open-source voice cloning, voice design, video dubbing, dictation, transcription & audiobook creation in 646 languages.

Website · Download · Get started · Docs · Discord · 简体中文

CI Latest release AGPL-3.0

![A tour of the Electron app: voice cloning, voice design, dubbing, and model management](docs/media/electron/voicestudio.gif) ## Your voice. Your workflow. | Create | Produce | Connect | | :--- | :--- | :--- | | Clone a voice or design your own | Dub videos with timed speech | Local API & MCP for agents | | Dictate with a floating widget | Stories, audiobooks & batch jobs | Optional remote workers | Start with **VoiceStudio** (default, powered by k2-fsa/OmniVoice), or choose another engine. [Features & engine catalog](docs/feature-catalog.md). Local workflows run on your hardware. Remote services are optional; usage analytics requires consent.
Explore the workspaces · Clone, dub, design & models
Electron voice cloning workspace with the bundled demo voice Electron video dubbing workspace
Voice cloningVideo dubbing
Describe a voice in the Electron voice design workspace Install and manage local speech models
Voice designLocal models
VoiceStudio desktop workspace
## Get started ### One-command install (macOS / Linux) ```sh # Latest Electron release curl -fsSL https://voicestudio.sh/install | sh # A specific published Electron release (replace X.Y.Z) curl -fsSL https://voicestudio.sh/install | sh -s -- --version X.Y.Z # Build current main and install the desktop app curl -fsSL https://voicestudio.sh/install | sh -s -- --main # Uninstall the app, keeping your data curl -fsSL https://voicestudio.sh/install | sh -s -- --uninstall ``` Release downloads require curl and a SHA-256 tool. `--main` requires Git, Node.js 22+, Bun, Rust/Cargo, and platform build tools; see [installer prerequisites and behavior](docs/install/script.md). The installer preserves your settings, projects, and models. Older versions must contain Electron packages; it never falls back to archived Tauri builds. Download from [Releases](https://github.com/debpalash/VoiceStudio/releases/latest), then follow your platform guide: **[macOS](docs/install/macos.md) · [Windows](docs/install/windows.md) · [Linux](docs/install/linux.md) · [Docker](docs/install/docker.md)** Open **Voice cloning**, choose a voice or add a clean reference recording, enter your text, and generate. Install the required model when prompted. Hardware needs vary by engine; see [performance](docs/performance.md). ### Install with prompt Paste into your coding agent (Claude Code, Codex, Cursor, …): ```text Install the VoiceStudio Electron app on this device and verify it works, following https://github.com/debpalash/VoiceStudio/blob/main/docs/install/agent.md ``` The [agent guide](docs/install/agent.md) covers hardware detection, reusing existing data, asking before model downloads, and a test generation. Agents that support skills can also run `npx skills add debpalash/VoiceStudio`.
Run the Electron preview from source ```bash git clone https://github.com/debpalash/VoiceStudio.git cd VoiceStudio bun install bun run setup:api # prepare Python dependencies before starting Electron bun run dev ``` See [Electron setup](electron/README.md) for prerequisites and backend configuration. Use `bun run smoke-test` to build and launch an isolated packaged Electron app. Add `-- --install` for the networked managed-runtime installation check.
> **Electron is the only maintained desktop app.** Version 0.5.3 was the final Tauri release. Existing Tauri users must [install Electron separately](docs/electron-migration.md). Root development, build, test, and release commands target Electron; Tauri source is archived and receives no further updates. ## Documentation | Need | Start here | |---|---| | Setup help | [Troubleshooting](docs/install/troubleshooting.md) · [Model downloads](docs/downloading-models.md) | | Models & audio quality | [Engine guides](docs/engines/README.md) · [Benchmarks](docs/benchmarks.md) | | Integrations | [Local API](docs/speech-platform.md) · [MCP](docs/mcp.md) · [Examples](examples/README.md) | | Development | [Contributing](.github/CONTRIBUTING.md) · [Electron](electron/README.md) · [Changelog](CHANGELOG.md) | Agent skills: `npx skills add debpalash/VoiceStudio` — choose **voicestudio** for audio workflows or **voicestudio-maintainer** for repository maintenance. ## Sponsors Your brand — apply for a featured VoiceStudio sponsor slot **Become a featured partner.** [Apply for a paid placement](https://forms.gle/2PYCvd39hbwijzX37) · [Email us](mailto:partner@voicestudio.sh) Support development: [Ko-fi](https://ko-fi.com/debpalash) · [PayPal](https://paypal.me/palashCoder) · [Sponsorship details](SPONSORS.md) ## License & responsible use [AGPL-3.0](LICENSE). Models have their own licenses; review them before commercial use. Clone voices only with permission. See [license details](LICENSE-NOTICE.md).