Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
GladiaFlow: an open-source voice dictation app for macOS and Windows
You can explain what you want out loud within a few seconds. Typing the same thing takes minutes, and you'll probably rewrite it once. Most of what any of us writes during the workday isn't prose worth crafting, it's Slack replies, AI prompts, commit messages, meeting follow-up. And for all of it, talking is simply faster than typing.
Migrating from Rev.ai to Gladia: what global teams should know
TL;DR: At 10,000 hours of audio per month, Rev.ai's per-hour billing compounds quickly once you add diarization, translation, and sentiment as separate line items. Language coverage gaps surface silently in production when non-English or accented audio degrades without returning an obvious error. This guide gives you the exact API payload mappings, WebSocket transition logic, and a TCO model at realistic scale to make a defensible evaluation of switching. If you decide to migrate, our all-inclusive per-hour pricing bundles every audio intelligence feature at the base rate, and most teams complete the endpoint transition and initial production validation in under 24 hours.
Switching your speech-to-text provider: A migration checklist for note-takers and contact center platforms
TL;DR: Switching your speech-to-text provider is a structural risk only if you skip the pre-migration audit. The real danger is not the cutover itself but continuing to run infrastructure that corrupts CRM entries, breaks LLM summaries, and inflates your per-hour cost with add-on fees you never modeled at scale. The four-stage phased cutover in this guide is designed to reach 100% production traffic without user-visible downtime, the same structural approach that let Aircall cut processing time by 95% and scale to over one million calls per week after adopting Gladia.
GladiaFlow: an open-source voice dictation app for macOS and Windows
Published on Jul 30, 2026
By Ani Ghazaryan
You can explain what you want out loud within a few seconds. Typing the same thing takes minutes, and you'll probably rewrite it once. Most of what any of us writes during the workday isn't prose worth crafting, it's Slack replies, AI prompts, commit messages, meeting follow-up. And for all of it, talking is simply faster than typing.
Today, we’re releasing GladiaFlow – a free, open-source desktop app that turns speech into text in any application. Hold a hotkey, talk, and the transcript appears in whatever field your cursor is in, be it Slack, Notion, Gmail, Cursor, Claude, a terminal, or a form. It runs on macOS and Windows, and is powered by Gladia's real-time streaming speech-to-text API, available under the MIT license.
Here's what it looks like in use:
Why we built another dictation app
This started as an internal itch. We build speech-to-text for a living, and at some point, it seemed silly that we were all still typing. So we put a desktop client on top of our own API and started using it.
It turned out to be good. Good enough that keeping it to ourselves felt like the wrong call. We believe the future is voice, and not everyone who wants to dictate needs a premium tool with a subscription attached. So we're open-sourcing the one we've been using every day.
How GladiaFlow works
GladiaFlow streams audio to Gladia's real-time API while you speak and types the result straight into the focused text field. Hold your hotkey, talk, release. There's no copy-paste step, no separate window to manage, and nowaiting for a file to process after you stop. Transcription happens during the sentence.
That design has a useful side effect: there's no per-app integration to wait for. GladiaFlow types into the operating system, so it works in software that has never heard of it, including internal tools and anything you build yourself. If your keyboard can type into it, GladiaFlow can dictate it.
What you get
Production-grade transcription: GladiaFlow runs on the same real-time API trusted by 300,000+ developers and 2,000+ enterprise teams in production, tuned for real dictation with hesitations, accents, and background noise, not clean studio reads. It has one of the lowest latencies in the market: partials land in under 103 ms and finals in under 300 ms, so words appear as you speak. No waiting for the tool to catch up mid-thought.
100+ languages: Dictate in any of 100+ languages. GladiaFlow covers them all and supports code-switching, so dropping an English term into a French sentence doesn't derail the transcript.
Your vocabulary: Names, acronyms, product names, and industry jargon are the words dictation tools usually mangle. Add your own terms through custom vocabulary and GladiaFlow gets them right instead of guessing phonetically.
Open source and extensible: The code is MIT-licensed on GitHub. Fork it, rebrand it, wire it into your own workflow, or open a PR.
GladiaFlow Specs
Platforms
macOS, Windows
License
MIT (open source)
Languages
100+, including code-switching
Pricing
Free app, pay-as-you-go API usage (~$3/month heavy use)
Latency
Real-time streaming, text appears as you speak
Who's using it
Developers writing prompts: This is the use case that surprised us least and mattered most. Prompts are long, disposable and conversational — the worst possible thing to type and the best possible thing to say out loud. LLMs also absorb imprecision well, so the occasional dictation artifact costs nothing: a dropped comma or a stray "um" doesn't change what Claude or Cursor does with your request. The same goes for the rest of the prose that surrounds code — commit messages, PR descriptions, code review comments, the Linear ticket describing what actually broke, the inline TODO you'll read back in three weeks. None of it compiles. All of it is faster spoken.
Knowledge workers who write in bursts: Nobody sits down for a two-hour writing block anymore; the day is forty small text fields. A Slack reply that needs three sentences of context. The email declining the meeting, politely. A Notion page nobody will read, but someone has to write. Standup updates, retro notes, the follow-up you promised on the call, and are now typing with one hand. Dictation compounds across all of them in a way it never does in a single long document.
Content teams getting a first draft out: Talking an idea through and cleaning it up afterwards is usually faster than staring at an empty page trying to write the first sentence correctly. Outlines, briefs to an agency, the angle for a post you'll rewrite twice anyway: anything where the goal is getting material on the page rather than getting it right. The editing still happens. It just starts from something.
What GladiaFlow costs
The app is free, and transcription is billed through your own Gladia API key on a pay-as-you-go basis. An avid user using dictation for at least half of his daily tasks lands around $3 a month, roughly 4x less than dictation subscriptions charge for the same volume of speech. You pay for what you actually dictate rather than for a seat you forgot to cancel, and if you already build on Gladia, it's the same key you're using in production. Unlock €50 worth of transcription credits, no expiry.
GladiaFlow is open source. If you'd rather read the code, fork it, or run your own build, everything's on GitHub.
That's the whole setup. Enjoy!
FAQs
Is GladiaFlow free?
The GladiaFlow app is free and open source under the MIT license. You pay only for the speech-to-text usage billed through your Gladia API key, which works out to roughly $3 a month for heavy daily dictation.
How does GladiaFlow compare to other dictation apps?
GladiaFlow offers the same core experience as commercial desktop dictation tools such as Wispr Flow — a global hotkey that types into any app on macOS and Windows — with two differences: the code is open source and modifiable, and you pay per use through your own API key instead of a monthly subscription.
Does GladiaFlow work offline?
No. GladiaFlow streams audio to Gladia's real-time API, so it requires an internet connection.
What languages does GladiaFlow support?
GladiaFlow transcribes in 100+ languages with automatic detection and mid-sentence code-switching. It runs on the Gladia API, used in production by 2,000+ enterprise teams, with #1 accuracy in English and robust coverage of other languages.
Can I use GladiaFlow to dictate prompts into Cursor, Claude or ChatGPT?
Yes. GladiaFlow types into the focused text field at the OS level, so it works in any desktop app or browser tab without a dedicated integration. Dictating prompts is the most common way our own team uses it.
Is GladiaFlow available on Linux, iOS or Android?
Not currently. GladiaFlow ships for macOS and Windows only. Since the project is open source, ports are something the community can take on.
Can I use a different speech-to-text provider with GladiaFlow?
Not without modifying the code. GladiaFlow is built specifically around Gladia's real-time streaming API, so switching providers is a fork-level change rather than a configuration setting. Issues, feature requests and pull requests are welcome at GitHub.
Contact us
Your request has been registered
A problem occurred while submitting the form.
Read more
Product News
GladiaFlow: an open-source voice dictation app for macOS and Windows
Speech-To-Text
Migrating from Rev.ai to Gladia: what global teams should know
Speech-To-Text
Switching your speech-to-text provider: a migration checklist for note-takers and CCaaS
From audio to knowledge
Subscribe to receive latest news, product updates and curated AI content.
Thank you! Your submission has been received!
Oops! Something went wrong while submitting the form.