Murmur

Hands-free voice conversations with Claude Code

Launch App Download

What you get

Voice Input

Speak naturally -- local Whisper STT transcribes on-device with zero cloud latency.

Voice Output

Responses read aloud via local Kokoro TTS with selectable voices and adjustable speed.

Live Terminal

See Claude Code working in real-time with full ANSI color support and scrollback.

Cross-Platform

Works on macOS and Windows with a single Electron codebase. One app, every desktop.

Download

Grab the latest release for your platform.

Or build from source

git clone https://github.com/hdt325/murmur.git
cd murmur && npm install
cd electron && npm install && cd ..
npm run electron
Prerequisites