nowfound

Work · July 27, 2026

YO

Yap – OSS on-device voice dictation for macOS with no model to download

Hey HN! I wanted to share this OSS project I've been working on. It's called Yap and its a small menu-bar app for macOS that does voice to text for any input. You'll set a hotkey, press it, talk, press it again, and the text gets pasted into whatever field you were in. Everything runs locally and never leaves your computer. Fully OSS and MIT licensed. With macOS 26, Apple recently added two new APIs, SpeechAnalyzer and SpeechTranscriber, that do streaming on-device speech to text using models the OS ships and manages. So the app ships no model of its own and loads nothing before the first…

In plain words

Yap is a macOS menu-bar app that converts speech to text entirely on-device using Apple's built-in speech recognition APIs. Users set a hotkey, press it to record, speak, then press again to paste the transcribed text into any input field. The open-source tool requires no model downloads and keeps all audio local, never sending data elsewhere. It leverages macOS 26's SpeechTranscriber and SpeechAnalyzer APIs for fast, accurate transcription without external dependencies or costs.

written from the facts on this page · September 2026

From the sources

In the maker’s words, at launch

Hey HN! I wanted to share this OSS project I've been working on. It's called Yap and its a small menu-bar app for macOS that does voice to text for any input. You'll set a hotkey, press it, talk, press it again, and the text gets pasted into whatever field you were in. Everything runs locally and never leaves your computer. Fully OSS and MIT licensed. With macOS 26, Apple recently added two new APIs, SpeechAnalyzer and SpeechTranscriber, that do streaming on-device speech to text using models the OS ships and manages. So the app ships no model of its own and loads nothing before the first word. A recent benchmark put Apple's model slightly ahead of Whisper Small on accuracy and about 3x faster (see: https://news.ycombinator.com/item?id=48894752). On Mac, there's really no need anymore to download models or pay for expensive APIs. A lot of existing dictation tools do one of a few things I wanted to avoid with this OSS project. They either: - cost money (for something that's literally built into the OS) - bundle memory-intensive models (e.g. Whisper or Parakeet) - webapps wrapped in Electron - Intel macs straight up don't work - closed source - use third-party APIs that will have access to all your transcripts It's around 3,000 lines of native Swift in a 4 MB app and idles near 60 MB of memory. Audio comes off AVAudioEngine into SpeechAnalyzer with volatile results turned on for the live preview, history is stored in SwiftData. There's no network code in it at all. Repo and a demo available here: https://github.com/FrigadeHQ/yap Happy to answer questions and would love to hear any feature requests!

Does the same job

all alternatives →
  • YapJul 2026 · frigade.com · ▲140

    Open-source voice dictation for Mac, fully on-device

  • SpokeMar 2026 · ▲102

    Private voice-to-text for macOS. Hold a key, speak, done.

  • TraceMay 2026 · ▲88

    No-frills offline meeting transcripts with context

  • DictatoFeb 2026 · ▲93

    Local instant voice-to-text for every Mac

  • Supavoice2025 · ▲206

    Voice to text app for macos

  • Signal Recorder SR-7Jun 2026 · ▲101

    On-device voice recorder that transcribes + exports Markdown

More work this month

the category →
  • Let agents source clips from terabytes of your local video

    Work · 18d ago · clipto.com

  • Free local transcription that is 100% Private

    Work · 17d ago · hynote.ai

  • The app store for voice native apps that lives in your notch

    Work · 28d ago · voiceos.com

  • Ask any question, get a video back instantly

    Work · 24d ago · scrimba.com

  • Handle all of the work before, during, and after meetings

    Work · 17d ago · calendly.com

Launched alongside, July 2026

the whole month →
  • IR

    I might be the only SRE on Earth with his own bowling center. It's a more in-depth gig than you'd think. My family and I bought an abandoned 8-lane bowling center in the rural mid-west. In our small town there weren't many recreation options for families. You've heard of a food desert? This is an R&R desert. It had been abandoned for a good reason. The roof leaks, the electrical system was constantly surging, and my 70-year-old bowling equipment (still) doesn't work perfectly. The system that keeps your score is particularly interesting to me. It's the thing you watch during your game, but…

    Life & fun · Jul 2026

  • E
    Elevators1,680

    Life & fun · Jul 2026 · john.fun

  • 1W
    18 Words1,160

    Life & fun · Jul 2026 · 18words.com

  • BA

    Over the past few months, our team has been building more and more slidedecks using web frontend technologies with coding harnesses like Claude Code, but a common complaint is to make even small edits we need to edit the code either manually or via the harness. To avoid this loop, I ended up creating Bento, a single HTML file with everything you need in a slide tool including animations and shared editing. There's no install or cloud login, everything works offline. The default deck is around 560 KB and it doesn't need to fetch anything once you got it. Open it in a browser and then you can…

    Dev tools · Jul 2026 · bento.page

  • GG

    A few days ago I found myself trying out GLM 5.2 and was really positively impressed. The capabilities and security I was getting from this LLM are similar to those I've gotten from models like Claude or GPT, and this really surprised me. But then I thought, "I wonder how it would work on a normal computer like mine," and above all, "I wonder if it would work without going into OOM on a computer like mine." So I started working with the help of agents to test this possibility. I started converting the model to int4, understanding MTP usage, and if possible implementing DSA for long context.…

    AI · Jul 2026 · github.com

  • OpenSEO934

    The open source Ahrefs alternative

    Dev tools · Jul 2026 · openseo.so