If you want the short version: Breeze TTS 2 is the best-sounding open-weights voice model of the four here and the one you are least likely to be allowed to use, because its weights ship under a research and non-commercial license. VoiceStudio is the one most creators should install first. Say It is the fastest path to a working local voice on an Apple silicon Mac. Audio8 TTS Preview 0.6B is the model to embed when you need permissive weights small enough to run on a CPU. This comparison is built from published specifications, licenses, and vendor-reported figures verified against primary sources on September 7, 2026. We did not run a controlled listening test, and the latency numbers below were measured by each project on different hardware, so treat them as claims rather than as a like-for-like benchmark.

The Short Answer

Four tools, four different jobs. The decision almost never comes down to which one sounds best.

  • Pick VoiceStudio if you want one application that does cloning, dubbing, transcription, and audiobooks without assembling a Python environment, and you are running it as a tool rather than shipping it inside a product.
  • Pick Breeze TTS 2 if you have an NVIDIA GPU, you work in English or Chinese, and your use is research, personal, or non-commercial. Read the weights license before you plan anything around it.
  • Pick Say It if you are on an Apple silicon Mac and you mostly want to hear text read back to you, with cloning as a bonus rather than the main event.
  • Pick Audio8 TTS Preview 0.6B if you need Apache 2.0 weights you can legally embed, ship, and fine-tune, and you can live with 11 languages and a preview-grade model.
Four open-source voice cloning tools compared for creators in 2026
Four local voice tools, four different jobs. Audio quality is rarely the deciding factor.

How These Four Compare

Every figure in this table comes from the project's own documentation, model card, or repository metadata, checked on September 7, 2026. Star counts and download counts are point-in-time and will drift.

 VoiceStudioBreeze TTS 2Say ItAudio8 TTS Preview 0.6B
What it isDesktop suite bundling 16 TTS and 11 ASR enginesSingle bilingual model plus inference codemacOS app with a global hotkeySingle 601M parameter model
LicenseAGPL 3.0 application; downloaded models keep their upstream termsCode Apache 2.0; weights under the BreezeBlue Research and Non-Commercial LicenseMITApache 2.0
Commercial useYes, with AGPL obligations on the application sourceNo. Commercial use requires a paid subscription on BreezeBlue's hosted platformYesYes
Languages646-language catalogue, actual coverage depends on the engine you selectEnglish and ChineseDepends on the model you load through MLX Audio11: Cantonese, Chinese, Dutch, English, French, German, Italian, Japanese, Korean, Polish, Spanish
Operating systemWindows 10 x64, macOS 13.3+ on Apple silicon, Linux x86_64Linux with Python 3.10+macOS 15 or newer, Apple silicon onlyPython 3.10+
GPU requirementOptional, CPU supported. 8 GB+ VRAM recommendedNVIDIA CUDA GPU required. About 7.7 GiB for eager inference, 12 GB minimum recommended, 24 GB for the fast pathApple silicon unified memoryCUDA recommended. An ONNX INT4 variant runs on CPU in roughly 1 GB after loading
Minimum RAM and disk8 GB RAM, 10 GB free disk. 16 GB and a 20 GB SSD recommendedNot published beyond GPU memoryNot publishedAbout 1 GB for the INT4 CPU build
Voice design from a text promptYes, listed as a featureYes, plus voice direction and inline vocal eventsNo, cloning from a recorded sampleNo, zero-shot cloning from reference audio
Adoption20,493 GitHub stars302 GitHub stars, 473 Hugging Face likes, 6,754 downloads116 GitHub stars391 Hugging Face likes, 12,309 downloads
Latest releasev0.5.1, August 28, 2026Model card last updated September 2, 2026v0.1.5, September 5, 2026Model card last updated August 19, 2026

License Is the Real Differentiator

The most useful thing to understand about open voice AI in 2026 is that "open weights" and "free to use" have quietly come apart. All four of these projects are on GitHub or Hugging Face, all four let you download something and run it on your own hardware, and only three of them let you sell what comes out the other side.

Breeze TTS 2 is the clearest case. Its inference repository carries the Apache License 2.0, which is about as permissive as software licenses get. The weights are a separate matter: the model card names the BreezeBlue Research and Non-Commercial License, restricting the weights and any self-hosted output to research and non-commercial use, with commercial rights sold as a subscription on the company's hosted platform. A reader who checked only the GitHub badge would reasonably conclude the whole thing was Apache 2.0. It is not, and that distinction decides whether you can narrate a monetized video with it.

