own/metal
← Voice & Audio tool · /WHISPE

whisper.cpp

OpenAI Whisper in C/C++ — CPU-friendly transcription.

// github

★ 50.4k

last commit · today

moderate CPU only MIT

// readme · what it is

whisper.cpp is a port of OpenAI Whisper that runs comfortably on CPU. Ships a server with an OpenAI-compatible `/v1/audio/transcriptions` endpoint, so anything that talks to Whisper-as-a-service can point at your own box. Tiny RAM footprint vs the Python original.

// deploy notes

Compile for your CPU's features for best perf. `base` model fits in 1GB; `large-v3` wants 4GB+.