#1 · Primary category: Speech & Audio
whisper.cpp
Port of OpenAI's Whisper model in C/C++
Project last updated:08/29/26
GitHub Stars
53.3K
Forks
6.1K
Contributors
958
License
MIT
Why we included this project
whisper.cpp is a C/C++ port of OpenAI's Whisper that runs the speech-to-text model locally, with no Python runtime and no heavy dependencies. That makes it a natural fit for embedding transcription into mobile apps, desktop tools, and edge devices that need a small, self-contained binary. It runs on a Raspberry Pi or an iPhone as readily as on an x86 server, with CPU-only inference, integer quantization, and GPU backends for Metal, CUDA, Vulkan, and ROCm. The C-style API, built-in voice activity detection, and ready-made examples also give you a solid base for building an offline voice assistant.
Articles for this project
No articles for this project yet.
To suggest a topic or contribute an article, contact us.
Related projects in this category
Real-Time-Voice-Cloning
Clone a voice in 5 seconds to generate arbitrary speech in real-time
VibeVoice
Open-Source Frontier Voice AI
voicebox
The open-source AI voice studio. Clone, dictate, create.
TTS
🐸💬 - a deep learning toolkit for Text-to-Speech, battle-tested in research and production
ChatTTS
A generative speech model for daily dialogue.