A macOS menu bar app for on-device voice-to-text. Press-and-hold a hotkey to transcribe your voice and paste the result wherever you're typing.
Fork of kitlangton/Hex with AI text transforms powered by OpenAI.
- On-device transcription via Parakeet TDT v3 (default) and WhisperKit
- AI transforms — apply custom prompts to transcriptions before pasting
- Transcript modifications:
- Word remappings and filler word removal
- Convert spoken number words to digits (e.g. "version one point two" →
version 1.2) - Convert spoken years to digits (e.g. "twenty twenty four" →
2024)
- Global hotkey with press-and-hold or double-tap modes
- Built with Swift Composable Architecture
Grant microphone and accessibility permissions when prompted.
Two recording modes:
- Press-and-hold the hotkey to record, release to transcribe
- Double-tap the hotkey to lock recording, tap again to transcribe
xcodebuild -scheme Hex -configuration Release build DEVELOPMENT_TEAM=<your_team_id>MIT License. See LICENSE for details.