Modern Creator
Better Stack · YouTube

I Tried the Open Source ElevenLabs Alternative (Voicebox)

A 7-minute hands-on with Voicebox — the local voice AI studio that clones your voice, dictates into any app, and talks back to your coding agents, all without a subscription.

Posted
2 days ago
Duration
Format
Tutorial
educational
Views
27.2K
972 likes
Big Idea

The argument in one line.

Voice AI does not have to be a cloud subscription — a single open-source desktop app now covers cloning, dictation, and agent speech with no API keys, no character limits, and no data leaving your machine.

Who This Is For

Read if. Skip if.

READ IF YOU ARE…
  • A developer or builder who uses text-to-speech or voice cloning occasionally but does not want a recurring subscription for it.
  • Someone exploring AI agent workflows who wants their coding assistant to speak responses aloud instead of only printing to a terminal.
  • A creator or solo operator who processes sensitive audio and wants to keep that data on local hardware.
  • Anyone already piecing together Piper, Whisper, and cloning scripts separately and frustrated by the friction.
SKIP IF…
  • You need broadcast-quality, long-form voice output — ElevenLabs still wins on consistency at that tier.
  • You are on Windows and do not want to troubleshoot early-stage GPU detection or model setup issues.
  • You have no use case for voice cloning or agent speech and just want reliable dictation — standalone Whisper tools are simpler.
TL;DR

The full version, fast.

Voicebox is an open-source, locally-run desktop app that consolidates voice cloning, text-to-speech, Whisper dictation, and MCP-based agent speech into one interface — framed as the Ollama equivalent for voice AI. The core demo covers three capabilities: cloning a voice from a short audio sample, generating speech locally from a typed line, and using a global hotkey to dictate directly into a code editor. The comparison with ElevenLabs is honest — cloud quality still leads for long-form — but for privacy-first workflows, internal audio, or giving coding agents a voice layer without a hosted speech provider, Voicebox is already good enough to install.

Free for members

Chat with this breakdown — free.

Sign in and you get 23 free chat messages on us — ask for the hook, quote a framework, find the exact transcript moment, generate a markdown action plan. Bring your own key when you want unlimited.

Create a free account →
Chapters

Where the time goes.

00:0000:40

01 · Hook — Ollama for voice

Opens with the Ollama analogy and lists four capabilities: cloning, generation, dictation, and agent speech.

00:4001:57

02 · What Voicebox actually is

Defines Voicebox as a local alternative to ElevenLabs, covers the full feature set, and explains the no-subscription value prop.

01:5702:55

03 · Demo — voice cloning

Shows the Create Voice flow: name, description, personality prompt, model selection, recording or upload, and profile creation.

02:5503:35

04 · Demo — TTS generation and playback

Types a line, selects the cloned voice profile, hits generate, and plays back locally synthesized audio.

03:3504:10

05 · Demo — system-wide dictation

Uses a global hotkey to trigger Whisper dictation and shows text landing directly inside VS Code.

04:1005:30

06 · Agent integration

Explains how Claude Code and Cursor can call Voicebox via MCP to speak responses aloud instead of only printing to the terminal.

05:3006:52

07 · ElevenLabs comparison

Direct contrast: ElevenLabs is cloud, subscription, best quality; Voicebox is local, free, data ownership. Honest about quality gap on long-form.

06:5207:39

08 · Verdict and install

Covers privacy, cost, agent integration, and ease of setup. Flags Windows rough spots and long-form consistency limits. Closes with install instructions.

Atomic Insights

