https://github.com/altic-dev/FluidVoice
Voice-to-text macOS App - Fully local
https://github.com/altic-dev/FluidVoice
Last synced: 6 days ago
JSON representation
Voice-to-text macOS App - Fully local
- Host: GitHub
- URL: https://github.com/altic-dev/FluidVoice
- Owner: altic-dev
- License: apache-2.0
- Created: 2025-09-21T17:35:02.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2025-11-19T02:19:54.000Z (9 days ago)
- Last Synced: 2025-11-19T04:12:03.696Z (9 days ago)
- Language: Swift
- Homepage: https://altic.dev/fluid
- Size: 10.4 MB
- Stars: 264
- Watchers: 3
- Forks: 7
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-swift-macos-apps - FluidVoice - dev/Fluid-oss?style=flat&label=" /> <img align="bottom" height="13" src="https://img.shields.io/github/last-commit/altic-dev/Fluid-oss?style=flat&label=" /> - Voice-to-text app with AI enhancement. (Audio)
README
# FluidVoice
Fully open source voice-to-text dictation app for macOS with AI enhancement.
**Get the latest release from [here](https://github.com/altic-dev/Fluid-oss/releases/latest)**
> [!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.
## Star History
[](https://star-history.com/#altic-dev/Fluid-oss&Date)
## Features
- **Live Preview Mode**: Real-time transcription preview in overlay
- **Real-time transcription** using Parakeet TDT v3 model
- **AI enhancement** with OpenAI, Groq, and custom providers
- **25+ languages** with auto-detection
- **Global hotkey** for instant voice capture
- **Smart typing** directly into any app
- **Menu bar integration** for quick access
- **Auto-updates** with seamless restart
## Quick Start
1. Download the latest release
2. Move to Applications folder
3. Grant microphone and accessibility permissions when prompted
4. Set your preferred hotkey in settings
5. Optionally add an AI provider API key for enhanced transcription
## Requirements
- macOS 14.0 (Sonoma) or later
- Apple Silicon Mac (M1, M2, M3, M4)
- Intel Macs are not currently supported. If you need Intel support, please create an issue to help gauge demand.
- Microphone access
- Accessibility permissions for typing
## Building from Source
```bash
git clone https://github.com/altic-dev/Fluid-oss.git
cd Fluid-oss
open FluidVoice.xcodeproj
```
Build and run in Xcode. All dependencies are managed via Swift Package Manager.
## Contributing
Contributions are welcome! Please create an issue first to discuss any major changes or feature requests before submitting a pull request.
## Connect
Follow development updates on X: [@ALTIC_DEV](https://x.com/ALTIC_DEV)
## License
This project is licensed under the [Apache License 2.0](LICENSE).
---