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

Mark Life Ltd

  1. Home
  2. Directory
  3. Hex
Meet

Mark Life Ltd

BG208147965

HomeContactPrivacyLLM-friendlyBlog RSSDirectory RSS
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

  • PullfrogAI PR review agent from Zod's creator. Dynamically scales effort, uses subagent swarms for large PRs, and runs inside GitHub Actions with batteries-included MCP tools.
  • ExecutorOpen-source tool gateway for agents from Rhys Sullivan. Normalizes MCP, OpenAPI, GraphQL, and custom sources into one typed SDK that agents call in a sandbox — built on Cloudflare's Code Mode pattern.
  • Google Search (AI SDK)Vercel AI SDK tool that grounds Gemini model responses with live Google Search results and citations.
  • Amazon SESAWS cloud email service for sending transactional and marketing messages via API or SMTP at pay-per-use pricing.