HyperYap

HyperYap banner with the slogan: If you're still typing your vibe coding prompts, you basically need to be locked up in a mental institution.

Private local speech-to-text for vibe coding, writing, terminals, tickets, and desktop work.

Processing
On-device
Telemetry
None
Model
Parakeet
History
Last 5 only
No analytics No hosted transcription endpoint No open CORS AGPL-3.0

Workflow

Dictation that stays in the room.

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.

01

Capture

Use a shortcut and talk without changing the app in front of you.

02

Transcribe

NVIDIA Parakeet runs locally so recordings do not need a cloud trip.

03

Drop

Paste the text into the active window, from editors to chat tools.

04

Refine

Optional local cleanup can shape dictation into usable output.

Desktop first

Built for keyboard-heavy work, not another browser tab.

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.

Windows Installer and workstation helpers
macOS Apple Silicon and Intel builds
Linux AppImage and Debian package

Local API

Wire local tools into the running app.

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 guide
curl -X POST http://127.0.0.1:4800/api/transcribe \
  -F "audio=@recording.wav;type=audio/wav"

Privacy boundary

No analytics. No telemetry. No uploaded recordings by default.

HyperYap stores settings, custom dictionary entries, and formatting rules locally. Persisted history is optional and stores only the last five transcriptions.

Privacy details