VoiceStudio sits in a different corner. The application is AGPL 3.0, and the models you download through it keep their own upstream terms. For a creator using it as a desktop app to make audio, AGPL is a non-issue: the copyleft obligations attach to distributing modified source, not to the audio files you export. For a developer wrapping it into a hosted service, AGPL is the single most consequential line in the repository, because the network clause reaches software you never physically ship. It is a genuinely open license and a genuinely demanding one, and which of those matters depends entirely on what you are building.

Say It is MIT and Audio8 TTS Preview 0.6B is Apache 2.0, which makes them the two you can adopt without reading anything twice. Audio8 in particular is the only one of the four that combines permissive weights with a size small enough to embed, which is a narrower field than the volume of open TTS releases would suggest.

Open-weights voice model licensing splits code from model weights
Code license and weights license are not the same document. Breeze TTS 2 ships Apache code with non-commercial weights.

What Hardware Each One Actually Needs

Hardware is the second filter, and it eliminates options faster than quality does. Breeze TTS 2 requires a CUDA-capable NVIDIA GPU on Linux, needs roughly 7.7 GiB of GPU memory for eager inference, recommends a 12 GB card as a floor, and wants 24 GB for its fast path. The project reports testing on H100 and A100 hardware. That is a data-center profile, not a laptop profile, and it rules the model out for most Mac and Windows creators before the license question even comes up.

VoiceStudio is the opposite by design. It lists an 8 GB RAM machine with 10 GB of free disk as the minimum across Windows, macOS on Apple silicon, and Linux, treats the GPU as optional, and supports CPU inference. Recommended specifications rise to 16 GB of RAM, a 20 GB SSD, and 8 GB or more of VRAM if you have a card. Because it bundles 16 TTS engines rather than one model, the real requirement scales with whichever engine you pick, from lightweight options like KittenTTS and Supertonic 3 up to heavier ones like CosyVoice 3 and IndexTTS 2.5.

Say It only runs on Apple silicon Macs on macOS 15 or newer, which is a hard constraint and also the reason it feels quicker than the alternatives on that hardware. It runs models through MLX Audio, Apple's MLX-based speech library, and pulls model weights such as Kokoro 82M, Chatterbox, and Qwen3 from Hugging Face once, after which generation works offline.

Audio8 has the widest hardware envelope of the four models. The card recommends Python 3.10 or newer and a CUDA-capable GPU, but an ONNX INT4 variant runs on CPU in about 1 GB of memory once loaded. If you need voice synthesis inside something that has to run on arbitrary user machines, that number is the reason to look here first.

Language Coverage and Cloning Quality

Language coverage is where the marketing numbers need the most care. VoiceStudio advertises a 646-language catalogue, and its own documentation is explicit that actual coverage depends on the engine you select. That is a catalogue across a bundle of engines, not one model that speaks 646 languages, and the practical coverage for any given clone is whatever the underlying engine supports. It is still the broadest option here by a wide margin, and for anyone working outside the major European and East Asian languages it is effectively the only one of the four worth trying.

Breeze TTS 2 goes the other way, covering English and Chinese from a single model and spending its capacity on expressiveness instead of breadth. It supports cloning from reference audio, voice design from a natural-language description, voice direction for tonal steering, and inline vocal events such as a marked laugh. The model card reports a time to first audio under 40 milliseconds on a warmed-up fast path on an H100, and a 0.32 real-time factor. Those are strong numbers and they are measured on hardware most readers do not have.

Audio8 covers 11 languages and reports a 1.506 word error rate on the Seed-TTS English evaluation in its own model card, which it presents as beating larger competitors. It carries a real usability constraint that the specification sheet buries: the reference transcript must match the spoken content in the reference audio, so this is not quite drop-in cloning from an arbitrary clip. The project also labels the release a preview, says language coverage is deliberately limited for now, and warns that very long, noisy, or incorrectly transcribed reference clips degrade output.

Say It does not publish quality benchmarks, which is consistent with what it is. It is a wrapper around whichever MLX Audio model you load, so its ceiling is Kokoro's or Chatterbox's ceiling, and its contribution is the hotkey, the local Voice Studio recording flow, and the promise that samples never leave the machine.

Language coverage across open-source text-to-speech models varies by engine
A 646-language catalogue spans a bundle of engines. Per-clone coverage is whatever the selected engine supports.

When Each One Wins

VoiceStudio wins on breadth and on not making you build anything. Cloning, voice design, video dubbing, dictation, transcription, and audiobook production sit in one application with no account, API key, or usage meter for the local workflow, and its 20,493 stars mean bugs get found by someone other than you. It is the default recommendation for a creator who wants working audio this afternoon.

