Free, open-source, on-device dictation app for macOS. A no-subscription alternative to Wispr Flow, superwhisper, and MacWhisper: Whisper speech-to-text plus local AI cleanup, running entirely on your Mac.
19
stars
22
commits
Swift
primary language
Sep 10, 2026
updated
Yap it. Bam. It's typed.
YapToText is a free, open-source dictation app for macOS that runs entirely on your Mac. It is a no-subscription alternative to Wispr Flow, superwhisper, and MacWhisper: Whisper speech to text plus local AI cleanup, with no account and no cloud.
Press one key, talk, and your words land wherever your cursor is. Nothing ever leaves your machine.
Website: yaptotext.com (help, install, release notes)

I built YapToText because I need it. My hands make typing difficult, so I dictate everything. The good dictation apps all wanted a subscription and sent my voice to their servers. I didn't want either, so I made my own, and I'm giving it away.
| YapToText | Wispr Flow | superwhisper | MacWhisper | Apple Dictation | |
|---|---|---|---|---|---|
| Cost | Free, forever | Subscription | Free tier, paid tiers | Paid, one time | Free |
| Where your voice goes | Never leaves your Mac | Cloud | Local or cloud | Local | Local |
| Open source | Yes, GPL-3.0 | No | No | No | No |
| Works offline | Yes, from first launch | No | Yes | Yes | Yes |
| AI cleanup of what you said | Yes, on device | Yes | Yes | Yes | No |
| Edit selected text by voice | Yes | No | No | No | No |
| Account required | No | Yes | No | No | No |
| Built for accessibility | Yes, VoiceOver and Voice Control | Not stated | Not stated | Not stated | Yes |
Checked August 2026. The paid apps are good software and some of them do things I don't do yet. Prices and features change, so check for yourself before you switch.







1.3 shipped this same work but bundled the wrong speech model, so the speed and size gains only actually arrive in 1.3.1.
The formal policy is in PRIVACY.md; the short version:
The bullet points above are the promise; this is exactly where every byte lives and travels.
~/Library/Containers/.../Data/Library/Application Support/YapToText/history.json.git clone https://github.com/ryleighnewman/YapToText.git
open YapToText/YapToText.xcodeproj
Select the YapToText scheme and press Cmd-R. The app is sandboxed and builds the same way it ships.
Is there a free alternative to Wispr Flow? This is one. YapToText does the same job, costs nothing, and runs on your Mac instead of a server, so there is no subscription and no account.
Is there an open-source superwhisper alternative? Yes. The whole app is here under GPL-3.0, including the speech and AI pipeline, so you can read exactly what happens to your voice.
What is the best free dictation app for Mac? I am biased, so here is the honest version: Apple's built-in dictation is free and fine for short bursts. If you want AI cleanup, modes, custom vocabulary, and editing text by voice without paying monthly, that is what I built this for.
How is this different from Apple's built-in dictation? Apple's transcribes what you say. This transcribes it, then formats it: an email comes out as an email, a note as a note. It also fixes words it mishears, remembers your history, and lets you edit any selected text by speaking.
Does it work offline? Yes, from the first launch. The speech model and the AI cleanup model are inside the app.
Does my voice get sent anywhere? No. There are no network calls at all unless you click a button to download an optional model. The Privacy section below documents every byte.
Is it really free? What is the catch? No catch. No paid tier, no locked features, no ads, no data collection. There is a tip jar in the app if you want to, and that is it. I built it because I need it, and charging disabled people for the ability to type felt wrong.
Which Macs does it run on? macOS 14 (Sonoma) or later on Apple Silicon.
YapToText is free with no locked features. If it helps you, there's a tip jar in the app, and that's it. Bug reports and ideas are welcome in Issues.
22 commits
Swift
95.5%
Python
3.4%
Shell
1.1%
Free, open-source, on-device dictation app for macOS. A no-subscription alternative to Wispr Flow, superwhisper, and MacWhisper: Whisper speech-to-text plus local AI cleanup, running entirely on your Mac.
19
stars
22
commits
Swift
primary language
Sep 10, 2026
updated
Yap it. Bam. It's typed.
YapToText is a free, open-source dictation app for macOS that runs entirely on your Mac. It is a no-subscription alternative to Wispr Flow, superwhisper, and MacWhisper: Whisper speech to text plus local AI cleanup, with no account and no cloud.
Press one key, talk, and your words land wherever your cursor is. Nothing ever leaves your machine.
Website: yaptotext.com (help, install, release notes)

I built YapToText because I need it. My hands make typing difficult, so I dictate everything. The good dictation apps all wanted a subscription and sent my voice to their servers. I didn't want either, so I made my own, and I'm giving it away.
| YapToText | Wispr Flow | superwhisper | MacWhisper | Apple Dictation | |
|---|---|---|---|---|---|
| Cost | Free, forever | Subscription | Free tier, paid tiers | Paid, one time | Free |
| Where your voice goes | Never leaves your Mac | Cloud | Local or cloud | Local | Local |
| Open source | Yes, GPL-3.0 | No | No | No | No |
| Works offline | Yes, from first launch | No | Yes | Yes | Yes |
| AI cleanup of what you said | Yes, on device | Yes | Yes | Yes | No |
| Edit selected text by voice | Yes | No | No | No | No |
| Account required | No | Yes | No | No | No |
| Built for accessibility | Yes, VoiceOver and Voice Control | Not stated | Not stated | Not stated | Yes |
Checked August 2026. The paid apps are good software and some of them do things I don't do yet. Prices and features change, so check for yourself before you switch.







1.3 shipped this same work but bundled the wrong speech model, so the speed and size gains only actually arrive in 1.3.1.
The formal policy is in PRIVACY.md; the short version:
The bullet points above are the promise; this is exactly where every byte lives and travels.
~/Library/Containers/.../Data/Library/Application Support/YapToText/history.json.git clone https://github.com/ryleighnewman/YapToText.git
open YapToText/YapToText.xcodeproj
Select the YapToText scheme and press Cmd-R. The app is sandboxed and builds the same way it ships.
Is there a free alternative to Wispr Flow? This is one. YapToText does the same job, costs nothing, and runs on your Mac instead of a server, so there is no subscription and no account.
Is there an open-source superwhisper alternative? Yes. The whole app is here under GPL-3.0, including the speech and AI pipeline, so you can read exactly what happens to your voice.
What is the best free dictation app for Mac? I am biased, so here is the honest version: Apple's built-in dictation is free and fine for short bursts. If you want AI cleanup, modes, custom vocabulary, and editing text by voice without paying monthly, that is what I built this for.
How is this different from Apple's built-in dictation? Apple's transcribes what you say. This transcribes it, then formats it: an email comes out as an email, a note as a note. It also fixes words it mishears, remembers your history, and lets you edit any selected text by speaking.
Does it work offline? Yes, from the first launch. The speech model and the AI cleanup model are inside the app.
Does my voice get sent anywhere? No. There are no network calls at all unless you click a button to download an optional model. The Privacy section below documents every byte.
Is it really free? What is the catch? No catch. No paid tier, no locked features, no ads, no data collection. There is a tip jar in the app if you want to, and that is it. I built it because I need it, and charging disabled people for the ability to type felt wrong.
Which Macs does it run on? macOS 14 (Sonoma) or later on Apple Silicon.
YapToText is free with no locked features. If it helps you, there's a tip jar in the app, and that's it. Bug reports and ideas are welcome in Issues.
22 commits
Swift
95.5%
Python
3.4%
Shell
1.1%