LibraryRepo of the day9 min read
Voicebox and the voice you were renting
Cloning the owner's voice for training videos and phone prompts costs $299 a month at the tier that gives a team three clones and thirty hours of audio. Voicebox does it on a laptop, MIT licensed, and the voice sample never leaves the building.

Put the owner's voice on the training videos, the phone tree, and the after-hours message, and you have signed up for a recurring bill you probably did not read carefully. The tier of ElevenLabs that gives a team shared seats and three professional voice clones is Scale, at $299 a month, and it buys roughly 1,800 minutes of generated audio. Thirty hours. Go past it and every additional minute bills at about seventeen cents. That is $3,588 a year to keep saying things in a voice you already own, and the meter runs again every time somebody changes a price in the script. Voicebox does the cloning and the generation on a laptop you already have, under an MIT license, and the voice sample never leaves the building.
What the repo actually is
Voicebox is a desktop app, not a Python repo with a wishful README. That distinction is the entire story, so let's sit on it for a second. The local voice synthesis world has been technically solved for a while now. What it has not been is installable. Every previous "just run it yourself" answer involved a conda environment, a CUDA version mismatch, and an afternoon you will never get back.
Voicebox ships a DMG for macOS and an MSI for Windows. You download it, you open it, it works. Linux is still build-from-source, and there is a Docker Compose path if you would rather run it on a box in the closet.
Under the hood it bundles seven text to speech engines (Qwen3-TTS, Qwen CustomVoice, LuxTTS, two Chatterbox variants, HumeAI's TADA, and Kokoro), Whisper for transcription in the other direction, and small Qwen3 models that clean up dictated text by stripping filler words and fixing punctuation. Twenty three languages. Voice cloning from a sample. A stories editor for stitching multiple voices into one piece of audio, which is how you would build a multi-speaker training module without booking two people.
It runs on Apple Silicon through Metal, on NVIDIA through CUDA, on AMD through ROCm, on Intel Arc, and on plain CPU if that is what you have. Slower on CPU, but it runs.
The traction is real and it is recent. The repository was created in late January 2026 and is sitting at roughly 49,000 stars with over 6,000 forks, which is not a number you fake, and commits landed as recently as the end of July. The last tagged release is v0.5.0 from April, nicknamed the Capture release, which added a global dictation hotkey, voice personality profiles, and an MCP server so an agent like Claude Code can speak its output out loud. The releases page shows a genuinely fast April (four releases in nine days) followed by a quieter stretch. Hold that thought, it comes back in the honest take.
The LICENSE file says MIT, not a source-available license wearing an open source costume. Commercial use is fine. You can run it for a client. You can fork it.
What it replaces on somebody's actual invoice
Here is where most coverage of this repo stops being useful, because it is written for people who want to make anime voices at two in the morning. Fine hobby. Not a business case.
The business case looks like this. A 40-truck service company records eleven onboarding videos for new techs. Somebody narrates them, badly, on a phone in a truck. Two years later the pricing changed, the warranty language changed, and one of the eleven references a software system they no longer use. Re-recording means finding the person who narrated them, who left in March.
Synthetic voice fixes exactly that problem, and it fixes it in a way a spreadsheet respects: the narration becomes text, and text is editable forever. Change the line, regenerate the audio, done in ninety seconds. That is the actual product here, not the novelty of cloning. Permanence.
The same shape shows up in a half dozen places once you look. The phone tree that still says "press four for the fax menu." The after-hours message that should say something different in December than it does in June. Product walkthroughs for a distributor's catalog where the SKU list turns over quarterly. Safety briefings that legal wants updated the week the regulation changes, not the quarter after.
For the ops practitioner reader, there is a second thing in here that has nothing to do with publishing audio at all. The dictation hotkey. Hold a key combination anywhere on the machine, talk, release, and cleaned-up text lands in whatever field the cursor is in. That is the ticket-writing, the meeting note, the long Slack explanation you have been typing at forty words a minute. It is the least glamorous feature in the repo and it is probably the one that changes the most Tuesdays.
Now the cost comparison, honestly, because "free" is doing an enormous amount of work in that first paragraph.
ElevenLabs' entry point is not actually $299. Starter is $6 a month and it includes a commercial license plus instant voice cloning, which covers a lot of small operators completely. The free tier does not include commercial rights, so if you are a business, the free tier is not a tier, it is a demo. Creator at $22 unlocks professional voice cloning, which is the higher quality clone trained on more audio. Pro is $99. The jump to $299 buys team seats and the three professional clones.
So the honest framing is not "replace a $299 bill." It is: below about two hours of audio a month with one voice, ElevenLabs at $6 or $22 is cheaper than your time, and you should just pay them. Above roughly the Pro tier, or the moment you need more than a couple of cloned voices, or the moment the voice you are cloning belongs to a specific human being whose sample you would rather not upload anywhere, the math flips hard.
The setup, in hours, without flinching
On a Mac with Apple Silicon, you are about ninety minutes from a working clone. Most of that is model downloads, which are multiple gigabytes and which you will do once. The install itself is a DMG. Recording a decent voice sample and getting a clone you are not embarrassed by is another hour of trial and error, because your first sample will have room echo in it and you will hear the room in every generated line afterward.
On Windows with a recent NVIDIA card, similar, plus whatever driver adventure your particular machine has in store.
On a five year old office laptop with integrated graphics, be realistic. CPU inference works. It is slow enough that generating twenty minutes of narration is a go-get-lunch operation rather than a wait-for-it operation. That is survivable for a batch job you run overnight and miserable for iterating on a script.
Which means the true hardware line item, for a lot of small operations, is a machine. A Mac Mini with Apple Silicon at a few hundred dollars is the cheapest honest path to "this is pleasant to use," and it pays for itself against the Scale plan in under two months. Hosting cost per month after that is electricity. Call it nothing.
Budget four to six hours total for a first real deployment: install, model downloads, sample recording, two or three clone attempts, and one afternoon of regenerating your existing narration to see whether the quality clears your own bar. That is the number. Anyone telling you it is fifteen minutes has installed it and generated one sentence.
What you are giving up
Plenty, and it deserves naming.
The vendor has better tooling around the edges. Dubbing, managed production workflows, a real API for programmatic generation, streaming low latency voice for live agents, higher bitrate output, and a support contract with a human on the other end. If your use case is a real-time voice agent answering the phone, this repo is not that, and pretending otherwise would be the exact kind of thing this brand exists to call out.
You are also giving up an indemnity. If a vendor's model produces something that gets you in trouble, there is a contract and a counterparty. With a local install there is you.
Then there is the maintainer question, which is the one that should actually give a business owner pause. Voicebox is substantially one person's project with community contributions. The repository is carrying 583 open issues, which is what happens when 49,000 people show up in six months. The last tagged release is from April even though commits continued into July, so the version you download is a few months behind the code. None of that is damning for a six month old project moving this fast. But if you are betting a workflow on it, the honest risk is not "the company raises prices," it is "the maintainer gets a job and the DMG stops getting notarized." MIT license means a fork is always legal. It does not mean a fork will actually happen, or that you would be the one to do it.
One more, and it is the one people miss because the README's privacy claim is so reassuring. Voicebox not sending your data anywhere is true, and it is a genuinely strong argument for a business handling a real person's voice. But the MIT license covers the application, not the model weights it downloads. Those engines come from separate projects under their own terms, and "the app is MIT" is not the same sentence as "every model I just pulled is cleared for commercial use." Check the specific engine you standardize on before you put its output on a customer-facing phone line.
And removing the vendor does not remove the consent problem. Cloning an employee's voice is a thing you need that employee to agree to, in writing, with terms about what happens when they leave. Several jurisdictions now treat voice likeness as a protected right, and a local install gives you exactly zero legal cover. The vendor's terms of service were, quietly, doing some of that thinking for you. Now it is your job.
The part that sticks
The interesting thing about Voicebox is not that it makes voice cloning free. It is that it makes voice cloning boring, and boring is what a technology does right before it turns up everywhere. When the narration on your competitor's training portal costs them nothing to keep current, and yours still says the wrong price because re-recording means calling a guy, the gap that opens is not about audio quality at all.
Sources
Every claim above traces back to one of these. Go read them yourself.
- 01Voicebox: The open-source AI voice studio
GitHub / github.com / retrieved Aug 04, 2026
- 02ElevenLabs pricing
ElevenLabs / elevenlabs.io / retrieved Aug 04, 2026
- 03Voicebox releases
GitHub / github.com / retrieved Aug 04, 2026
- 04Voicebox LICENSE
GitHub / github.com / retrieved Aug 04, 2026
Related reading
Nearest neighbours by meaning, drawn from the whole library rather than from matching tags. Some of these are from a different series on purpose.
Repo of the day
Macro and the forty-dollar stack
Ten people on Superhuman and Linear alone costs $5,880 a year, and all it buys is an inbox and a task board. Macro does email, chat, docs, tasks, calls and CRM out of one app for $40 a seat, and it moved to the AGPL in May, which means the escape hatch is written into the license.
Operator answers
Your Software Just Added AI. Do You Pay For It?
Three renewals this quarter, three new AI lines, priced anywhere from twenty nine dollars flat to a hundred and twenty five per seat. Which ones to pay for has almost nothing to do with how good the AI is.
Repo of the day
Twenty and the data model you were renting
A ten-person sales team on Salesforce list pricing pays about $21,000 a year, and the thing they are actually renting is not the software. It is the shape of their own business. Twenty puts that shape in a repository you own, and it shipped four releases in two days.