Capture
Use a shortcut and talk without changing the app in front of you.
Workflow
HyperYap is for workstation people who bounce between code, notes, support queues, terminals, and browser tabs. The loop is fast: record, transcribe locally, paste, keep moving.
Use a shortcut and talk without changing the app in front of you.
NVIDIA Parakeet runs locally so recordings do not need a cloud trip.
Paste the text into the active window, from editors to chat tools.
Optional local cleanup can shape dictation into usable output.
Desktop first
HyperYap is a Tauri desktop app with a Rust backend and a React frontend. It is open source, local-first, and shaped around daily workstation use rather than a hosted transcription account.
Local API
Enable the experimental HTTP API in settings, then submit WAV files to localhost. It is deliberately local-only and does not expose open browser CORS.
Read the API guidecurl -X POST http://127.0.0.1:4800/api/transcribe \
-F "audio=@recording.wav;type=audio/wav"
Privacy boundary
HyperYap stores settings, custom dictionary entries, and formatting rules locally. Persisted history is optional and stores only the last five transcriptions.
Privacy details