> ## Documentation Index
> Fetch the complete documentation index at: https://docs.altic.dev/fluidvoice/llms.txt
> Use this file to discover all available pages before exploring further.

# FluidVoice: What It Is, How It Works, and Requirements

> Discover how FluidVoice and the Fluid-1 model work together to deliver private, local-first dictation and AI enhancement on macOS.

FluidVoice is a free, open-source dictation app for macOS that processes your voice entirely on your Mac. There are no subscriptions, no cloud accounts, and no data leaving your machine unless you explicitly choose a cloud AI provider. With over 70,000 downloads and a growing open-source community, FluidVoice is built for developers, writers, multilingual users, and anyone who wants a fast, private alternative to cloud-based dictation tools.

## Two layers, one local workflow

FluidVoice is made up of two distinct components that work together.

### FluidVoice — the app

FluidVoice is the open-source macOS app (GPLv3). It handles everything visible: the global hotkey, the live transcription overlay, local speech models, typing into any app via accessibility APIs, Custom Dictionary, Command Mode, Write Mode, transcription history, per-app configuration, file/ meeting transcription, and settings. The source code is publicly available on GitHub.

### Fluid-1 — the intelligence layer

Fluid-1 is the local AI model that powers **Fluid Intelligence**, an optional on-device post-processing runtime. Once enabled, it cleans up rough dictation, applies context-aware capitalization and formatting, adapts tone to the active app, and handles dates, names, and numbers — all locally, with no API keys and no data leaving your Mac. Fluid Intelligence is privately maintained so the core dictation experience can remain free for everyone.

<Note>
  FluidVoice works great on its own without Fluid Intelligence. The Fluid-1 model is an optional \~3.5 GB download you can add at any moment to further polish the text.
</Note>

## Key capabilities

**Dictation modes**

<Info>
  Write Mode, and Command Mode needs a cloud AI provider. Please select an AI provider in the AI Enhancements page, and add an API key.
</Info>

* **Direct Dictation** — speak into any focused text field system-wide; your words land instantly via accessibility APIs.
* **Edit Mode(Alpha)** — dictate new content inline or select existing text and rewrite it, all without leaving your current app.
* **Command Mode(Alpha)** — control your Mac by voice: launch apps, trigger system shortcuts, and automate workflows hands-free.

[**Fluid Intelligence**](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/f1a711a8-06a9-4086-9a34-679cb5f01f74)

The Fluid-1 model runs locally and polishes every transcription before the text appears where your cursor is. It handles smart formatting, adaptive tone based on the focused app (casual in Slack, formal in Mail, structured in GitHub issues), auto-corrections, and context-aware capitalization — with zero data leaving your machine. You can toggle Fluid Intelligence through the [overlay](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/2b166cd9-8e19-41da-8730-582ec75f3769), or through the [AI Enhancements](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/8d613e06-4bba-4171-b81a-39e9fd030239) page.

[**Multiple speech models**](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/64d3f7e5-8794-421b-8d0d-4fb3cbbca497)

FluidVoice ships with support for eight model families, from the sub-250 MB Parakeet Flash to the multilingual Whisper Large. Each model has different language coverage, latency, and accuracy characteristics, so you can match the model to your workflow. You can learn how to choose between models [here](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/080f0b3a-68fd-4316-b547-2015b1df57ab).

[**AI enhancement**](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/8d613e06-4bba-4171-b81a-39e9fd030239)

Beyond Fluid Intelligence, you can connect OpenAI, Groq, or a custom provider for cloud-based post-processing through the AI Enhancement page. API keys are stored in macOS Keychain and never logged or transmitted by the app itself. See our [privacy info](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/db1a9b73-9d41-4401-863f-52b532833d71) for more information.

[**Per-app prompts**](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/dae31b76-6683-4468-9014-35325c88d8b8)

Assign different prompt sets to different apps so your dictation tone adapts automatically when you switch context. This feature is fully optional.

[**Custom Dictionary**](https://app.mintlify.com/fluidvoice/fluidvoice/editor/main/~/f7a83c15-6659-489b-800d-5147daa3595f)

FluidVoice exposes a local API so you can integrate dictation into your own tools, scripts, or workflows without any cloud dependency.

## System requirements

| Requirement                     | Details                                                        |
| ------------------------------- | -------------------------------------------------------------- |
| macOS version                   | 15.0 Sequoia or later                                          |
| Processor                       | Apple Silicon (M-series) recommended; required for most models |
| Intel Mac support               | Available via Whisper models (from version 1.5.1+)             |
| Microphone                      | Required for voice capture                                     |
| Accessibility                   | Required for typing into other apps                            |
| Disk space (voice model)        | \~1 GB                                                         |
| Disk space (Fluid Intelligence) | \~3.5 GB (optional)                                            |

<Warning>
  FluidVoice requires macOS 15.0 Sequoia or later. It will not run on macOS 14 Sonoma or earlier.
</Warning>

## Where to go next

<CardGroup cols={2}>
  <Card title="Installation" icon="download" href="/fluidvoice/fluidvoice/installation">
    Install via Homebrew or download the latest release from GitHub.
  </Card>

  <Card title="Quickstart" icon="rocket" href="/fluidvoice/fluidvoice/quickstart">
    Follow the step-by-step guide to go from install to first dictation.
  </Card>

  <Card title="Speech Models" icon="microphone" href="/fluidvoice/fluidvoice/models/overview">
    Compare all supported models and choose the right one for your language and latency needs.
  </Card>

  <Card title="AI Enhancement" icon="sparkles" href="/fluidvoice/fluidvoice/features/ai-enhancement">
    Connect OpenAI, Groq, or a custom provider for cloud-based post-processing.
  </Card>
</CardGroup>