Lines worth screenshotting.

  • Voicebox packages voice cloning, Whisper dictation, multi-track editing, and MCP agent speech into one desktop app — replacing four or five separate open-source tools.
  • Local TTS means no subscription, no character limits, and no audio data sent to a cloud provider — data ownership alone justifies the install for sensitive content.
  • The Ollama analogy is the right frame: just as Ollama made local text models accessible to non-researchers, Voicebox does the same for voice AI.
  • Your coding agent can already speak — Voicebox exposes a local REST API and MCP server so Claude Code or Cursor can trigger voice output instead of only printing to the terminal.
  • The best tool for a developer is not always the one with the prettiest output — it is the one they can actually control.
  • Fragmenting your workflow across Piper, Whisper, and cloning scripts is a hidden cost; consolidating into one studio UI removes daily friction that compounds over time.
  • Emotion control in local TTS depends on model choice — Chatterbox TTS Turbo has emotions built in, while other models do not.
  • Long-form voice consistency is still the gap where ElevenLabs leads — Voicebox is the right call for short clips, internal audio, and agent speech, not hour-long narration.
  • Getting started takes under 60 seconds with the desktop installer — Docker is an option but adds 30 minutes of container setup with no benefit for most users.
  • Apple Silicon gives a meaningful performance edge for local voice models — the experience on Mac M4 is noticeably smoother than typical CPU-only Windows setups.
Takeaway

Own your voice pipeline before you rent it.

WHAT TO LEARN

Local voice AI has crossed a usability threshold where the setup cost is measured in seconds, not hours — and the ownership upside is permanent.

  • A single desktop app now replaces the fragmented stack of Piper, Whisper, and cloning scripts — installing Voicebox is faster than integrating those tools separately.
  • Voice cloning from a short audio sample takes less than two minutes end-to-end once the model is downloaded — the bottleneck is the first model pull, not the workflow.
  • System-wide dictation via a global hotkey is a low-friction habit change: any moment where talking is faster than typing becomes a productivity win that compounds daily.
  • Your AI coding assistant can already speak — Voicebox exposes an MCP server that lets Claude Code or Cursor trigger voice output, shifting feedback from text in a terminal to spoken audio.
  • Privacy is a real product feature, not a marketing angle: local processing means voice samples, audio content, and internal recordings never leave your machine.
  • Cloud tools still lead on long-form voice consistency — calibrated use means local voice for clips, agent speech, and internal content, with a cloud fallback for polished long-form production.
  • Apple Silicon gives a meaningful local inference edge; Windows users should expect early-stage rough spots around GPU detection and be prepared to restart the app when it wedges.
Glossary

Terms worth knowing.

Voicebox
An open-source desktop app (Tauri-based) that runs voice AI locally, covering voice cloning, text-to-speech, Whisper-powered dictation, and MCP agent integration, with no cloud dependency.
Voice cloning
Training a voice model on a short audio sample so that any typed text can be synthesized in that specific speaker's voice.
MCP (Model Context Protocol)
A protocol that lets AI coding assistants like Claude Code or Cursor call external tools as if they were functions — used here to let agents trigger Voicebox speech output.
Chatterbox TTS Turbo
A local text-to-speech model available inside Voicebox that includes built-in emotion control, unlike base TTS models.
Whisper
OpenAI open-source speech recognition model, used inside Voicebox to power the system-wide dictation feature.
Piper
A lightweight open-source text-to-speech tool frequently used alongside Whisper before all-in-one apps like Voicebox existed.
Resources

Things they pointed at.

00:00productVoicebox
04:00productElevenLabs
04:53toolPiper
04:53toolWhisper
01:57toolDocker
03:40productClaude Code
03:40productCursor
Quotables

Lines you could clip.

04:20
For us devs, the best tool is not always the one with the prettiest output. Sometimes it is the one you can actually control.
quotable thesis, standalone, no setup neededIG reel cold open↗ Tweet quote
05:50
Voice box just gives those updates an actual voice.
tight payoff line for the agent integration argumentTikTok hook↗ Tweet quote
01:07
I wanna build things without asking how many credits did I just use to test this.
universal developer pain, highly relatable, no context needednewsletter pull-quote↗ Tweet quote
The Script

Word for word.

Read-along

Don't just watch it. Burn it in.

See every word as it's spoken — crank it to 2× and still catch all of it. The same dual-channel trick behind Amazon's Kindle + Audible.

