Wink Pings

100M Parameters, Runs on CPU, 6x Real-Time Speed: Kyutai Labs Releases a Lightweight TTS That Eliminates the Need for a GPU

Kyutai Labs has quietly launched Pocket TTS, a lightweight text-to-speech model with 100 million parameters that runs on CPU, featuring 200ms latency and requiring only 5 seconds of audio for voice cloning. It is open-sourced under the MIT license, allowing free commercial use. This is arguably the most practical implementation of local AI speech synthesis to date.

Kyutai Labs has done it again.

Last week, they quietly released a project called Pocket TTS, a lightweight text-to-speech solution that can run entirely on CPU. With only 100 million parameters, it requires no GPU, no API key, and no payment.

![Pocket TTS GitHub 页面截图,展示项目 README,标题为“Pocket TTS: Text-to-Speech for CPU”,下方列出核心特性:CPU 运行、100M 参数、音频流、~200ms 延迟、6x 实时速度、声音克隆等](https://wink.run/image?url=https%3A%2F%2Fpbs.twimg.com%2Fmedia%2FHMjS7BgbkAAwZIk%3Fformat%3Djpg%26name%3Dlarge)

Conventional TTS models rely on Transformer-based token generation, which brings high latency and heavy computational load. Pocket TTS bypasses this mechanism and outputs audio streams directly.

Measured test results:

- On a MacBook Air M4, generation speed reaches 6 times real-time speech speed

- Latency for the first audio chunk is approximately 200ms

- Only uses 2 CPU cores

- Voice cloning requires just a 5-second audio sample

- Supports 6 languages out of the box

The model is small enough to fit on any edge device. It is released under the MIT license, with all training data sourced from public datasets. There are no hidden terms or "for research purposes only" restrictions.

Installation is straightforward:

```bash

pip install pocket-tts

```

You can then generate speech via the Python API or CLI. It supports Python 3.10 to 3.14, depends on PyTorch 2.5+, and does not require the CUDA-enabled version.

For developers, this means you can run TTS on Raspberry Pi, old laptops, even cloud functions without renting GPU instances.

For regular users, this means you can generate speech for free on your own device, clone your voice, or have text read out in any of the 6 supported languages — all without sending private data off your local machine.

Kyutai Labs is a non-profit AI research lab based in France, previously known for releasing the Moshi speech model. Pocket TTS follows their signature style: no chasing trends, no empty hype, just a working, ready-to-use model dropped straight to the public.

The repository link is in the replies to the original tweet — go check it out yourself.

发布时间: 2026-07-07 03:36