Browse by type
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
[!NOTE] FluidVoice is on macOS today. iOS and Windows are on the way — join the waitlist to get notified when we launch: altic.dev/fluid/waitlist
[!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 helps you, you can support continued development and future platform work for iOS and Windows 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 | Emoji |
| Hyphens & Numbers | |
https://github.com/user-attachments/assets/ffb47afd-1621-432a-bdca-baa4b8526301
https://github.com/user-attachments/assets/c57ef6d5-f0a1-4a3f-a121-637533442c24
| 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:
bash
brew install --cask fluidvoice
Or 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.xcodeproj
Build and run in Xcode. All dependencies are managed via Swift Package Manager.
Run a signed Debug build using the script:
./build.sh
The signed build is written to DerivedData/Build/Products/Debug/FluidVoice Debug.app.
Keep launching that product after each rebuild so macOS can preserve its Accessibility
authorization.
For CI or contributors who do not have a signing identity, use the explicit unsigned fallback:
./build.sh unsigned
Unsigned builds are tied to a specific executable version and may require Accessibility permission to be removed and granted again after rebuilding.
Contributions 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). If you have certificates for multiple teams, select one without changing the project by running FLUIDVOICE_DEVELOPMENT_TEAM=YOUR_TEAM_ID ./build.sh.bash
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=NO
FluidVoice 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).
Ve
—
browse all types & interfaces →
$ claude mcp add FluidVoice \
-- python -m otcore.mcp_server <graph>