← Discover
Discover · GitHub · Pocket TTS↑ +531 today

Lightweight AI voice synthesizer running on CPU

Developed by Kyutai Labs, Pocket-TTS is a lightweight text-to-speech model that runs only on the central processing unit (CPU) without the need for a graphics processing unit. Thanks to its low resource consumption, it offers fast and efficient sound synthesis on devices with hardware restrictions.

Updates

  • September 4, 2026: Stars 9,151 → 9,348, latest release v3.1.0 (September 3, 2026).
  • August 27, 2026: Stars 7,994 → 9,151, latest release v3.0.2 (August 25, 2026).
  • August 2, 2026: Stars 6,350 → 7,994, latest release v2.1.0 (May 4, 2026).

What you get

  • Works with only the processor, without requiring a graphics card
  • Provides fast sound reproduction with low resource consumption
  • Offers voice cloning and multi-language support

Installation

Package installation
pip install pocket-tts
# or
uv add pocket-tts

Running it

Create an audio file
uvx pocket-tts generate
# or if you installed it manually with pip:
pocket-tts generate
Local server startup
uvx pocket-tts serve
# or if you installed it manually with pip:
pocket-tts serve

If you don't write code

🤖 Paste this into your AI agent (Claude Code · Codex · Antigravity)

I want to convert text to voice using the Pocket TTS tool. Explain how to configure the necessary commands and sound model to quickly produce an audio file on my computer using only processor power. In particular, explain step by step how I can change the default audio settings and clone my audio using my own audio file.

Related dictionary terms

Who it is forIt is for users who want to convert text to audio quickly and efficiently on devices with hardware restrictions.
LicenseMIT

Links

TreScout did not build this tool · we found it in GitHub trends and wrote it up. This page describes the repository as of 2026-07-08: The star count and our text belong to that day, the repository may have changed since. Check the repository link for the current state. This page was machine-translated from the Turkish original · the Turkish version prevails.