Hacker News Spots Kitten TTS Pushing 25 MB-to-80 MB CPU-First Speech Models
Original: Show HN: Three new Kitten TTS models – smallest less than 25MB View original →
Small speech models were the whole pitch
On March 19, 2026, a Hacker News thread about Kitten TTS reached 512 points and 172 comments at crawl time. The linked project is an Apache-2.0 open-source text-to-speech library that tries to make local speech synthesis practical on CPUs, not only on GPUs or cloud APIs. That framing mattered on Hacker News because the value proposition is operational, not just academic: smaller artifacts, standard Python install, ONNX runtime, and a path to running on Raspberry Pi, low-end phones, browsers, or wearables.
The HN submission text says the release adds three models at roughly 80M, 40M, and 14M parameters, with the smallest variant staying under 25 MB when quantized. The GitHub README labels the current release as Kitten TTS v0.8 and lists model variants from 15M to 80M parameters, eight built-in English voices, adjustable speech speed, built-in text preprocessing, and 24 kHz output. The maintainers also say the models are CPU-optimized and distributed through Hugging Face, with one-line Python usage built around a KittenTTS class.
Why the post landed
The interesting part is not that lightweight TTS exists. It is that the project is pushing for a deployable middle ground between toy embedded demos and cloud-sized voice systems. Most speech stacks still ask teams to make a difficult trade-off: accept weak local quality, or send audio generation back to a server. Kitten TTS is explicitly arguing that a third option is becoming viable for English voice agents, kiosk systems, accessibility tools, and consumer devices where latency, privacy, or offline behavior matter more than absolute studio quality.
There are still limits. The README marks the project as a developer preview, notes reported issues with the smallest int8 model, and says multilingual release is still on the roadmap. So the more accurate interpretation is not “problem solved” but “the packaging and size profile are now credible enough to trigger serious experimentation.” That is exactly the kind of edge-AI milestone Hacker News tends to reward: a release that turns a previously awkward deployment story into something engineers can actually try this week.
Related Articles
로봇과 영상 검증을 클라우드 밖으로 밀어내는 숫자가 나왔다. NVIDIA는 SIGGRAPH에서 4B Cosmos 3 Edge, Synthetic Video Detector NIM, DGX Station용 Nemotron 3 Ultra 스택을 한꺼번에 공개하며 physical AI의 배포 지점을 edge와 로컬 워크스테이션으로 좁혔다.
문서 AI의 비용 병목은 페이지 단위 분할과 길어지는 KV cache다. Unlimited-OCR은 3B 전체 파라미터 중 500M만 활성화하면서 40쪽 문서와 32K 컨텍스트를 한 번에 처리한다고 소개됐다.
LocalLLaMA에서 높은 반응을 얻은 KittenTTS v0.8 게시물은 80M/40M/14M 모델 구성을 공유했고, Apache-2.0 라이선스와 로컬 CPU 중심 배포 가능성을 강조했다.