DontSpeak
A local voice layer for Claude Code, Codex, and Claude Desktop. Your agent speaks its replies aloud through a neural voice — and you dictate back with one key.
Install
macOS & Linux
curl -fsSL https://dontspeak.org/install.sh | sh
Windows (PowerShell)
irm https://dontspeak.org/install.ps1 | iex
That is the whole install — idempotent, safe to re-run. It grabs the latest signed release, verifies its checksum, wires the MCP server and voice hooks into every client, and launches the app so the voice models download automatically.
Docs
- Install guide — full recipe, post-install steps, uninstall, from-source build
- llms.txt — machine-readable pointer for AI coding agents
- install.sh · install.ps1 — the bootstrap scripts
- GitHub — source & releases