altic-dev / FluidVoice
- понедельник, 29 июня 2026 г. в 00:00:03
FluidVoice - Fastest macOS Offline Dictation app - Voice to Text fully Local. One ⭐ takes us a long way :))
Open source voice-to-text dictation app for macOS with on-device AI enhancement.
Install with Homebrew: brew install --cask fluidvoice
Manual download: latest release
Important
This project is free and open source under GPLv3. If FluidVoice is useful to you, please star the repository — it helps visibility and keeps development going.
If FluidVoice makes your day a little easier, you can support its continued development on GitHub Sponsors.
Warning
Based on early feedback, Fluid Intelligence may cause you to unsubscribe from other dictation apps and save money. You've been warned.
FluidVoice is fully open source under GPLv3. Fluid Intelligence is a separate, privately maintained local AI runtime that powers advanced on-device dictation enhancement — smart formatting, context-aware capitalization, and post-processing — all running locally on your Mac.
The app works great on its own with any supported speech model and optional cloud AI providers. Fluid Intelligence adds a fully local, private AI layer for users who want on-device enhancement without sending data anywhere.
We're keeping Fluid Intelligence private for now so we can sustainably offer the core dictation experience for free. This may change in the future.
| Email Template | Flowers |
change_time_name.mp4 |
Email_template.mp4 |
| Change Time & Name | Emoji |
emoji.mp4 |
flowers.mp4 |
| Hyphens & Numbers | |
hyphen123.mp4 |
| Model | Best for | Language support | Download size | Hardware |
|---|---|---|---|---|
| Nemotron Speech 3.5 — Ultra Fast Low Latency | Streaming-capable multilingual dictation | ~40 languages | ~670 MB | Apple Silicon |
| Nemotron 3.5 Multilingual | Higher-accuracy multilingual dictation | ~40 languages | ~530 MB | Apple Silicon |
| Parakeet Flash (Beta) | Lowest-latency live English dictation | English | ~250 MB | Apple Silicon |
| Parakeet TDT v3 | Fast default multilingual dictation | 25 languages | ~500 MB | Apple Silicon |
| Parakeet TDT v2 | Fastest English-only dictation | English | ~500 MB | Apple Silicon |
| Cohere Transcribe | High-accuracy multilingual dictation | 14 languages | ~1.4 GB | Apple Silicon |
| Apple Speech | Zero-download native macOS speech | System languages | Built-in | Apple Silicon + Intel |
| Whisper Tiny / Base / Small / Medium / Large | Broad compatibility, including Intel Macs | 99 languages | ~75 MB to ~2.9 GB | Apple Silicon + Intel |
Bulgarian, Croatian, Czech, Danish, Dutch, English, Estonian, Finnish, French, German, Greek, Hungarian, Italian, Latvian, Lithuanian, Maltese, Polish, Portuguese, Romanian, Russian, Slovak, Slovenian, Spanish, Swedish, and Ukrainian.
English.
English, French, German, Italian, Spanish, Portuguese, Greek, Dutch, Polish, Mandarin, Japanese, Korean, Vietnamese, and Arabic.
System language support depends on the macOS speech recognition languages available on your machine.
Whisper supports up to 99 languages, depending on the model size you choose.
Install with Homebrew:
brew install --cask fluidvoiceOr download the latest release.
Grant permissions — FluidVoice will ask for microphone and accessibility access. Both are required for dictation and typing into other apps.
Set your hotkey — pick a global hotkey in settings that triggers voice capture from anywhere.
Go through onboarding — choose your voice model based on your language and latency needs. Models range from zero-download Apple Speech to high-accuracy Nemotron and Whisper.
(Optional) Enable Fluid Intelligence — download the local AI model during onboarding for on-device dictation enhancement. Everything runs locally, no data leaves your Mac.
(Optional) Bring your own AI provider — add an OpenAI, Groq, or custom provider API key for cloud-based enhancement. Keys are stored securely in macOS Keychain. Select "Always allow" for key access.
(Optional) Opt in to beta builds — Settings → Automatic Updates → Beta Releases for early access to new features.
git clone https://github.com/altic-dev/FluidVoice.git
cd FluidVoice
open Fluid.xcodeprojBuild and run in Xcode. All dependencies are managed via Swift Package Manager.
xcodebuild -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS' build CODE_SIGNING_ALLOWED=NOContributions are welcome! Please create an issue first to discuss major changes before submitting a pull request.
FluidVoice → Signing & Capabilities → Automatically manage signing → pick your Team (Personal Team is fine). Stored in xcuserdata/ (gitignored).cp scripts/check-team-id.sh .git/hooks/pre-commit
chmod +x .git/hooks/pre-commitgit diff before committingxcodebuild test -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS'CI uses unsigned builds:
xcodebuild test -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NOFluidVoice is local-first. Your voice, audio, and transcribed text never leave your machine unless you explicitly opt in to a cloud AI provider.
Anonymous analytics are enabled by default to track app health and feature usage. You can disable at any time from Settings → Share Anonymous Analytics.
Collected:
Not Collected:
Join our Discord: https://discord.gg/VUPHaKSvYV
Follow development on X: @ALTIC_DEV
From 2026-02-23 onward, this project is licensed under the GNU General Public License, Version 3.0 (GPLv3).
Versions published before this date were licensed under Apache License 2.0.