metaphoranalogystory
00:00They say this is the ollama of voice AI. It clones voices, generates speech, dictates into any app, and talks to agents in voices you actually own.
00:10This is Voicebox, and that's what it says right here. It's free and a local alternative to 11 labs and honestly this was insane.
00:19It has around 30,000 stars on GitHub, it runs locally in the next sixty seconds. I'm gonna show you cloning local voice generation and dictation inside an editor. How useful is this for us and how easy is it to get going in the first place?
00:33We're about to find out.
00:40Now, VoiceBox is an open source local AI voice studio. The simple way to think about it is this, OLAMA is for local text models. VoiceBox is trying to be that for voice.
00:52So it's not just text to speech, it does voice cloning, system wide dictation, creative editing, and it even has stories and timelines and it connects to AI agents. So this gives us real control and even more privacy. I wanna build things without asking how many credits did I just use to test this.
01:12Voicebox doesn't ask that because Voicebox runs on our machine. So there's no subscription, there's no character limits.
01:18Plus it brings together cloning, whisper powered dictation, a multi track editor, a Tari desktop app, MCP support, and local rest API. So instead of five separate tools, you get one desktop app with everything right here.
01:33I'm gonna do three things here in this video. I'm gonna clone a voice, I'm gonna make it speak, and then I'm gonna use dictation inside the editor. After that, I'll show you why the agent integration is actually super sick, or at least we're gonna talk about it.
01:48If you enjoy coding tools that speed up your workflow, be sure to subscribe. We have videos coming out all the time. Alright.
01:53Now, I'm running this on my Mac m four. Here is voice box. I already have a voice profile ready, but the flow was really simple.
02:01Now, you can spin this up with Docker, yes, but I did that and it took nearly thirty minutes to get the containers going. So for this I opted instead to get the desktop app which was way faster and it's honestly really good. I can name the audio here, I can add a description and even tell it how to act with the models.
02:20Then I can either record myself speaking or upload a short file for it to analyze, while also dropping in the transcription of that audio. Now, I'll type a line that I would actually wanna use. So maybe as a developer this gives me complete control over voice AI without cloud costs and all that privacy stuff.
02:39I'll choose my voice profile, I can choose the model I want and hit generate. Now, the first run of this is going to have to download the model, so it might actually take some time.
02:51But after all that and we run it, we get waveforms. Let's take a listen. As a developer, this gives me complete control over voice AI without cloud costs and all that privacy stuff.
03:03That audio was generated locally from my machine and I cloned my own voice. There was no browser tab, I didn't need API keys, but here's the part that feels like this is a real workflow.
03:15The system wide dictation. I could hit a global hotkey and I could say whatever I'm thinking in the moment. If you like finding coding tools and tricks like this, check out our channel.
03:26Now it lands directly inside my editor. So I mean, that was pretty useful for notes, comments or anything like that. But all these little moments where talking is actually faster than typing, that's huge.
03:38This is not only for you talking to the computer, your agents could actually talk back now. Claude code, cursor or your own local agent can trigger speech through voice box instead instead of only just dumping it into your terminal.
03:52We're already getting feedback from our AIs, why not have it speak to us? Now let's compare this with tools we already know.
03:59For obvious reasons, right, we have 11. 11 is great, bravo.
04:04I've done comparisons on that before. It's hosted, we know the quality is amazing, but then again, right, it's cloud based, it's subscription driven, so we're paying for that. We're putting our stuff up in the cloud.
04:16Voicebox is the complete opposite of that. Why? Well, it's local, it's free, it's unlimited.
04:22We control all that data going into it. Eleven Labs may still win if you're using it all day, but I think I'll be keeping Voicebox as I loved how easy it was and honestly it sounds really decent too. For us devs, the best tool is not always the one with the prettiest output.
04:38We don't actually care about that a lot of the time. Sometimes it's the one you can actually control. Then there's the whole open source side.
04:45You could already use tools like Piper, Whisper, and a bunch of separate scripts. But again, the key thing there guys is they're all separate. Right?
04:54We have one tool for transcription, one for cloning, one for TTS, one for UI, all this stuff that we're really just smooshing together. Voice box packages the whole workflow into one studio app.
05:07Input, output, editing profiles, dictation, agent integration, and heck, you could also use the MCP server. Like I said, that means Claude or Cursor can call voice box like a tool instead of your agent only replying with text, it now speaks back to you.
05:22But do you wanna hear yourself speak back to you? I don't know, maybe change the voice for that. But imagine your coding agent saying, build failed, three test modules broke the auth module.
05:32That sounds not real until you realize how many times a day you're already getting feedback from your tools. Voice box just gives those updates an actual voice. So why did I like this one so much compared to others?
05:45Well, okay. Privacy and cost, honestly, those are the really big wins at least for me. Those are easy wins for voice samples, audio, internal content, or anything really sensitive.
05:55Local first is what we want, it's great. Then is the agent integration, which I didn't put into the full test here but devs are already talking about it as they're integrating it into Claude code, cursor, voice box gives those systems a voice layer without needing a hosted speech provider.
06:12The workflow was pretty neat. I like that it's all in a UI that we can control. It's really easy.
06:17And if you're on Apple silicon especially, local performance is one of the reasons that this felt so good. But here's the thing to keep in mind with all of this. It dropped this year.
06:27It's still early, so there's gonna be problems. Some users are gonna hit rough spots if you're on Windows, especially around GPU detection, model setup, and exports. If this happens, just restart the app.
06:38I have the issue on my Mac, restarting it fixes this. Long form consistency can also still fall behind 11 labs. Any motion control, it is improving, but that depends on the model you choose.
06:50If you choose Shatterbox TTS Turbo, we then have those emotions built in. So should you install VoiceBox?
06:57Honestly, it was super easy. It's absolutely worth trying because it takes away a lot of that friction that we have from workflows that we're just really piecing together.
07:05The main value is not just voice quality, it's really the control that we're given here. It's control over data, control over costs, over integration, that's why this all really matters.
07:16Now getting started was dead simple, a monkey could do it. Go to Voicebox website or GitHub releases, download the installer for your platform, launch the app, and then pull the local models that you need. But the whole core idea here is really strong and it's already useful enough to actually install.
07:33If you enjoy coding tools like this, be sure to subscribe and better stack channel. We'll see you in another video.
The Hook

