altic-dev /
FluidVoice — быстрая macOS-диктовка. Оффлайн перевод голоса в текст полностью локально. Поддержите проект звездой на GitHub!
Форки
92
Звёзды
1.5k
Issues
0
Fully open source voice-to-text dictation app for macOS with AI enhancement.
Get the latest release from here
[!IMPORTANT] This project is completely free and open source. If you find FluidVoice useful, please star the repository. It helps with visibility and motivates continued development. Your support means a lot.
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 |
|---|---|---|---|---|
| Parakeet TDT v3 | Fast default multilingual dictation | 25 languages | ~500 MB | Apple Silicon |
| Parakeet TDT v2 | Fastest English-only dictation | English only | ~500 MB | Apple Silicon |
| Cohere Transcribe | High-accuracy multilingual dictation | 14 languages | ~1.4 GB | Apple Silicon |
| Apple Speech | Zero-download native macOS speech recognition | 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 |
Notes: Parakeet TDT v3 is the default on Apple Silicon. Cohere is the stronger pick if you want a larger multilingual model with higher displayed accuracy. Whisper remains the fallback for Intel Macs and the widest language coverage.
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.
Settings → Automatic Updates → Beta Releasesgit clone https://github.com/altic-dev/Fluid-oss.git
cd Fluid-oss
open Fluid.xcodeproj
Build and run in Xcode. All dependencies are managed via Swift Package Manager.
Contributions are welcome! Please create an issue first to discuss any major changes or feature requests before submitting a pull request.
Clone the repository:
git clone https://github.com/altic-dev/Fluid-oss.git
cd Fluid-oss
Open in Xcode:
open Fluid.xcodeproj
Run from Xcode (one-time signing setup):
FluidVoice → Signing & CapabilitiesAutomatically manage signingTeam (Personal Team is fine)xcuserdata/ (gitignored), so it won’t affect your PRBuild and run - All dependencies are managed via Swift Package Manager
Build only (no signing):
xcodebuild -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS' build CODE_SIGNING_ALLOWED=NO
(Optional) Install pre-commit hook to prevent accidental team ID commits:
cp scripts/check-team-id.sh .git/hooks/pre-commit
chmod +x .git/hooks/pre-commit
project.pbxprojFollow development updates on X: @ALTIC_DEV
xcodebuild test -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS'
If you run into a test bundle load error related to code signing/Team ID, run without overriding code signing flags (the command above), or explicitly:
xcodebuild test -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS' CODE_SIGN_STYLE=Automatic
CI uses unsigned builds:
xcodebuild test -project Fluid.xcodeproj -scheme Fluid -destination 'platform=macOS' CODE_SIGNING_REQUIRED=NO CODE_SIGNING_ALLOWED=NO
FluidVoice is designed to be local-first, but it includes optional anonymous analytics, solely to keep track of FV usage and future feature development.
Analytics are enabled by default. You can disable or re-enable them at any time from:
Settings → Share Anonymous Analytics
Anonymous telemetry helps us understand what breaks, where performance can be improved, and which features matter most without collecting personal content. This helps us continue building what users want and if we should even continue developing features for you.
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.
Данные обновлены: 24 марта 2026 г.