murmur

EricSekyere/murmur
★ 0 stars Rust AI/LLM Updated today
Fast, private, on-device dictation for Windows, Linux, and macOS. Hotkey to speak, text appears in any app. Whisper/Parakeet STT, meeting transcription with speaker labels, local LLM rewrites, MCP server for Claude/Cursor. Rust + Tauri, fully offline.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "murmur": {
      "command": "cargo",
      "args": [
        "run",
        "--",
        "murmur"
      ]
    }
  }
}

Topics

dictationlocal-firstmcpoffline-firstprivacyrustspeech-recognitionspeech-to-texttaurivoice-to-textwhisper