Andrey Markin
  • home
  • services
  • projects
  • blog
  • directory
    • Tool
    • Library
    • Repo
    • Article
    • XTweet
    • Guideline
  • courses
  • resume
  • about
  • contact
  • meet

Mark Life Ltd

  1. Home
  2. Directory
  3. Hex
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
  1. Directory
  2. Hex
ToolAIOpen Sourcespeech-to-text

Hex

Open-source, fully native macOS voice-to-text app using local Parakeet TDT v3 models with zero network calls. Press-and-hold a hotkey to record, release to paste the transcript anywhere.

Added May 2, 2026Kit Langton
Visit tool

Personal hot take: paying a monthly subscription for cloud voice-to-text (Whisperflow et al.) feels like madness when Whisper v3 Turbo on Groq processes audio for fractions of a cent. Sotto is one example app that lets you bring your own Groq API key — one-time $50 (it was cheaper when I bought it), then ~1–2¢ per month of usage. Same idea, dramatically cheaper than a subscription long-run.

Hex goes one step further: fully open-source, fully native Swift, and uses local Parakeet TDT v3 (default) or WhisperKit — no network requests at all. Transcription quality is a hair below Whisper v3 Turbo on Groq, but it's good enough that I use it daily, and it's free.

The hot-mic feature is the small detail that sells it: instead of warming up the microphone every time you trigger the hotkey, the system keeps the mic hot, so the latency from press → recording is shaved down to milliseconds. Worth it when you're dictating a lot.

Tempted to open a PR adding Groq Whisper as an optional backend, but I need to look at the project's positioning first — it might be against the spirit of the app, which seems to lean hard into local-only.

Source on GitHub.

Related

  • Agent Registration with auth.mdOpen protocol for autonomous agents to self-register for services without human intervention — a standardized auth.md file + HTTP endpoints replace OAuth and sign-up forms.
  • netxjs-monorepoOpinionated Next.js + Turborepo starter with Biome linting, TypeScript, shadcn/ui, and pre-loaded Claude Code agent skills and hooks.
  • MediabunnyTypeScript library for reading, writing, and converting media files directly in the browser — like FFmpeg, but for the web. Zero dependencies, tree-shakable, and hardware-accelerated via the WebCodecs API.
  • deepsecAI-powered vulnerability scanner that uses coding agents to perform deep security analysis of codebases — regex-based candidate matching followed by LLM-driven investigation, with support for distributed execution and PR diff review.