Everything you need to know about the fastest macOS dictation app with on-device AI
Find answers to common questions about FluidVoice and its features
FluidVoice can be installed in two ways:
brew install --cask fluidvoiceAfter installation, grant microphone and accessibility permissions when prompted.
FluidVoice requires:
After installation and permissions:
Press your hotkey and start dictating!
Fluid Intelligence is a proprietary local AI runtime that powers advanced on-device dictation enhancement including:
It's completely optional and works alongside any supported speech model.
Command Mode: Lets you control your Mac by voice - launch apps, run shortcuts, trigger system actions, and automate workflows without touching the keyboard.
Write Mode: Lets you write or rewrite text directly in any text field across any app. Select text and rewrite it inline or dictate new content.
Both modes can be activated via the global hotkey or from the menu bar.
Yes! FluidVoice is local-first by default:
You can use it completely offline without any internet connection.
Yes! While most speech models require Apple Silicon for optimal performance, Intel Macs are supported via:
Intel Macs can still use all features except Fluid Intelligence and certain speech models.
The best model depends on your needs:
Try different models during onboarding to see which works best for you.
Currently, FluidVoice supports the pre-configured models mentioned in our documentation. While we don't support arbitrary custom models, we're always evaluating new models and adding support based on user requests and technical feasibility.
If you have a specific model you'd like to see supported, please create an issue on GitHub.
Speech models vary in size:
Fluid Intelligence requires ~3.5GB if enabled.
By default, all voice processing happens on your Mac:
Only if you explicitly enable cloud AI providers (OpenAI, Groq, etc.) will your data be sent to external services. All API keys are stored securely in macOS Keychain.
FluidVoice collects minimal anonymous data to track app health:
Never collected: Voice data, raw audio, transcribed text, selected text, prompts, AI responses, terminal commands, window titles, file paths, clipboard content.
You can disable analytics at any time in Settings.
Yes, FluidVoice is designed with privacy in mind:
The app follows privacy-by-design principles and doesn't collect identifiable personal information.
Try these troubleshooting steps:
If issues persist, create an issue on GitHub with your system info and error details.
Bugs and feature requests should be reported via GitHub:
Join our Discord community for real-time support and discussions.
Currently supported: macOS 15.0+
In development: iOS, Windows, and Linux versions are planned but not yet released.
Follow development updates on X (@ALTIC_DEV) or GitHub for platform availability announcements.
Contributions are welcome! Here's how to help:
Check our GitHub page for contribution guidelines and development setup instructions.
FluidVoice is licensed under GNU General Public License v3.0 (GPLv3) from February 23, 2026 onward.
Versions published before this date were licensed under Apache License 2.0.
The license is included in the repository and ensures the software remains free and open source.
To build FluidVoice from source:
git clone https://github.com/altic-dev/FluidVoice.gitcd FluidVoiceopen Fluid.xcodeprojAll dependencies are managed via Swift Package Manager. For unsigned builds, use: xcodebuild -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS' build CODE_SIGNING_ALLOWED=NO