Compare
Parakey vs WhisperKit apps
WhisperKit is a developer framework for on-device speech recognition on Apple Silicon. Parakey is an end-user app that chooses a Parakeet/FluidAudio/CoreML path for one push-to-talk workflow.
| Question | Parakey | WhisperKit-based apps and projects |
|---|---|---|
| What is it? | A complete menu-bar app for push-to-talk dictation. | Apps or projects built on a general on-device speech framework. |
| Model family | Parakeet TDT v3. | Usually Whisper-family CoreML models, depending on the app or project. |
| Hardware path | CoreML on the Apple Neural Engine via FluidAudio. | Depends on the chosen app, model, and framework configuration. |
| Best for | Users who want a finished app with a small, fixed feature surface. | Developers and users who want model choice, framework flexibility, or apps with broader speech features. |
| Evidence | Ships with a reproducible benchmark comparing the current ANE path against the prior GPU path. | Use each app or framework's own benchmark and privacy docs; behavior varies by implementation. |
Sources: Parakey source, WhisperKit repository.