Primary question: Does FluidVoice's local Parakeet implementation deliver lower latency and stronger privacy than your current dictation setup?
RepoDaily adoption score
RepoDaily rates this as 88/100 (strong) for adoption: evidence, installation path, production risk, differentiation, license clarity, and AI/agent fit are scored from the article sources and adoption notes.
4 source(s) across 4 source category/categories, plus a RepoDaily-specific evidence module when available.
6 workflow step(s), 5 next-action step(s), and 1 command/install signal(s) were detected.
Trending momentum is +491 stars, with maintenance/release/issue signals counted when present.
Risk is marked medium, with 5 security note(s) and 4 explicit skip condition(s).
3 opportunity lens item(s), 4 alternative(s), and 3 type-specific section(s) support differentiation.
License source or license wording is present.
4 AI/agent-related signal(s) were detected in the article text and metadata.
Project overview
FluidVoice is an open-source macOS dictation application built in Swift that converts speech to text entirely on-device. It does not route your audio or transcripts through a cloud service unless you explicitly opt in to an external AI provider. The project is licensed under GPLv3 and installable via Homebrew with `brew install --cask fluidvoice`, or through manual download from the GitHub releases page.
Version 1.6.0, the current release highlighted in the README, introduces a rebuilt Parakeet implementation that the developer describes as having near-zero delay between speaking and seeing words on screen. The same release debuts Fluid Intelligence, a privately maintained local AI runtime that handles smart formatting, context-aware capitalization, and post-processing without sending any data off your Mac.
The core differentiator is model plurality. FluidVoice supports eight speech recognition engines — Nemotron Speech 3.5 (ultra-fast and multilingual variants), Parakeet Flash (beta), Parakeet TDT v3 and v2, Cohere Transcribe, Apple Speech, and Whisper (Tiny through Large). Users pick the model that matches their language coverage, latency tolerance, and storage budget, with download sizes ranging from built-in (Apple Speech) to approximately 2.9 GB (Whisper Large).
Beyond basic transcription, the app offers two operational modes. Command Mode lets you control macOS by voice — launching apps, running shortcuts, triggering system actions. Write Mode inserts or rewrites text directly in any text field across any application using accessibility APIs. A global hotkey activates voice capture from anywhere without app switching, and a notch-aware live preview overlay shows transcription in real time.
Why it is trending now
- 491 stars in the trending period with a rank of 6, driven by the 1.6.0 release and its rebuilt Parakeet engine claiming near-zero transcription delay
- Fluid Intelligence adds a fully local AI post-processing layer — smart formatting, capitalization, and cleanup — with no cloud calls or API keys
- Eight swappable speech models give users granular control over the latency-accuracy-language tradeoff, from the 250 MB Parakeet Flash to the 1.4 GB Cohere Transcribe
- Homebrew cask install (`brew install --cask fluidvoice`) removes friction for the macOS power-user audience that typically stars and shares dictation tools
- Command Mode and Write Mode extend the app beyond transcription into voice-driven macOS automation and inline text rewriting
Problem it solves
- Most dictation tools — including Apple's built-in option — either lack low-latency on-device models or require cloud processing that sends audio to third-party servers
- Cloud-based dictation services create recurring subscription costs and privacy exposure for users handling sensitive or regulated content
- Existing open-source speech tools like Whisper require technical setup, command-line usage, or wrapper apps that lack global hotkeys, live overlays, and per-app configuration
- Users with multilingual needs often must choose between English-optimized fast models and slower multilingual models, with no easy way to switch between them per task
How it works
- Install via `brew install --cask fluidvoice` or download the latest release from the GitHub releases page
- Grant macOS accessibility and microphone permissions during the onboarding flow, which now includes language-first voice engine setup and a real dictation tryout
- Select a speech model based on your hardware, language, and latency needs — Parakeet TDT v3 is the default for 25-language coverage at ~500 MB, while Parakeet Flash targets lowest-latency English at ~250 MB
- Optionally enable Fluid Intelligence for local AI post-processing, or configure an external provider (OpenAI, Groq, or a custom endpoint) for cloud-based enhancement
- Press the global hotkey to start dictation; the notch-aware overlay shows live transcription, and Smart Typing inserts text directly into the active app via accessibility APIs
- Switch between Command Mode (voice-controlled macOS actions) and Write Mode (inline text insertion and rewriting) depending on the task
Product demo and interface preview


