OPEN_SOURCE ↗
REDDIT · REDDIT// 16d agoOPENSOURCE RELEASE
QwenVoice brings offline Qwen3-TTS to macOS
QwenVoice is an open-source macOS app that runs Qwen3-TTS completely offline on Apple Silicon via MLX. It features custom voices with emotion control, text-based voice design, and reference-based voice cloning without any cloud dependencies or complicated setup.
// ANALYSIS
Wrapping MLX inference in a native SwiftUI app is a smart pattern for bringing complex open-weights models to end users without friction.
- –Bundling the Python runtime inside the DMG is a crucial step for local AI adoption, removing dependency headaches for non-developers.
- –Using the 8-bit quantized 1.7B model makes advanced TTS accessible even on entry-level 8GB Apple Silicon machines.
- –The two-process architecture (SwiftUI frontend communicating with a Python backend via JSON-RPC) provides a robust blueprint for future local-first AI applications.
- –On-device voice cloning and generation capabilities offer a compelling, privacy-first alternative to paid cloud TTS providers.
// TAGS
qwenvoicespeechaudio-genopen-sourceedge-aimlxlocal-ai
DISCOVERED
16d ago
2026-03-26
PUBLISHED
16d ago
2026-03-26
RELEVANCE
8/ 10
AUTHOR
PowerBeef