Key Takeaways
- Free tier: Whisper Base and Small models, microphone recording, 100+ languages,
.srt/.vtt/.txtexport - Pro tier: €64 one-time purchase with lifetime updates via Gumroad — system-wide dictation, automatic meeting recording, speaker recognition, batch transcription
- A separate Mac App Store SKU ("Whisper Transcription") uses in-app purchases plus an optional cloud "Assistant" subscription — a different pricing model from the Gumroad license
- Models: OpenAI Whisper and Nvidia Parakeet, both run on-device for core transcription
- macOS only — no official Windows or Linux build
- Mac App Store rating: 3.9/5 from 158 ratings (verified on the App Store listing, September 2026) — the only citable public engagement number; no independent popularity ranking was found for the Gumroad-distributed version
📍 In One Sentence
MacWhisper is a macOS app for local speech-to-text using OpenAI Whisper and Nvidia Parakeet models, with a free tier and a €64 one-time-purchase Pro tier — the packaged, no-setup GUI alternative to developer tools like whisper.cpp and faster-whisper.
💬 In Plain Terms
MacWhisper turns your Mac's audio and video files, plus live dictation, into text using AI speech-recognition models that run on your own computer instead of a cloud service. You pay once for the full version instead of a monthly subscription, but it only works on Mac.
📌Note: MacWhisper sits in the same sub-segment as whisper.cpp and faster-whisper — all three run local speech-to-text — but MacWhisper trades their free, developer-facing CLI/library approach for a paid, packaged, point-and-click Mac app. See the Local LLM Software Directory for how it fits among other local speech tools.
What Is MacWhisper?
MacWhisper is a native macOS application, built by Good Snooze, that transcribes audio files, video files, meeting recordings, and live microphone or system audio into text. It runs OpenAI's Whisper speech-recognition models and Nvidia's Parakeet models locally on your Mac for the core transcription work, rather than sending audio to a cloud API.
- File transcription: import audio or video files (and, per the official site, YouTube URLs) and get a text transcript
- Live/system-wide dictation (Pro): dictate directly into any Mac app — messages, notes, documents — using MacWhisper as a system-wide input method
- Meeting recording (Pro): automatically records audio from meeting apps including Zoom, Microsoft Teams, Webex, Skype, Discord, and Chime, per macwhisper.com
- Speaker recognition (Pro): automatically distinguishes and labels different speakers in a recording
- Batch transcription (Pro): process multiple audio files in one run
- Export formats:
.srt,.vtt, and.txton the free tier; Pro adds additional formats including Markdown, PDF, HTML, and Word documents, per macwhisper.com - Model choice: OpenAI Whisper (Base and Small on the free tier, larger sizes on Pro) and Nvidia Parakeet models, per macwhisper.com's own product description
How Much Does MacWhisper Cost?
MacWhisper is sold through two separate channels with two different pricing structures — do not assume they are identical. The direct Gumroad license is a one-time purchase; the Mac App Store SKU mixes in-app purchases with an optional subscription.
Channel | Tier | Price |
|---|---|---|
| Gumroad (direct) | Free | €0 — Whisper Base/Small, mic recording, 100+ languages, srt/vtt/txt export |
| Gumroad (direct) | Pro | €64 one-time, lifetime updates included — no subscription |
| Mac App Store ("Whisper Transcription") | Base app | Free download |
| Mac App Store ("Whisper Transcription") | Pro (in-app purchase) | One-time IAP tiers, per the App Store listing |
| Mac App Store ("Whisper Transcription") | Assistant (cloud add-on) | Subscription, per the App Store listing — separate from the local transcription engine |
Verified against macwhisper.com, the Gumroad purchase page, and the Mac App Store listing for "Whisper Transcription" (id1668083311) as of September 2026. The two channels are run by the same developer (Good Snooze) but are not the same product SKU — confirm which one you are buying before purchasing, since the App Store version's optional "Assistant" subscription is a recurring cost that the Gumroad Pro license does not have.
Download MacWhisper for Mac
This review is a companion to MacWhisper's entry in the Local LLM Software Directory — check the directory for how it's classified alongside other local speech-to-text tools. The links below are the two official distribution channels; always confirm you're on the official domain or the Apple-verified App Store listing before purchasing.
Channel | Download |
|---|---|
| Direct (Free + Pro, one-time purchase) | goodsnooze.gumroad.com/l/macwhisper |
| Mac App Store ("Whisper Transcription") | apps.apple.com/app/whisper-transcription/id1668083311 |
| Official product site | macwhisper.com |
The Gumroad page is the source for the free-tier download and the one-time-purchase Pro license; the App Store listing is a separate SKU with in-app purchases and an optional subscription add-on (see the pricing table above). Both are published by the same developer, Good Snooze.
Platform Support and Hardware Requirements
MacWhisper runs on macOS only. macwhisper.com's own product pages do not publish an exact minimum macOS version for the direct Gumroad download; the separate Mac App Store listing states a minimum of macOS 15.0 or later, which is the only officially documented version floor this review could confirm directly.
macOS (Apple Silicon)
- Support level:
- Supported
- Notes:
- No dedicated marketing claim about relative speed vs. Intel was found on macwhisper.com
macOS (Intel)
- Support level:
- Supported
- Notes:
- No separate Intel-only build or exclusion is listed on macwhisper.com
Windows
- Support level:
- Not offered
- Notes:
- No Windows build or waitlist found on macwhisper.com as of this review
Linux
- Support level:
- Not offered
- Notes:
- No Linux build found on macwhisper.com as of this review
The macOS 15.0 minimum comes from the Mac App Store listing for "Whisper Transcription" (id1668083311), not from macwhisper.com's own download page — the direct Gumroad build may target a different minimum version. Confirm the exact requirement in the app's own system requirements before installing on an older Mac.
Who Should Use MacWhisper?
MacWhisper fits Mac users who want local speech-to-text with a polished graphical interface and are willing to pay for it, rather than set up a free command-line tool themselves. It is a poor fit for anyone on Windows or Linux, or anyone who wants to embed transcription into their own script or application.
Competitors and Alternatives
MacWhisper's closest comparisons are the two other local speech-to-text tools this site has reviewed. All three run speech recognition on your own hardware, but they target very different users: MacWhisper is a polished, paid, macOS-only consumer app, while whisper.cpp and faster-whisper are free, open-source, developer-facing tools you run from a command line or embed in your own code.
Tool | Interface | Platforms | Price | Best For |
|---|---|---|---|---|
| MacWhisper | Packaged GUI app | macOS only | Free tier / €64 Pro one-time | Mac users who want a point-and-click app |
| whisper.cpp | CLI / library (C/C++) | Mac/Win/Linux + Raspberry Pi | Free, MIT license | Developers embedding STT with no Python runtime |
| faster-whisper | Python library | Mac/Win/Linux | Free, MIT license | Developers wanting CTranslate2-accelerated Whisper in Python |
MacWhisper is the only one of the three built as a consumer-facing, no-setup graphical app — whisper.cpp and faster-whisper both require some comfort with a terminal or Python environment, but are free, cross-platform, and designed to be scripted or embedded into other software, which MacWhisper's GUI is not built for.
Common Mistakes When Evaluating MacWhisper
These mistakes come from conflating MacWhisper's two different distribution channels, or expecting it to behave like a cross-platform developer library rather than the paid, macOS-only consumer app it actually is.
Frequently Asked Questions
Is MacWhisper free?
MacWhisper has a free tier (Whisper Base and Small models, mic recording, 100+ languages, srt/vtt/txt export) per macwhisper.com. The Pro tier is a one-time purchase of €64 with lifetime updates on Gumroad — not a subscription. A separate Mac App Store SKU uses in-app purchases plus an optional subscription add-on.
Does MacWhisper run on Windows or Linux?
No. MacWhisper is macOS-only, with no Windows or Linux build found on macwhisper.com as of this review.
Does MacWhisper support Nvidia Parakeet models?
Yes — macwhisper.com's own product description lists "Whisper, Parakeet and other AI models" as supported, though it does not specify which Parakeet variant is bundled.
Is the MacWhisper Pro license a subscription?
The Gumroad-distributed Pro license is a one-time purchase (€64) with lifetime updates, not a subscription. The separate Mac App Store SKU ("Whisper Transcription") offers an optional cloud-based "Assistant" feature as a recurring subscription, in addition to one-time in-app-purchase tiers — check which product you're buying.
What is MacWhisper's Mac App Store rating?
The "Whisper Transcription" Mac App Store listing (id1668083311) shows 3.9 out of 5 from 158 ratings, verified directly on the App Store as of this review. This is the only citable public engagement number found for MacWhisper; the developer's own site makes no download-count or popularity claim.
What minimum macOS version does MacWhisper need?
The Mac App Store listing for "Whisper Transcription" states a minimum of macOS 15.0. macwhisper.com's own direct-download page does not separately publish a minimum version for the Gumroad build — check the app's own requirements before installing on an older Mac.
How is MacWhisper different from whisper.cpp and faster-whisper?
MacWhisper is a paid, packaged macOS GUI app with no setup required. whisper.cpp and faster-whisper are both free, open-source, MIT-licensed tools built for developers — a C/C++ CLI/library and a Python library, respectively — that run on Mac, Windows, and Linux and are designed to be scripted or embedded, which MacWhisper's GUI is not.
Who makes MacWhisper?
MacWhisper is built by Good Snooze, distributed directly via Gumroad and separately on the Mac App Store under the name "Whisper Transcription."
