whisper.cpp
the six Ws · specification
Created by Georgi Gerganov and maintained by the ggml-org community.
whisper.cpp is a C and C++ port of OpenAI's Whisper automatic speech recognition model optimized for CPU and edge devices.
Hosted on GitHub at ggml-org/whisper.cpp, migrated from the original ggerganov/whisper.cpp repository.
Released in 2022 shortly after OpenAI open sourced Whisper.
It enables fast, dependency free speech transcription on laptops, phones and embedded devices without a Python runtime or GPU.
Built on the GGML tensor library with optional CUDA, Metal and Core ML backends.
MIT licensed, open source, maintained by Georgi Gerganov and the ggml-org community, roughly 53k GitHub stars.