01 — Engine
whisper.cpp running on your machine
We use whisper.cpp, the open-source C++ port of OpenAI's Whisper. It runs entirely on your CPU or GPU — no internet connection required after the model is downloaded. Audio gets processed in RAM and discarded the moment we have your text. Nothing on disk, nothing on a server.
whisper.cpp on GitHub →