Local-First Revolution – Amazing: Meet Voicebox

Ditch ElevenLabs for Voicebox. A local-first, open-source studio for voice cloning, 23 languages, and MCP-integrated agentic speech.

microphone, waveform, code

Relying on cloud-based text-to-speech services like ElevenLabs or WisprFlow creates a fundamental dilemma: you must choose between high-fidelity output and your personal privacy.

Voicebox, a new project from Jamie Pine (of Spacedrive), offers a way out. It is a local-first alternative that brings professional-grade voice cloning and generation directly to your machine.

The End of Cloud Dependence

Unlike cloud incumbents—where ElevenLabs handles output and WisprFlow handles input—Voicebox bridges the entire loop locally. This ensures that your models, voice data, and captures never leave your hardware.

By utilizing the Voicebox open-source repository, you gain complete control over your biometric data while eliminating recurring subscription costs.

A Note on Ethics: Voice cloning is dual-use technology. Cloning a voice without explicit permission facilitates fraud; treat consent as a hard requirement, not a choice.

A Professional Audio Suite

microphone, waveform, code

Voicebox isn’t just a simple wrapper; it is a full-scale audio workstation capable of zero-shot cloning from just a few seconds of audio and supporting 23 different languages.

  • 7 Powerful TTS Engines: High-fidelity support for Qwen3-TTS, Qwen CustomVoice, LuxTTS, Chatterbox Multilingual, Chatterbox Turbo, HumeAI TADA, and Kokoro.
  • Expressive Control: Use paralinguistic tags like [laugh], [sigh], or [gasp] via Chatterbox Turbo to achieve natural delivery.
  • Advanced Post-Processing: Integrated tools for pitch shifting, reverb, delay, chorus, and compression.

The Essential Voice Layer for AI Agents

microphone, waveform, code

Beyond human use, Voicebox serves as the critical voice layer for the emerging agentic ecosystem. It transforms text-based LLMs into audible, interactive participants.

For developers working with tools like Cursor or Claude Code, Voicebox provides a standardized way to give agents a persona. Through its built-in MCP server implementation, any MCP-aware agent can use the voicebox.speak tool to communicate with you.

// Example: An agent calling Voicebox via MCP
{ "call": "voicebox.speak", "args": { "text": "The refactor is complete.", "voice_profile": "engineer_persona" } }

Native Performance Across Platforms

Built with Tauri (Rust) rather than Electron, Voicebox delivers high-performance execution across diverse hardware configurations.

PlatformAcceleration Engine
macOSMLX / Metal
WindowsCUDA
LinuxAMD ROCm / Intel Arc

You can explore the full feature set and technical implementation at the official Voicebox documentation.

Ready to bring your agents to life? Clone the repository today and start building with local-first audio.

microphone, waveform, code