Architecture: Local-First Runtime with Swappable Model Backends
- Core dictation app is GPLv3 Swift; the speech model layer accepts eight backends: Nemotron Speech 3.5 (ultra-fast ~670 MB and multilingual ~530 MB), Parakeet Flash beta (~250 MB), Parakeet TDT v3 (~500 MB, 25 languages), Parakeet TDT v2 (~500 MB, English-only), Cohere Transcribe (~1.4 GB, 14 languages), Apple Speech (built-in, Intel + Apple Silicon), and Whisper Tiny through Large (~75 MB to ~2.9 GB, 99 languages)
- Fluid Intelligence is a separate, privately maintained local AI runtime — not part of the GPLv3 source — that performs smart formatting, context-aware capitalization, and post-processing on-device
- Text insertion uses macOS accessibility APIs (Smart Typing) rather than clipboard simulation, enabling reliable entry into any text field in any app
- The app requires Apple Silicon for all Nemotron, Parakeet, and Cohere models; only Apple Speech and Whisper support Intel Macs
- Per-App Configuration lets you assign different prompt sets to different applications, so dictation formatting adapts contextually
Try-It Path: From Install to First Dictation
- Run `brew install --cask fluidvoice` — the cask handles placement in /Applications
- On first launch, the refreshed onboarding walks through permission grants, model selection, a live dictation tryout, and optional AI enhancement setup in one pass
- Start with Parakeet TDT v3 (~500 MB download) for multilingual coverage or Parakeet Flash (~250 MB) for English-only lowest latency
- Test the global hotkey in a text editor to verify Smart Typing insertion and live overlay behavior
- Enable Audio History (opt-in) if you want local recording with ZIP export for reviewing past sessions
Deployment Notes: Hardware, Storage, and Licensing
All premium models (Nemotron, Parakeet, Cohere) require Apple Silicon. Intel Mac users are limited to Apple Speech (built-in, zero download) and Whisper variants (~75 MB to ~2.9 GB). Cohere Transcribe is the largest model at ~1.4 GB and supports 14 languages including Mandarin, Japanese, Korean, Vietnamese, and Arabic.
The core application is GPLv3, meaning derivative works must also be GPLv3 and include source code. Fluid Intelligence — the local AI enhancement runtime — is proprietary and not included in the open-source release. The developer states this separation is intentional to sustainably offer the core dictation experience for free.
Auto-updates are built in with an optional beta channel for early previews. The app runs as a menu bar utility with no dock icon required.
Who should pay attention?
Good fit if
- Writers, developers, and knowledge workers on Apple Silicon who want fast offline dictation without subscription fees
- Users in privacy-sensitive or regulated environments (legal, medical, finance) who cannot send audio to cloud services
- Multilingual users who need to switch between English-optimized and multi-language models depending on the task
- Accessibility users who benefit from voice-driven macOS control via Command Mode
- Anyone evaluating alternatives to paid dictation subscriptions like Superwhisper or Dragon
Skip for now if
- Windows and Linux users — FluidVoice is macOS-only, with iOS and Windows listed as future platform goals on GitHub Sponsors
- Intel Mac users who need the fastest Parakeet or Nemotron models — only Apple Speech and Whisper are available on Intel
- Teams requiring a fully open-source stack including the AI enhancement layer — Fluid Intelligence is proprietary
- Users who need server-side or batch transcription of audio files — FluidVoice is a real-time dictation tool, not a batch processor
Risks and cautions
The core dictation app is GPLv3 and functionally complete, but Fluid Intelligence is closed-source and the project depends on a solo developer for model integration updates.
- Fluid Intelligence — the differentiating AI enhancement layer — is privately maintained and not part of the GPLv3 source, creating a dependency on the maintainer's continued development
- All premium speech models (Nemotron, Parakeet, Cohere) require Apple Silicon, excluding a significant portion of the macOS installed base
- Parakeet Flash is labeled as beta, indicating the lowest-latency English model may still have stability rough edges
- The project appears to be maintained by a single developer (altic-dev), which concentrates bus-factor risk for model compatibility updates and macOS version support
- GPLv3 copyleft terms may conflict with organizations that have policies against installing copyleft-licensed software
- Voice audio and transcribed text never leave the machine unless you explicitly opt in to a cloud AI provider (OpenAI, Groq, or custom endpoint)
- Fluid Intelligence runs entirely locally — no API keys, no cloud calls, no network data transfer for AI post-processing
- Audio History is opt-in and stored locally with ZIP export capability — no cloud storage is used
- Analytics and beta builds are explicitly opt-in per the feature list
- Smart Typing uses macOS accessibility APIs for text insertion, which requires granting accessibility permissions but avoids clipboard-based injection that could leak data to clipboard managers
Alternatives to compare
| Approach | When to use | Trade-off |
|---|---|---|
whisper.cpp | You want a lightweight, cross-platform C/C++ Whisper implementation for batch or real-time transcription with maximum portability | Free, MIT license |
Superwhisper | You want a polished commercial macOS dictation app with Whisper backend and cloud processing without managing model selection yourself | Subscription |
Apple Voice Control | You need built-in macOS voice control and dictation with zero installation, accepting Apple's on-device processing model | Free, included with macOS |
MacWhisper | You want a GUI Whisper client for macOS with file transcription and don't need Command Mode or global hotkey dictation | Freemium |
What this trend reveals
Replace paid dictation subscriptions in regulated industries
Legal, medical, and financial professionals who currently pay monthly for cloud-based dictation can switch to FluidVoice's fully local pipeline to eliminate both subscription costs and data-egress risk. Fluid Intelligence's on-device formatting and capitalization directly substitutes for cloud AI post-processing.
Pilot with 3-5 users in a regulated team for two weeks, comparing transcription accuracy and formatting quality against their current paid tool using the same dictation samples.
Voice-driven macOS automation for accessibility workflows
Command Mode enables launching apps, running Shortcuts, and triggering system actions by voice. This opens a path for accessibility-focused deployments where users need hands-free Mac control beyond text entry.
Map the top 10 macOS actions a target user performs daily, configure them as Shortcuts, and test voice-triggered execution via Command Mode.
Multilingual model switching for international teams
With Parakeet TDT v3 covering 25 European languages, Cohere Transcribe adding Mandarin, Japanese, Korean, Vietnamese, and Arabic, and Nemotron supporting ~40 languages, FluidVoice can serve teams that dictate in multiple languages without maintaining separate tools.
Install two complementary models (e.g., Parakeet TDT v3 for European languages and Cohere Transcribe for Asian languages) and measure switching time and accuracy across 5 mixed-language dictation samples.
RepoDaily verdict
FluidVoice delivers a genuinely local-first dictation experience on macOS with a model-selection breadth that no free tool currently matches. The GPLv3 core is transparent and auditable; Fluid Intelligence adds proprietary on-device AI enhancement that substitutes for cloud post-processing. The main constraints are Apple Silicon exclusivity for premium models and dependence on a solo maintainer for ongoing model and macOS compatibility updates.