← Reddit

OpenLive, open-source alternative to ElevenLabs Agents and Gemini Live. Now talks to coding agents like Claude Code using your regular plan, no API keys, no API bills.

Reddit · --yash · July 18, 2026
A while back I posted OpenLive here. It's an open-source voice layer that gives any AI model or agent ears, a mouth, and eyes. The whole pipeline runs on your own machine: voice activity detection, speech-to-text, working out when you've actually finished

Detailed Analysis

OpenLive, an open-source, MIT-licensed voice interface project shared on Reddit, has expanded its capabilities to integrate directly with popular AI coding agents, including Claude Code, Codex, Cursor, OpenCode, and Hermes. The tool positions itself as a local-first alternative to commercial voice-agent platforms like ElevenLabs Agents and Google's Gemini Live, running the entire audio pipeline—voice activity detection, speech-to-text, turn-taking logic, and text-to-speech—directly on the user's machine. Critically, the developer emphasizes that no API keys or per-minute billing are required for the coding-agent integration, since it operates under the user's existing subscription login to tools like Claude Code rather than routing requests through paid APIs. This distinguishes it from many voice-AI products that charge based on usage volume, and it reflects a broader hobbyist and open-source push toward decoupling voice interaction layers from the underlying language models and their commercial terms.

For Claude Code specifically, the integration allows developers to interact with the coding agent by voice rather than exclusively through text in a terminal. When Claude Code needs user input—such as confirmation to run a command or edit a file—OpenLive vocalizes the prompt and accepts spoken responses, and it can narrate ongoing agent activity so users aren't left watching a static screen during long-running tasks. Sessions are saved into each agent's native history format, meaning a coding session started by voice can be resumed later via the standard CLI, and vice versa. This kind of bidirectional continuity is notable because it treats voice as a genuine input/output modality layered on top of existing developer workflows rather than a separate, siloed experience.

The broader significance lies in what this signals about the maturation of the "agentic coding" ecosystem. As tools like Claude Code, Cursor, and OpenCode become central to how developers write and manage software, third-party projects are increasingly building infrastructure around them—voice interfaces, orchestration layers, session managers—rather than around the underlying models directly. This mirrors patterns seen in other AI subfields, where an open ecosystem of plugins and tools grows up around a small number of dominant agent platforms once those platforms reach sufficient adoption and API/CLI stability. Anthropic's Claude Code, alongside competitors, has clearly reached the point where community developers see enough value in building accessibility and interaction-layer improvements on top of it.

Additional features—such as on-device voice cloning from short audio samples, a modular pipeline supporting multiple TTS engines (Kokoro, Supertonic), and compatibility with a wide range of model providers including Anthropic, OpenAI, Google, xAI, DeepSeek, Groq, and fully local Ollama models—underscore a privacy- and cost-conscious design philosophy. By keeping audio processing local and avoiding cloud dependencies, OpenLive appeals to developers wary of data exposure or recurring API costs, a concern that has grown alongside the proliferation of voice-enabled AI products. The project's trajectory—from a general-purpose voice layer to a specialized coding-agent companion—also illustrates how open-source contributors are finding niche, high-utility applications for voice AI beyond consumer assistants, particularly in developer tooling where hands-free, ambient interaction with AI agents can meaningfully change daily workflows.

Read original article →