OpenAltFinder
VoiceStudio

VoiceStudio

Fully local voice cloning, dubbing, dictation, and transcription in one desktop app - an open-source ElevenLabs replacement.

Open source alternative to:

voicestudio.gif

VoiceStudio is a local-first voice AI workstation that packs voice cloning, voice design, video dubbing, dictation, transcription, and audiobook creation into a single desktop app. It advertises support for 646 languages and runs all speech models on your own hardware — nothing leaves your machine unless you opt in to remote providers or analytics.

The app ships as an Electron desktop client for macOS (Apple Silicon and Intel), Windows, and Linux, with official AppImage and deb packages. For headless servers there is a Docker image (ghcr.io/debpalash/voicestudio, amd64, with ROCm variants) that serves the same UI over HTTP, so the backend can run on a GPU box while you open the interface in any browser.

Under the hood it uses a Python backend with swappable engines: speech generation defaults to k2-fsa OmniVoice with alternatives like CosyVoice 3, IndexTTS 2.5, MLX-Audio, GPT-SoVITS, and sherpa-onnx, while transcription defaults to WhisperX with Faster-Whisper, MLX Whisper, Parakeet, Moonshine, and FunASR also available. GPU auto-detect covers NVIDIA CUDA, Apple Metal/MLX, and AMD ROCm. A bundled Rust sidecar handles microphone capture and text insertion for the dictation widget.

It also works as a headless speech service: a local HTTP/WebSocket API on port 3900 plus an MCP server lets coding agents and custom apps drive dictation, TTS, and transcription. Compared to ElevenLabs, VoiceStudio trades the convenience of a hosted API for privacy, no per-character billing, and full control over which models run — cloning quality varies by the open model you choose, and heavy workloads need a decent GPU or Apple Silicon machine.

Frequently Asked Questions

Which platforms does VoiceStudio run on?

VoiceStudio ships native desktop apps for macOS (Apple Silicon and Intel), Windows x64, and Linux x64 (AppImage and deb packages), installed with one command via the installer script at voicestudio.sh/install. There is no mobile app. For headless deployment there is an official Docker image, ghcr.io/debpalash/voicestudio, published for linux/amd64 only with ROCm variants.

Does VoiceStudio work completely offline?

Yes. All speech models run locally and remote services are optional. Model downloads need one-time internet access, but cloning, dubbing, dictation, and transcription afterwards run on your own hardware. Usage analytics only sends data if you explicitly opt in, and the local API binds only to loopback by default.

Can VoiceStudio be used by coding agents or other apps?

Yes. It exposes a local HTTP and WebSocket API on port 3900 and an MCP server, so tools like Claude Code, Codex, and other MCP-compatible agents can start dictation, run text-to-speech, or request transcriptions. A well-known endpoint at 127.0.0.1:3902 describes all available capabilities, and the executable accepts dictation flags from the command line.

What TTS and transcription engines can VoiceStudio use?

The default speech engine is k2-fsa OmniVoice; you can switch to CosyVoice 3, IndexTTS 2.5, MLX-Audio, GPT-SoVITS, KittenTTS, sherpa-onnx, and others. Transcription defaults to WhisperX with Faster-Whisper, MLX Whisper, PyTorch Whisper, NVIDIA Parakeet, Moonshine, FunASR, and any OpenAI-compatible server as alternatives. Engines are selected in-app per task.

What hardware does VoiceStudio need?

Requirements vary by engine, but the project benchmarks on 16 GB Apple Silicon (M2) as a baseline. NVIDIA CUDA GPUs, Apple MLX/Metal, and AMD ROCm on Linux are auto-detected. The Docker headless image is CPU-only on non-GPU machines and requires linux/amd64; Apple Silicon Macs should use the native app rather than the container for GPU acceleration.

OpenAltFinder Score
80/100
Project Health (50%)
84/100
License (20%)
40/100
Self-hostable (20%)
100/100
Recency (10%)
100/100
How scoring works
Project Details
Platforms
Desktop, Web
License
AGPL-3.0
Self hostable
Yes
Repository details
Created
4/9/2026
Stars
38,140
Forks
4,519
Open issues
13
Last commit
9/27/2026
View Repository
Sponsor VoiceStudio

Similar open source alternatives