Eqho: Local Voice-to-Text App for Claude Code Sessions

Eqho is a system tray application that provides local voice-to-text functionality for Claude Code CLI sessions and other applications. The tool addresses the friction of typing long prompts, complex instructions, and back-and-forth communication during AI coding sessions.
Key Features
- Fully Local Processing: Uses OpenAI's Whisper model with no data leaving your machine
- GPU Acceleration: CUDA support for faster processing with fallback to CPU
- System-Wide Integration: Hotkey-activated typing into whatever application is focused
- Open Source: Available on GitHub under free license
Technical Details
The app was built with Claude Code as a development co-pilot by a designer rather than a professional developer. Whisper's known quirk includes occasionally hallucinating "thank you" responses during silence periods, which the creator describes as "disturbingly polite."
Current Limitations
- Platform: Windows only for now
- Setup Complexity: Requires command-line comfort with Python and virtual environments
- Not Plug-and-Play: Manual installation required
Development Roadmap
The creator plans to rewrite the core using whisper.cpp to create a downloadable executable that doesn't require Python setup. This type of tool is useful for developers who frequently use voice input for coding or documentation, particularly when working with AI assistants that require detailed prompts.
📖 Read the full source: r/ClaudeAI
👀 See Also

CodeVibe: Push Notifications for AI Coding Agents When Blocked on Input
CodeVibe sends push notifications to your phone when AI coding agents like Claude Code get stuck waiting for approval on edit operations. You can review file diffs and respond with numbered options to keep the agent moving.

ClearSpec: A Spec Generator to Reduce Hallucination in Claude Code
ClearSpec is a tool that generates structured specifications from plain English descriptions, connecting to GitHub repos to reference real file paths and dependencies, then uses those specs as prompts for Claude Code to provide better context.

Startup Bookkeeper: Free Claude Skill for Small Business Tracking
Startup Bookkeeper is an open-source Claude AI skill that helps bootstrapped founders track expenses by categorizing transactions from plain English descriptions, processing receipt photos with OCR, and generating dashboards or P&L statements.

Eden AI: European API Hub for AI Models – Pivots as OpenRouter Alternative
Eden AI offers a single unified API to access 500+ AI models (LLMs, vision, OCR, speech) with smart routing, fallback mechanisms, and region control. Positioned as a European alternative to OpenRouter.