Updated September 7, 2026 · By Sumbat.T

Windows dictation, no build step



No .dmg, no Xcode, no GPU
BlabbyAI runs on Whisper v3 Turbo and types into any text field on Windows or in Chrome. Press Ctrl+Space, speak, and the text lands where your cursor is. 60 credits a week free, no card.
Almost everything confusing about this search comes from one fact: several separate dictation products have nearly identical names, they are made by unrelated parties, and they give different answers to "does it run on Windows". Sorting out which one you found is genuinely the first job here.
| What it is | Who makes it | Runs on Windows? | Price |
|---|---|---|---|
{ } OpenSuperWhisper 2,822 stars, Swift, MIT | Starmel, on GitHub. No company behind it. | No, and no plan for one | Free |
{ } open-super-whisper 31 stars, Python, MIT | TakanariShimbo, on GitHub. An unrelated project. | Yes, one .exe from April 2025 | Free |
![]() Superwhisper Closed source | A commercial vendor. Nothing to do with either repo. | Yes, a supported app | $8.49/mo |
![]() BlabbyAI Closed source, Whisper v3 Turbo | Windows desktop app and Chrome extension. | Yes, Windows-native | Free tier, $8.49/mo |
The one-line version
If you starred it on GitHub and it had thousands of stars, you found the Mac-only one. If you downloaded an .exe from GitHub, you found the abandoned one. If you were asked to pay, you found Superwhisper, which is a different company entirely.
This is not a case of a Windows build being delayed or hidden. The project is built on technology that only exists on macOS, and it says so in every field it publishes.
The clearest evidence is the release history, because a project that intends to support Windows attaches a Windows file. This one never has.
| Release | Published | Attached file |
|---|---|---|
| 0.1.0 | 3 March 2026 | OpenSuperWhisper.dmg |
| 0.0.7 | 14 February 2026 | OpenSuperWhisper.dmg |
| 0.0.6 | 22 October 2025 | OpenSuperWhisper.dmg |
A .dmg is a macOS disk image. Windows has no idea what to do with one, and no amount of renaming it to .exe will change that. Three releases, three .dmg files, zero Windows builds. That is the whole answer to "is there an OpenSuperWhisper Windows download", and it comes from the release page rather than from anyone's opinion.
If a site offers you one anyway
Several download aggregators list "OpenSuperWhisper for Windows". The author has never built one, so whatever those pages are serving did not come from him. Repackaged installers for an app that has no Windows build is the oldest shape in the bad-download business. Get software that touches your microphone from the developer or from an app store, never from a mirror.
Search opensuperwhisper windows and the first block on the page is an AI Overview. Read it closely, because it demonstrates the confusion rather than resolving it. It says:
"You can open Superwhisper on Windows by finding its icon in your system tray on the taskbar... Press your global shortcut (the default is usually Ctrl+Shift+R) to start or stop recording from any app."
Google AI Overview for "opensuperwhisper windows", read 7 September 2026
Three separate things have been welded together in that one paragraph:
It is what happens when three products share a name and one of them is not on the platform being asked about. But it does mean the answer at the top of the page will send a Windows user to a project abandoned since April 2025 while telling them it is a paid app they have not bought. That is the answer at the top of the page, so it is the one most people act on.
There genuinely is a file called OpenSuperWhisper.exe. It comes from TakanariShimbo/open-super-whisper, a Python project that is cross-platform by construction, and it is MIT-licensed with public source. If all you want is to try the idea on a Windows machine this evening, it is a legitimate thing to download.
It is not the app to run your working day on, and the reason is in the repository metadata rather than in anything it does wrong:
31 stars, 5 forks
Against 2,822 on the Mac project. Almost nobody is running this, so almost nobody is finding its bugs.
No commit since 22 April 2025
No security patches, no dependency updates, and no fixes for whatever Windows has changed since.
One release, ever
v1.0.0, published 21 April 2025, one day before the final commit. There has never been a second version.
Dictation software is an unusually poor place to accept an unmaintained dependency. It listens to your microphone, it holds your speech in memory, and it writes into whatever window has focus, which on a work machine includes your email and your internal tools. That is a lot of access to grant to a codebase nobody has looked at since April 2025.
A second, quieter issue on this SERP catches people who have already solved the download question. One of the results on page one of opensuperwhisper windows is a Reddit thread from r/superwhisper whose title is, more or less, that the poster has transcription working and still cannot work out how to do anything useful with it.
"I don't get it. I've finally managed to get voice to text transcription running (local only, no cloud), meaning toggling recording on and off works..."
r/superwhisper, surfaced on page one for "opensuperwhisper windows"
That is the gap between transcription and dictation, and it is the single most common disappointment with local Whisper setups. Getting audio turned into text is the part that is solved and freely available. The part that makes it useful is everything around it: a global hotkey that works no matter which window has focus, text inserted into the field where your cursor already is, punctuation and casing applied without you saying "comma", and the whole round trip finishing fast enough that you do not lose your thread waiting for it.
A tool that transcribes into its own window and leaves you to copy and paste has technically done speech to text and has not saved you anything. If you have ever set one up and quietly stopped using it after a week, this is usually why. Decide which of the two you are shopping for before you start, because they are very different amounts of work.
The related searches Google shows beneath these results are a useful read, because they describe the same person arriving from several angles:
Opensuperwhisper windows download
Opensuperwhisper windows reddit
Opensuperwhisper windows free
Open super whisper Linux
Open superwhisper vs superwhisper
Opensuperwhisper alternative
Every one of those is the same underlying request: I want free, local-feeling, keyboard-shortcut dictation, and I am not on a Mac. The Linux one is there for exactly the same reason as the Windows ones. The demand is real; the build is not. So the practical question is not how to install a Mac app on Windows, it is which of three genuinely different approaches you want.
| Path | What you get | What it costs | Pick it if |
|---|---|---|---|
| A local Whisper wrapper | Free, open source, audio never leaves the machine | Model downloads, GPU or slow transcription, setup time, and you maintain it | You enjoy the setup and want the audio to stay put |
| The abandoned .exe | It exists and it is free | No commit since April 2025, no patches, nobody to report a bug to | An evening experiment, not daily work |
| BlabbyAI, a maintained dictation app | Install and dictate, works in any app with a text field, updates arrive | A subscription after the free tier of 60 credits a week, no card | You want the job done rather than the project |
This is the part roundups skip, and it is the thing most likely to surprise you after the download finishes. A local Whisper setup on Windows asks for real work before it types a single word: choose a model, download several gigabytes of weights, get the GPU acceleration path working, and accept that on CPU alone you will wait after every recording rather than see text appear as you finish speaking. Then you own the maintenance forever.
That is a completely reasonable trade if the setup is part of the appeal, and plenty of people genuinely enjoy it. It is a bad trade if what you wanted was to stop typing. The setup time is the price on that route, and it is charged in evenings rather than dollars.
BlabbyAI is built for the version of this where you want the outcome rather than the project. It is a Windows desktop app and a Chrome extension, both running Whisper v3 Turbo, the model most of the tools in this category are built on.
The Chrome extension is the other half of the product, not a lesser version of it. It runs the same Whisper v3 Turbo and the same custom modes, and it dictates straight into Gmail, Google Docs, Notion, Linear, Jira and every other text field on the web. If most of your writing happens in a browser tab, that is the one to start with.

