An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

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

[![Star History Chart](https://api.star-history.com/svg?repos=altic-dev/Fluid-oss&type=Date)](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).

---