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

# Introduction

> The voice interface for your computer. Dictate anywhere, capture meetings, and run workflows — fast, on-device, and free.

<img className="block dark:hidden" style={{ marginTop: "-1rem" }} src="https://mintcdn.com/vowen/2NLLQOm5sszam2ni/images/hero-light.png?fit=max&auto=format&n=2NLLQOm5sszam2ni&q=85&s=8993bb3897bd493289a7fcde9eee32cd" alt="Vowen voice interface preview" width="1672" height="941" data-path="images/hero-light.png" />

<img className="hidden dark:block" style={{ marginTop: "-1rem" }} src="https://mintcdn.com/vowen/2NLLQOm5sszam2ni/images/hero-dark.png?fit=max&auto=format&n=2NLLQOm5sszam2ni&q=85&s=0e1531c0169875df10d3dd010c12dc23" alt="Vowen voice interface preview" width="1672" height="941" data-path="images/hero-dark.png" />

## Get Vowen

<CardGroup cols={2}>
  <Card title="Download for macOS" icon="apple" href="https://vowen.ai">
    Apple Silicon and Intel
  </Card>

  <Card title="Download for Windows" icon="windows" href="https://vowen.ai">
    Windows 10 and later (x64)
  </Card>
</CardGroup>

## What is Vowen?

Vowen is the voice interface for your entire desktop. Hold a shortcut to dictate, capture meetings, or run workflows — speak naturally and Vowen handles the rest.

<AccordionGroup>
  <Accordion title="Universal voice input">
    Hold a shortcut to dictate into any app on macOS or Windows. Push-to-talk for quick phrases, hands-free for long sessions, mouse buttons supported as triggers. Works system-wide, in every text field.
  </Accordion>

  <Accordion title="Choose your transcription model">
    Pick from 10+ engines, including local Whisper and Parakeet that run offline on your device, plus cloud models from Groq, Deepgram, AssemblyAI, ElevenLabs, Mistral, Soniox, and more. Switch anytime to balance speed, accuracy, and privacy.
  </Accordion>

  <Accordion title="AI enhancement">
    An optional polish layer that fixes grammar, punctuation, and filler words automatically. Bring your own API key from any of 10+ providers, including OpenAI, Anthropic, Gemini, and Groq.
  </Accordion>

  <Accordion title="Command mode">
    Hold a dedicated shortcut to give voice instructions to AI. Vowen reads your selected text, clipboard, or screen as context. Say "summarize this" or "draft a reply", and the result lands at your cursor.
  </Accordion>

  <Accordion title="Silent meeting capture">
    Record meetings without a bot or a banner. Captures system audio plus your microphone from Zoom, Teams, Meet, Slack Huddles, or any app that produces sound. AI generates the summary, action items, and speaker labels.
  </Accordion>

  <Accordion title="Local-first privacy">
    Run fully offline with on-device models. Your audio never leaves your machine unless you opt into a cloud provider. API keys are stored in your OS keychain, never on Vowen servers.
  </Accordion>

  <Accordion title="Custom vocabulary and shortcuts">
    Add product names and jargon so the model recognizes them. Define text replacements, snippet expansions, and per-app writing styles. Build voice-triggered workflows for the tasks you repeat.
  </Accordion>
</AccordionGroup>

<div className="my-6 flex gap-3 rounded-xl border border-violet-500/30 bg-violet-500/10 p-4">
  <div className="shrink-0 text-xl leading-none pt-0.5 text-violet-500 dark:text-violet-400">✦</div>

  <div className="text-sm leading-relaxed text-zinc-700 dark:text-zinc-300">
    <strong className="text-violet-700 dark:text-violet-300">Many of these features are unlimited on <a href="https://vowen.ai" className="underline-offset-2" style={{ color: "#8b5cf6", backgroundColor: "rgba(139, 92, 246, 0.12)", border: "1px solid rgba(139, 92, 246, 0.35)", padding: "2px 8px", borderRadius: "6px", fontSize: "0.85em", textDecoration: "none", whiteSpace: "nowrap" }}>Vowen Pro</a>.</strong> Command Mode, Meeting Notes, Text Expander, Workflows, Memory, Tones, and Manual Transcriptions all run on the Free plan with sensible limits. Pro removes them and unlocks Real-time Preview, Custom AI Instructions, Speaker Diarization, Auto-translation, Cloud Sync, Obsidian & Webhook integrations, Chat with Notes, and more. <a href="/pricing" className="font-semibold text-violet-600 hover:text-violet-500 dark:text-violet-400">See the full plan comparison →</a>
  </div>
</div>

## How It Works

Vowen turns voice into pasted text in two steps:

<Steps>
  <Step title="Dictate anywhere">
    Your speech is transcribed using either a local model (runs on your machine, fully offline) or a cloud model (faster, more accurate for complex vocabulary).

    <div className="mt-3 flex gap-2 rounded-lg border border-violet-500/25 bg-violet-500/5 p-3">
      <div className="shrink-0 text-sm leading-none pt-1 text-violet-500 dark:text-violet-400">↳</div>

      <div className="text-sm leading-relaxed text-zinc-600 dark:text-zinc-400">
        <a href="/ai-features/ai-enhancement" className="font-semibold text-violet-700 hover:text-violet-600 dark:text-violet-300 dark:hover:text-violet-200">AI Enhancement (optional).</a> Before the text is pasted, you can route it through an AI language model that fixes grammar, removes filler words, and applies your formatting preferences. Bring your own API key from any of 10+ providers.
      </div>
    </div>
  </Step>

  <Step title="Auto-Paste">
    The final text is automatically pasted into whatever app has focus. No manual copy-paste needed.
  </Step>
</Steps>

## Explore More

<CardGroup cols={2}>
  <Card title="Quickstart" icon="rocket" href="/quickstart">
    Get up and running with Vowen in under 2 minutes
  </Card>

  <Card title="Models & Engines" icon="microchip" href="/transcription/models">
    Pick a model for your use case
  </Card>

  <Card title="Plans & Pricing" icon="tag" href="/pricing">
    Compare Free and Pro features
  </Card>

  <Card title="FAQ" icon="circle-question" href="/faq">
    Answers to common questions
  </Card>
</CardGroup>
