Skip to content

Whisper or Parakeet? Two local engines, one clear trade-off.

WhisPaste ships two fully offline speech engines side by side, so you are never locked into one trade-off. Whisper covers 99 languages with GPU acceleration; Parakeet trades that breadth for raw CPU speed. Both run entirely on your device: pick per session, or set a default and forget it.

Get WhisPaste, free and open source

Whisper: the accurate all-rounder

Whisper runs as whisper.cpp, compiled directly into WhisPaste via dart:ffi: no subprocess, no server. It covers 99 languages in three quality tiers (compact, balanced, premium), so you can trade download size and speed for accuracy. On supported hardware it accelerates via Vulkan on Windows and Linux or Metal on Apple Silicon, and falls back to CPU automatically if a GPU crashes or is unavailable.

Parakeet: the speed champion

Parakeet runs NVIDIA's Parakeet-TDT model through sherpa-onnx, also fully in-process. It covers around 25 European languages (a smaller set than Whisper) but runs purely on CPU, no GPU required, and measures several times faster than whisper.cpp's CPU speed on identical hardware. The one-time model download is about 640 MB.

See the measured numbers on the engine benchmark page

Which engine should you use?

Reach for Whisper when you need maximum language coverage or the highest accuracy, and you have a capable GPU or don't mind a CPU render that takes closer to real-time. Reach for Parakeet when your hardware is modest, you work mainly in a supported European language, and speed matters more than the last percent of accuracy. You can switch between them any time in Settings → Speech-to-Text, no reinstall, no data loss.

How much faster is Parakeet than Whisper?
In our own measurements, Parakeet is several times faster than whisper.cpp on identical CPU hardware, even without a GPU — see the engine benchmark page for exact, reproducible numbers, since the gap depends on which Whisper model size you compare against and whether GPU acceleration is used.
Which languages does each engine support?
Whisper supports 99 languages, including mixed-language input and code-switching mid-sentence. Parakeet covers around 25 European languages. If your language isn't on Parakeet's list, Whisper is the one to use.
Can I switch engines without losing my settings?
Yes. Both engines live under the same "On Device" provider in Settings → Speech-to-Text, switching is a single toggle, and your hotkeys, snippets, and history are untouched.