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

# SpeechKit

> Local-first dictation, voice assistance, and realtime voice agents

SpeechKit is kombify's local-first voice framework and runtime. The same public
project provides a Go framework, a self-hosted server, agent tools, and a
Windows reference client.

The current public release is
[v0.52.14](https://github.com/kombifyio/SpeechKit/releases/tag/v0.52.14).
SpeechKit is beta software: public APIs, configuration keys, and defaults can
change between minor releases, so integrations should pin a version.

## Three modes

| Mode        | Purpose                                                                    |
| ----------- | -------------------------------------------------------------------------- |
| Dictation   | Turn speech into text without LLM rewriting.                               |
| Assist      | Turn speech or text into one useful result, optionally with spoken output. |
| Voice Agent | Run a realtime audio conversation for interactive work.                    |

Hands-Free is an activation and output layer over these modes, not a fourth
mode.

## Choose a target

<CardGroup cols={2}>
  <Card title="Windows client" icon="windows" href="/speechkit/install-windows">
    Install the current Windows 10/11 x64 beta from the official release.
  </Card>

  <Card title="Go framework" icon="code" href="/speechkit/framework">
    Embed version-pinned voice capabilities into a Go application.
  </Card>

  <Card title="Understand the modes" icon="waveform-lines" href="/speechkit/modes">
    Compare Dictation, Assist, Voice Agent, and their data boundaries.
  </Card>

  <Card title="Public repository" icon="github" href="https://github.com/kombifyio/SpeechKit">
    Browse source, examples, API contracts, and release notes.
  </Card>
</CardGroup>

<Info>
  Windows is the current desktop target. Linux is supported for the server
  runtime; macOS and Linux desktop packages are not currently available.
</Info>
