The argument in one line.
One free, offline app covers both ElevenLabs-style voice cloning and Wispr Flow-style dictation, eliminating up to $37 a month in subscriptions while keeping your voice data entirely on your own machine.
Read if. Skip if.
- You are paying for ElevenLabs or Wispr Flow and want to evaluate whether a free local alternative is ready for real use.
- You are on a Mac and want to clone your voice locally without uploading audio to a cloud service.
- You are building AI agents and want to give them a custom voice via MCP without recurring API costs.
- You have a slower machine and need guidance on which model size to download without wasting gigabytes.
- You need voice cloning on mobile — Voicebox is a desktop app only.
- You need production-quality voice output today without testing — this series promises an honest verdict but has not delivered it yet in Part 1.
The full version, fast.
Voicebox is a free, open-source desktop app (MIT license, 29k GitHub stars) that bundles voice cloning and local dictation into one offline tool. It targets the combined $37/month cost of ElevenLabs and Wispr Flow. Part 1 covers the install path on Mac including the in-app updater bug and Gatekeeper warning, then walks through the models tab to help you pick between Qwen TTS 1.7B (best quality), Kokoro 82M (low-spec fallback), and Chatterbox Multilingual (emotion control, multilingual). The Captures tab does hotkey dictation locally via Whisper and never sends audio to any external API.
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 →Where the time goes.

01 · The claim
Hook and series overview: free local voice cloning, mini-series structure covering install, cloning test, dictation, and MCP/agents.

02 · What Voicebox is and what it costs vs ElevenLabs and Wispr Flow
Feature breakdown: clone voices, seven TTS engines, dictate into any app. Cost comparison: ElevenLabs $22/mo, Wispr Flow $15/mo, Voicebox free.

03 · Website, GitHub, and docs
voicebox.sh, Jamie Pine as creator, 29k stars, MIT license, 4k forks, documentation at docs.voicebox.sh.

04 · Installing on Mac — updater bug and Gatekeeper fix
Download from voicebox.sh/download, Apple Silicon vs Intel vs Windows builds. In-app updater broken on Mac — download fresh copy instead. Gatekeeper workaround via System Settings > Privacy & Security.

05 · Inside the app — models tab
First tab to check on fresh install. Two categories: voice generation models and transcription models. Shows what is already downloaded.

06 · Which TTS models to download
Qwen TTS 1.7B recommended (4GB, best quality). TTS 0.6B for mid-spec. Kokoro 82M for low-spec/low-disk fallback. Parameter count explained simply.

07 · Chatterbox models and transcription models
Chatterbox Multilingual (3GB, emotion tags, multi-language). Chatterbox Turbo (English-only, faster, distilled). Whisper base/small/medium for transcription — pick based on disk space.

08 · Generate and Stories tabs
Generate tab: voice generation UI with engine and language selection. Stories tab: multi-track timeline editor to combine voices and produce podcast-style content.

09 · Captures — the dictation side
Hotkey-activated dictation into any app. Drop in audio files for transcription. Runs Whisper locally — data never hits OpenAI or Anthropic.

