Skip to content

alasano/Hex

 
 

Repository files navigation

Hex AI — Voice → Text

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.

Features

  • 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

Instructions

Grant microphone and accessibility permissions when prompted.

Two recording modes:

  1. Press-and-hold the hotkey to record, release to transcribe
  2. Double-tap the hotkey to lock recording, tap again to transcribe

Building

xcodebuild -scheme Hex -configuration Release build DEVELOPMENT_TEAM=<your_team_id>

License

MIT License. See LICENSE for details.

About

VOICE → WORDS

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Swift 99.5%
  • Other 0.5%