Breeze TTS 2 wins on output quality within its two languages, and on expressive control that the others do not attempt. Voice direction and inline vocal events are the difference between a narrator that reads and one that performs. If your work is non-commercial, or you are willing to pay for the hosted commercial tier, it is the most capable model here.

Say It wins on friction. Highlight text anywhere in macOS, press a hotkey, hear it. For proofing drafts by ear, working through long documents, or grabbing a quick scratch voiceover, that loop beats any workflow that starts with opening an application. Its 116 stars and a v0.1.5 released September 5, 2026 mark it as young software, and its MIT license and small scope keep the risk low.

Audio8 TTS Preview 0.6B wins on portability and legal clarity. At 601M parameters excluding the codec, under Apache 2.0, with a CPU path that fits in about 1 GB, it is the one you build on rather than the one you sit in front of. Its 12,309 downloads against 391 likes suggest exactly that: more people are pulling it into pipelines than are admiring it.

Cost and ROI

All four are free to download and free to run, so the cost comparison is not about license fees. It is about what you spend to get to a usable voice and what you risk by choosing wrong.

VoiceStudio costs you roughly 10 to 20 GB of disk and an afternoon of engine selection, and returns the widest capability set. Say It costs almost nothing on hardware you already own, and returns a narrow but immediately useful capability. Audio8 costs integration work and returns weights you own the right to ship. Breeze TTS 2 costs either a 12 GB NVIDIA card you may not have, or a subscription if the use is commercial, and returns the best audio in English and Chinese.

The expensive mistake is building a monetized pipeline on non-commercial weights and discovering it after the pipeline exists. Against a hosted service at per-character pricing, any of the three commercially usable options here pays for itself quickly on volume narration work, which is the actual argument for running locally. Provenance is the counterweight: none of these four watermark their output the way Google's Lyria line does for music, so disclosure is on you.

The Verdict

Install VoiceStudio first. It is the broadest, most actively maintained, and least demanding of the four, and it will tell you within an hour whether local voice is good enough for your work. If you are on an Apple silicon Mac and your need is reading rather than producing, Say It is the better daily driver and takes minutes to set up. If you are building a product, start at Audio8 and treat its preview status and transcript requirement as the tax for permissive weights.

Reach for Breeze TTS 2 only after you have read the weights license and confirmed your use fits it. That is an unusual thing to have to say about the best-performing open model in a category, and it is the honest summary of where open voice AI is in 2026: the quality leader and the license leader are different tools, and the practical choice is settled by hardware and legal terms long before anyone listens to a sample. The trend worth watching is whether the next wave of open voice releases follows Breeze's split-license pattern, in which permissive code fronts restricted weights, or Audio8's fully permissive one. That single choice, more than any benchmark, will decide how much of this field creators can actually build on.

Frequently Asked Questions

Can I use open-source voice cloning commercially?

It depends entirely on the weights license, not the repository license. Say It is MIT and Audio8 TTS Preview 0.6B is Apache 2.0, so both allow commercial use. VoiceStudio is AGPL 3.0, which permits commercial use of the audio you produce but imposes source obligations if you distribute a modified application or run it as a network service. Breeze TTS 2 restricts its weights to research and non-commercial use and sells commercial rights separately.

Which open-source voice cloning tool sounds best?

Among these four, Breeze TTS 2 is the strongest on expressive quality in English and Chinese, offering voice design, voice direction, and inline vocal events that the others do not match. That advantage is confined to two languages and to hardware with a 12 GB or larger NVIDIA GPU, and it comes with the non-commercial weights license.

Do I need a GPU to clone a voice locally?

No. VoiceStudio supports CPU inference and treats the GPU as optional, and Audio8 publishes an ONNX INT4 variant that runs on CPU in roughly 1 GB of memory. Say It runs on Apple silicon unified memory rather than a discrete card. Only Breeze TTS 2 hard-requires a CUDA-capable NVIDIA GPU.

How much reference audio does voice cloning need?

It varies by model, and the constraint that matters more is quality than length. Audio8 requires that the reference transcript match the spoken content in the reference clip, and warns that very long, noisy, or incorrectly transcribed references degrade results. Breeze TTS 2 clones from reference audio and additionally supports designing a voice from a written description with no reference clip at all.

Is local voice cloning private?

With these tools, yes, provided you run them locally. VoiceStudio states that audio and data stay local by default with no account, API key, or usage meter for the local workflow, and that remote features are optional. Say It runs entirely on the Mac with no cloud, accounts, or analytics, downloading models once from Hugging Face and generating offline afterwards. Privacy is a property of how you run the model, so verify that any hosted or remote option is switched off before working with client material.