Open-source text-to-speech / voice cloning
Coqui was an open-source voice AI company best known for ๐ธTTS, a deep-learning toolkit for text-to-speech, and XTTS-v2, a multilingual voice-cloning model. The company announced shutdown in late 2023 and went offline in early 2024, but the codebase, models, and community fork remain widely used for local TTS, voice cloning, and research. XTTS-v2 supports 17 languages and can clone a voice from ~6 seconds of reference audio with streaming inference under ~200 ms in optimized setups.
Browse curated shortlists where this tool appears.
Related picks from editorial notes.
Also mentioned
Full overview from our catalog (read-only reference).
Editorial notes to help compare fit before opening the vendor site.
Context from the listing review and editorial research.
Coqui/XTTS is widely regarded as one of the best open-source voice-cloning stacks, with strong community adoption (XTTS hit ~1M downloads quickly per founder posts). The company closure is the main caveat: no commercial support, CPML blocks commercial XTTS output without a separate license path, and future model development depends on community effort. Developers praise quality and flexibility; legal/licensing complexity is the top enterprise concern.
In-depth description and capability notes.
XTTS-v2 multilingual voice cloning โ 17 languages; cross-language voice transfer from short audio clips. Open-source TTS library โ Tacotron2, VITS, YourTTS, XTTS backends via Python (`coqui-tts` / GitHub). Streaming inference โ Low-latency speech generation for assistants and real-time apps. Voice conversion โ Zero-shot voice conversion alongside TTS in the same framework. Hugging Face model hub โ Pre-trained weights (e.g. coqui/XTTS-v2) for local deployment. Community maintenance โ Original repo coqui-ai/TTS; active community fork after company closure.
Coqui fits developers, researchers, and hobbyists who need self-hosted TTS or voice cloning without cloud API costs. Common workflows: audiobook narration, video localization, accessibility tools, conversational AI prototypes, and academic speech synthesis. Production commercial use of XTTS-v2 weights requires careful license review (CPML restricts commercial use; the company that sold commercial licenses no longer exists).