A custom mode is one instruction in plain English. It runs on your speech after transcription, before the text is typed.
| App | What people dictate there |
|---|---|
| Word and Outlook | Documents, and email you would rather not type |
| Slack and Teams | The messages that pile up faster than you answer them |
| Chrome, any text box | Forms, web apps, internal tools with no dictation of their own |
| VS Code and Cursor | Commit messages, comments, prompts to an AI assistant |
| Notion and Obsidian | Notes at the speed you actually think of them |
| Anything with a cursor | If Windows lets you type there, dictation reaches it |
This is the practical difference between dictation that types like a keyboard and dictation that depends on an integration. Because Blabby types into the focused field, it reaches the internal tool your company built in 2014 exactly as easily as it reaches Word. There is no list of supported apps to check.
Step back for a moment and ask why people go hunting for a Mac app on Windows at all. The answer sets how much setup friction is actually worth tolerating.
Comfortable conversational speech runs at roughly 130 to 150 words per minute. Typing does not come close for most people: a solid office typist sits around 40 to 60 words per minute, and that is sustained clean typing rather than composing while you think. Even taking the pessimistic end of speaking and the optimistic end of typing, dictation is roughly two to three times faster at getting words out of your head and onto the screen.
That gap is the entire reason this category exists, and it is why the setup question matters so much. If a tool takes an evening to configure and then saves you twenty minutes a day, it repays itself within the week. If it takes an evening, then breaks after a Windows update and nobody has committed to it since April 2025, it never repays anything. The maintenance question is not pedantry about GitHub stars. It is the difference between a tool that keeps returning that time and one that quietly stops.
Two different things drew people to OpenSuperWhisper, and they pull in different directions. If what appealed was the licence, that the code is readable and the audio can stay on your machine, the maintained cross-platform options are OpenWhispr and the various local Whisper wrappers, and every one of them hands you the model downloads, the hardware question and the maintenance to carry yourself.
If what appealed was the experience, one shortcut, text appears, works everywhere, costs nothing to think about, then the licence was never the thing you were choosing on. Settle that question before you spend a weekend on GPU drivers. Blabby is the second of those: $8.49 a month, or a free tier of 60 credits a week with no card if you want to find out whether dictation actually fits how you work before paying for anything.
On the privacy question specifically
The reason people reach for local models is usually that they do not want a recording of their voice sitting on somebody's server. Worth knowing that on Windows, Blabby's History writes your audio to your own disk and keeps it there, capped at 500 recordings by default and configurable, and none of that history reaches our servers.
The OpenSuperWhisper that almost everyone means, Starmel/OpenSuperWhisper on GitHub with 2,822 stars, does not run on Windows, and nothing in the repository suggests one is planned. It is written in Swift, its GitHub topics are literally "dictation, macos, parakeet, whisper", its description is "macOS dictation app", and every release it has ever published ships a single .dmg file. The Homebrew cask states the requirement plainly: macOS 14 or newer, Arm 64-bit. There is no .exe, no Windows branch, and not even an open issue asking for one. Confusingly, a second and unrelated GitHub project called TakanariShimbo/open-super-whisper does build a Windows .exe, which is where most of the confusion on this search comes from. That one has 31 stars and has not received a commit since 22 April 2025. If you are on Windows and want the thing OpenSuperWhisper actually does, you need a different app: BlabbyAI is Windows-native dictation on Whisper v3 Turbo, free for 60 credits a week with no card, and $8.49 a month unlimited.
Not from the project people mean. Starmel/OpenSuperWhisper has published three releases, 0.0.6 in October 2025, 0.0.7 in February 2026 and 0.1.0 in March 2026, and the only asset attached to each one is OpenSuperWhisper.dmg. A .dmg is a macOS disk image and Windows cannot install it. Any site offering you an "OpenSuperWhisper for Windows" download is either serving you the unrelated TakanariShimbo build, serving you the commercial Superwhisper app, or serving you something you should not run. Download pages that repackage installers for an app whose author never made a Windows build are the classic shape of a bad download.
They are three separate products and the names are close enough that search engines confuse them too. OpenSuperWhisper is Starmel’s free MIT-licensed macOS-only app on GitHub, no company behind it. Superwhisper is a commercial paid product from a different developer that does run on macOS, Windows and iOS, at $8.49 a month. OpenWhispr is a third thing again, an open-source dictation app with its own company and cloud tier. Sorting out which one you actually found is the first job on this search, because the answer to "does it run on Windows" is different for all three: no, yes, and yes.
Quite a lot, and it is worth knowing because it is the first thing you see. Searching "opensuperwhisper windows" returns a Google AI Overview that tells you to find the Superwhisper icon in your system tray and press Ctrl+Shift+R. It cites TakanariShimbo/open-super-whisper as its source while writing about Superwhisper, the commercial app, and links to superwhisper.com. So it has blended three different products into one set of instructions: the shortcut it quotes belongs to a 31-star abandoned repo, the name it links belongs to a paid product, and neither is the 2,822-star app you were probably looking for. The default Ctrl+Shift+R shortcut it gives you is not Superwhisper’s.
It is MIT-licensed and the source is public, so you can read what it does, which is more than many downloads offer. The problem is not malice, it is maintenance. It has 31 stars and 5 forks, its last commit was 22 April 2025, and it has exactly one release, v1.0.0 from 21 April 2025. Well over a year without a commit on a project that bundles a speech model and touches your microphone and clipboard means no security patches, no dependency updates and nobody to file a bug with. For an evening experiment that is fine. For the app you dictate your actual work into every day, it is not a foundation.
It depends on which property drew you to OpenSuperWhisper in the first place. If it was "free and open source", the closest equivalents that genuinely run on Windows are OpenWhispr and the various local Whisper wrappers, and you will be managing model downloads and GPU setup yourself. If it was "press a key and my speech appears in whatever I am typing into, and it just works", that is a product decision rather than a licence decision, and BlabbyAI does exactly that on Windows: Ctrl+Space anywhere in Windows, text typed into the focused field, Whisper v3 Turbo doing the transcription, History writing every recording to your own disk. There is a free tier of 60 credits a week with no card, and unlimited is $8.49 a month.
No, and this is the question that trips people up because it works for most open-source software. OpenSuperWhisper is a Swift application built against macOS frameworks, and the whole point of it is system-wide dictation: a global hotkey that types into whatever app has focus. WSL cannot run a macOS binary at all. A macOS virtual machine on Windows hardware is legally restricted, slow, and even if you got the app running inside it, it would only type into windows inside the VM. It could never reach the Windows apps you actually work in, which defeats the purpose entirely.
No. "Open super whisper Linux" shows up in the related searches on this SERP for the same reason the Windows ones do: people assume an MIT-licensed Whisper app must be cross-platform, and this one is not. Swift plus macOS-specific frameworks is a macOS app. The related search exists because the demand exists, not because the build does.
For local Whisper models, realistically yes if you want to dictate at conversational speed. The larger and more accurate the model, the more it wants dedicated VRAM, and on CPU only you will be waiting noticeably after each recording. This is the part that roundups tend to skip when they call a local tool free: the cost moved from a subscription to your hardware and your setup time. Cloud transcription sidesteps it, which is why BlabbyAI runs Whisper v3 Turbo server-side and returns text in about a second on an ordinary laptop with no model downloads and no GPU requirement.
It depends entirely on how the app inserts text. Tools that type into the focused field the way a keyboard does work anywhere Windows accepts typing: Word, Outlook, Slack, Teams, Notion, Todoist, Chrome, VS Code, and internal systems that have no dictation feature of their own. That is how BlabbyAI works, so there is no per-app integration to wait for and no plugin to install. Tools that rely on an app-specific plugin only work where that plugin exists, which is why plugin-based dictation tends to cover a handful of big apps and nothing else.
Dictation that runs on the machine you actually have
BlabbyAI is a Windows desktop app and a Chrome extension, both on Whisper v3 Turbo. No .dmg, no build step, no GPU. Free for 60 credits a week, no card required.