Presspeech vs Handy
Both are free, MIT-licensed, local dictation apps: trigger a recording, speak, and put the transcript into the active app. Handy prioritises cross-platform reach, model choice, and extensibility. Presspeech uses separate native pipelines with fewer choices and a measured macOS latency target.
| Question | Presspeech | Handy |
|---|---|---|
| Primary workflow | Hold-to-talk or toggle, then paste the transcript at the cursor. On the published Mac benchmark, model transcription takes 92–152 ms p50 across the tested clips; clipboard and paste work are not timed. | Hold-to-talk or toggle, then paste the transcript into the active text field. |
| Platforms | Released native app for Apple Silicon and macOS 14+; separate Windows preview for x64 PCs. | One Tauri application for Apple Silicon and Intel Macs, x64 Windows, and x64 Linux. |
| Speech engines | Fixed per platform: Parakeet TDT v3 through FluidAudio/CoreML on macOS; Parakeet TDT v3 on NVIDIA CUDA or Whisper base.en on CPU-only Windows PCs. | User-selectable local Whisper models and Parakeet models. Its documentation describes GPU acceleration for Whisper and CPU operation for Parakeet. |
| Privacy posture | No cloud transcription, account, telemetry, or crash reporter. Audio is held in memory and discarded; the documented network surface is model downloads and optional release checks. | Core transcription happens on the computer without uploading audio. Model downloads and update checks use the network; optional post-processing can call a configured local or cloud LLM provider. |
| Text handling | Deterministic dictionary corrections, shortcuts, and filler removal on both platforms; macOS also has opt-in spoken formatting. No AI rewriting. | Core local transcription plus model and language selection, a dictionary, transcript history, and optional post-processing controls. |
| Implementation and scope | Native Swift/AppKit macOS app with a separate Python Windows implementation. The macOS release zip is 8.4 MB before its model download. | Extensible Tauri, React, and Rust application shared across platforms. Current release packages and models vary by operating system and architecture. |
| Price and license | Free and MIT licensed. | Free, MIT licensed, no account. |
Choose Handy if Linux or Intel Mac support, one cross-platform application, model switching, or a much larger open-source community matters most. Choose Presspeech if you want the smaller native macOS surface and its published model-transcription benchmark, or its intentionally fixed engine and deterministic text pipeline. On Windows, test both on the actual hardware: their packaging and acceleration paths differ substantially.
Sources: Presspeech source and platform documentation, Presspeech benchmarks, and Handy source and documentation, including its platform notes, model list, architecture, and v0.9.6 release (checked 1 September 2026). No cross-product latency or accuracy result is claimed because neither project publishes a controlled head-to-head benchmark.