Skip to content
Open source MIT Self-hosted

Steer your coding agents by voice — on hardware you own.

QuietVoice is an MCP voice control plane. Your headless agent asks by voice, you answer from your phone, and it understands intent and emotion — not a blind transcript. Runs on your Mac, your GPU, your rules. No metered cloud, no lock-in.

Voice in & out · 10 languages
The problem

Cloud voice tools rent you your own voice.

Metered per hour. Your audio uploaded to someone else's servers. And you're locked to their stack — their models, their region, their price changes. QuietVoice keeps the audio on your box and the choice in your hands. The recording never leaves the machine under your desk.

How it works · two planes

A tiny always-on brain, and a swappable engine.

A small control plane stays up on any box — CGO-free Go, no GPU — and exposes two MCP tools over a Telegram transport. Behind it, a swappable inference plane keeps the models hot on whatever accelerator you have. Same code everywhere; only the engine binaries are rebuilt.

your agent

Claude Code · Codex · MCP

A headless coding agent calls a tool when it needs your judgment.

control plane · always on

QuietVoice

CGO-free Go, no GPU. Speaks to your phone over Telegram.

say listen_voice
inference plane · swappable

inferenced

Models kept hot. Runs local or remote by one config line.

Metal CUDA ROCm
What you get

Built to understand you, not just hear you.

Understanding

Intent + emotion, not transcription

An ASR ensemble (Whisper + Voxtral) transcribes, then Gemma reconciles the hypotheses against the audio — keeping exact technical terms while adding tone and urgency.

Portable

Self-hosted, any accelerator

Apple Metal, NVIDIA CUDA, AMD ROCm. Swap the engine binaries and go — the Go layer is byte-for-byte identical across all three.

Native

MCP-native

Plugs into Claude Code, Codex, or any MCP agent as two clean tools: say and listen_voice. No SDK, no glue.

Async

Async & phone-first

The agent asks; you answer a Telegram voice note whenever you can. No terminal open, no microphone live on the host.

Scales

Scales with your silicon

Sizes the brain to your GPU: a MacBook runs say + Whisper; a 16 GB card adds the Gemma brain; an MI300X batches a whole agent swarm. One config line apart.

Private

Own your data

Audio never leaves your box. A card under your desk plus pennies of electricity — instead of a subscription that meters every hour of speech.

The economics

Own your voice plane.

Managed cloud voice runs about $1 for a 40-minute chapter — forever, every time, for audio you already hold. Self-hosting is a one-time card and pennies of electricity after that.

You own the box. A datacenter GPU is the scale-up when you're ready to batch a whole swarm — not a dependency you're forced to rent from day one. The same Go control plane that runs on your laptop runs in front of an MI300X unchanged.

Per 40-min chapter Cost
Managed cloud voicemetered, audio uploaded, every run ~$1.00
QuietVoice, self-hostedyour card, pennies of power ~$0.00
Get started

Clone it, build it, talk to it.

The control plane is a single Go binary — no GPU required to start. Point it at a local or remote inference plane whenever you're ready.

~/quietvoice
$ git clone https://github.com/Ruslan/quietvoice && cd quietvoice
$ make build            # or: make run   (control plane)

Prebuilt multi-platform engine binaries (Metal · CUDA · ROCm) are on the GitHub Releases page — no need to build the inference plane from source.