The bait, then the rug-pull.

They say this is the Ollama of voice AI — and the comparison holds up. Voicebox clones voices, generates speech, dictates into any app, and talks back to your coding agents, all from a single desktop install with no subscription, no API keys, and no data leaving your machine.

Frameworks

Named ideas worth stealing.

00:00concept

The Ollama Analogy

Voicebox is to voice AI what Ollama is to text models — an accessible local runtime that eliminates cloud dependency for a class of AI capability.

Steal forany pitch for a self-hosted tool in a category currently dominated by cloud SaaS
04:53concept

Fragmented stack to unified studio

Positions Voicebox against the pain of stitching together Piper, Whisper, cloning scripts, and a UI separately — one tool replaces the whole fragmented workflow.

Steal forpositioning any bundled product against a DIY open-source alternative
CTA Breakdown

How they asked for the click.

VERBAL ASK
07:07subscribe
If you enjoy coding tools like this, be sure to subscribe and better stack channel. We will see you in another video.

Standard subscribe close, bookended by a mid-video mention at 1:33. Nothing aggressive — subscribe is the only ask throughout.

MENTIONED ON CAMERA
00:00productVoicebox
04:00productElevenLabs
FROM THE DESCRIPTION
Storyboard

Visual structure at a glance.

hook — Ollama for voice
hookhook — Ollama for voice00:00
what it is
promisewhat it is00:40
voice cloning demo
valuevoice cloning demo01:57
dictation demo
valuedictation demo03:35
agent integration
valueagent integration04:10
ElevenLabs comparison
valueElevenLabs comparison05:30
install verdict
ctainstall verdict07:10
Frame Gallery

Visual moments.

Watch next

More from this channel + related breakdowns.

Chat about this