10 · Voices, effects, settings, and look ahead
Voice library (cloned + licensed built-ins). Effects: robotic, radio, echo, deep voice, custom presets. Settings overview. MCP/API interface teased for part 4.
Lines worth screenshotting.
- One free open-source app — Voicebox — now covers the same jobs as ElevenLabs ($22/mo) and Wispr Flow ($15/mo) combined.
- The in-app updater for Voicebox on Mac is broken; download the latest version directly from the site and reinstall — your voices and presets survive.
- Mac Gatekeeper blocks Voicebox on first launch: right-click open or go to System Settings > Privacy & Security to allow it.
- Qwen TTS 1.7B is the recommended starting model; Kokoro 82M is the fallback for machines with limited disk space or slow hardware.
- Chatterbox Multilingual adds emotion control (laugh, sigh) and supports languages beyond English; Chatterbox Turbo is faster but English-only.
- The Captures tab transcribes locally using Whisper — your audio never reaches OpenAI, Anthropic, or any external server.
- Voicebox has an MCP interface, meaning AI agents can speak in a cloned voice without a cloud subscription.
- A 1.7 billion parameter model is not categorically better for everyone — for slow machines the 82M Kokoro model is the honest choice.
- The Stories tab is a multi-track timeline editor for combining multiple voices, enabling locally produced podcast-style audio.
- With 29,000 GitHub stars and 4,000 forks, Voicebox is an active project, not an abandoned side experiment.
One free app replaces two paid subscriptions for local AI voice.
When a tool bundles voice cloning and local dictation under a single MIT license, the model selection decision — not the software itself — is where most people waste an afternoon.
- Voicebox covers both ElevenLabs-style voice cloning and Wispr Flow-style dictation in one local app, eliminating up to $37/month in subscriptions.
- The in-app updater on Mac is broken as of v0.5 — download a fresh copy from voicebox.sh and reinstall; your existing voices and presets survive.
- On Mac, Gatekeeper will block the app on first launch; the fix is System Settings > Privacy & Security > Allow.
- For most machines, Qwen TTS 1.7B is the right starting model; only drop to Kokoro 82M if disk space or hardware is genuinely constrained.
- Chatterbox Multilingual adds emotion tags (laugh, sigh) and works across languages; Chatterbox Turbo is faster but English-only — the choice depends on your use case, not the spec sheet.
- The Captures tab runs Whisper transcription entirely offline, meaning your dictated audio never reaches OpenAI, Anthropic, or any third-party server.
- Voicebox exposes an MCP interface, which means AI agents can call it to speak in a cloned voice without paying per-character API costs.
- A 1.7B-parameter model is not automatically the right choice — the honest recommendation here is hardware-gated, which is rare in AI tool tutorials.
Terms worth knowing.
- TTS (Text to Speech)
- Software that converts written text into spoken audio using an AI model. The model size and architecture determine voice quality, speed, and hardware requirements.
- Voice cloning
- Creating a synthetic copy of a specific human voice from a short audio sample, which can then generate new speech in that voice from any text input.
- Qwen TTS
- A 1.7-billion-parameter text-to-speech model from Alibaba, used in Voicebox as the primary high-quality voice generation engine.
- Kokoro
- A lightweight 82-million-parameter TTS model. Much smaller than Qwen, suited for machines with limited RAM or disk space, at some cost to output quality.
- Chatterbox TTS
- An emotion-aware TTS model by Resemble AI that supports tags like laugh and sigh. The Multilingual variant works across languages; the Turbo variant is faster but English-only.
- Whisper
- OpenAI's open-source speech recognition model. Voicebox ships it locally so transcription never leaves the user's machine. Available in multiple sizes (base, small, medium, large).
- MCP (Model Context Protocol)
- A protocol that lets AI agents call external tools and services. Voicebox exposes an MCP interface so agents can generate or stream voice output without a cloud subscription.
- Gatekeeper
- A macOS security feature that blocks apps not downloaded from the App Store or notarized by Apple. Voicebox triggers it; the fix is System Settings > Privacy & Security > Allow.
- MIT license
- A permissive open-source software license that allows free use, modification, and distribution with minimal restrictions.
Things they pointed at.
Lines you could clip.
“It never leaves your system — it does not hit any APIs from OpenAI, Anthropic, or anyone else because the models are running on your machine.”
“I cloned my own voice on my Mac last night completely for free with a tool that claims it can replace ElevenLabs and Whisper Flow completely.”
Word for word.
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.
The bait, then the rug-pull.
A free, open-source app called Voicebox quietly arrived on GitHub and promised to do the job of two paid subscriptions — voice cloning and local dictation — entirely on your own machine. Part 1 is the setup: installation pitfalls, model choices, and a tour of every tab before the real tests begin in parts 2 through 4.
Named ideas worth stealing.
Model size decision tree
- Good machine + disk space: Qwen TTS 1.7B
- Mid-spec: TTS 0.6B
- Low-spec/low-disk: Kokoro 82M
- Emotion/multilingual: Chatterbox Multilingual
- English-only, fast: Chatterbox Turbo
A decision framework for picking which TTS model to download based on hardware constraints.
How they asked for the click.
“So you do not miss the next part where we focus on the voice cloning, the generation, the captures, and also on the AI agent side of things.”
Repeated subscribe CTA at natural series break points — mid-video before voice cloning section and at the end. Honest framing: the real test is in future parts.






































































