voicebox
jamiepine
A free, on-device alternative to ElevenLabs for TTS, voice cloning and dictation.
What is voicebox?
A private, on-device voice toolkit for text-to-speech, cloning and dictation with agent integration. It bills itself as a free, open-source alternative to ElevenLabs.
voicebox in depth
Voice synthesis has quietly become one of the most cloud-locked corners of AI. Text-to-speech, voice cloning and dictation usually mean sending your text, and often a sample of your own voice, to a hosted API like ElevenLabs, with metered pricing and no real way to keep the data on your machine. Voicebox, an MIT-licensed desktop app from Jamie Pine, sets out to collapse that whole stack into a single local-first tool. It bills itself as a free, on-device alternative to ElevenLabs combined with a Whisper-style dictation layer. The pitch is straightforward: clone a voice, generate speech, transcribe what you say, and let AI agents speak, all without anything leaving your computer. It targets the people for whom the recurring API bill, the privacy exposure, or both, have been the blocker.
Under the hood Voicebox is a Tauri desktop shell with a React and TypeScript frontend talking to a Python FastAPI backend. Inference runs through MLX on Apple Silicon and PyTorch on CUDA, ROCm, DirectML, Intel Arc and plain CPU, which is unusually broad hardware coverage for a young project. Rather than betting on one model, it wraps seven TTS engines, including Qwen3-TTS, Qwen CustomVoice, LuxTTS, Chatterbox and Kokoro, plus OpenAI Whisper for transcription. The genuinely distinctive part is the built-in Model Context Protocol server: it exposes tools like voicebox.speak and voicebox.transcribe over HTTP or stdio, so an MCP-aware agent in Claude Code or Cursor can speak and listen through a single tool call. A bundled small Qwen3 LLM also handles personality-based text rewriting before synthesis.
The audience is fairly specific. It suits developers and tinkerers who want an offline voice toolkit and are comfortable with a desktop build that pulls down model weights. Concrete uses include hotkey dictation that pastes transcribed text into any app, narrating long-form text or podcasts through the multi-track Stories editor, and giving a coding agent an actual voice so it can read results aloud or transcribe spoken prompts. Privacy-sensitive users handling confidential text or recordings are an obvious fit, since the project keeps generation and voice data on the device. People on non-Nvidia hardware, including Apple Silicon, AMD and Intel Arc, also benefit from the wide backend support, which many competing local tools simply do not offer.
The caveats are significant and worth weighing. The repository was created in January 2026 and sits at v0.5.0 with several hundred open issues and core features, such as Windows and Linux auto-paste and streaming transcription, still on the roadmap. Expect rough edges and breaking changes. More seriously, the cloning workflow ships with no consent framework, and the project promotes non-consenting celebrity presets, which is both an ethical and a legal liability for any commercial use. The headline performance and privacy claims, including 150x realtime on CPU for LuxTTS and the promise that nothing leaves your device, are the project's own and remain unverified here. Model weight licenses vary by engine and are not clearly documented, so anyone shipping output should check each one individually.
Against ElevenLabs, Voicebox trades polish, reliability and a clear commercial license for zero cost, full local control and agent integration that the hosted service does not match. ElevenLabs remains the safer choice for production work that needs consistent quality, support and defensible licensing, and its managed cloning has at least a nominal consent process. Voicebox is worth adopting now if you are experimenting with private, on-device TTS and dictation, want voice in an agent loop, or simply refuse to send your voice to a third party. It is too early for production deployments, for client-facing audio, or anywhere the cloning ethics and a roughly four-month-old codebase would be a real problem. Watch it; do not yet bet on it.
Pros & Cons
Pros
- MIT code with mostly MIT/Apache model weights - genuinely OSI-open and fully local
- Covers both halves of the voice loop: TTS output and dictation/STT input, with native MCP integration for agents
- Broad hardware support (Apple Silicon MLX, CUDA, ROCm, DirectML, Intel Arc, CPU)
Cons
- Very young: repo created January 2026, v0.5.0, 433 open issues, several core features still on the roadmap
- Voice-cloning abuse risk with no consent framework - the homepage promotes non-consenting celebrity presets (Freeman, Johansson, Obama)
- Performance and privacy claims ('150x realtime on CPU', 'nothing leaves your device') are the project's own, unverified
License
MIT (OSI-open)
When it is interesting
Private, on-device TTS, cloning and dictation with agent integration.
When it is too early
Production use, or anywhere the cloning ethics and a four-month-old codebase are a concern.
Commercial alternative & related
- Commercial counterpart: ElevenLabs
This repo featured in the 2026-06 edition of the Open-Source AI Radar.
VoxCPM
OpenBMB
Tokenizer-free TTS from OpenBMB covering 30 languages with voice design and real-time streaming.
Chatterbox
resemble-ai
MIT-licensed open TTS with zero-shot voice cloning - 500M params, 23+ languages.
supertonic
supertone-inc
Fast on-device TTS via ONNX with 31-language support, running on CPU, browser and mobile.