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

RouteLLM Setup for Cost-Effective AI Task Routing
A Reddit user shares a Docker Compose configuration that combines Ollama's local Qwen3.5:4b model with GitHub Copilot via OpenWire, using RouteLLM to route complex tasks to GPT-4o while handling simpler tasks locally.

Text Adventure Game Engine Skill for Claude Desktop
A text adventure game engine runs entirely inside Claude Desktop as a skill with no servers, apps, or code to run. It includes full RPG mechanics, 3D dice rendering, 19 expansion modules, and portable save files.

Commitment Issues: A Tool That Analyzes and 'Buries' Unfinished GitHub Repos
A developer built a tool called Commitment Issues that analyzes GitHub repositories to determine if they're abandoned, generates a 'death certificate,' and extracts the final commit message as 'last words.' The tool uses heuristics like commit frequency, last activity, and stars vs momentum, and was prototyped using Claude.

Claude Code documentation includes excessive React components inflating token counts
Analysis of Claude Code's LLM documentation reveals that MDX files contain massive inlined React components, with context-window.md using 18,501 tokens but only 551 tokens of actual documentation content.