Discover and explore top open-source AI tools and projects—updated daily.
Natural voice conversations for AI assistants
Top 90.8% on SourcePulse
Voice Mode enables natural, real-time voice conversations with AI coding assistants like Claude Code, Gemini CLI, and Cursor. It supports local microphone or LiveKit room-based communication and is compatible with any OpenAI-compatible Speech-to-Text (STT) and Text-to-Speech (TTS) services, including free, open-source local options like Whisper.cpp and Kokoro. This allows for low-latency, human-like voice interactions for programming, productivity, and more.
How It Works
Voice Mode acts as an MCP (Model Context Protocol) server, facilitating voice communication between the user and AI assistants. It handles speech detection, transcription, and synthesis, with features like silence detection for a more natural conversational flow. Its OpenAI API compatibility allows for flexible routing to various STT/TTS providers, enabling users to optimize for cost, latency, or privacy by switching between cloud services and local models seamlessly.
Quick Start & Requirements
curl -O https://getvoicemode.com/install.sh && bash install.sh
portaudio
, ffmpeg
).Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
22 hours ago
Inactive