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

Agent-factory: A Claude Code Plugin for Persistent AI Sub-Agent Teams
Agent-factory is a Claude Code plugin that creates persistent sub-agent teams with distinct personalities and file-based memory. It scaffolds 2-5 agents per project through a conversational interview process, with each agent having specific roles like code review, tech debt tracking, or strategy.

Claude Code Skill Converts Stitch Designs to Next.js with Zero Pixel Drift
A Claude Code skill converts Google Stitch AI designs to Next.js components with mandatory verification checkpoints to prevent pixel drift, preserving exact values and handling assets.

OpenClaw Plugin Connects AI Agents to Meshtastic Radio Mesh for Off-Grid Operation
A new open-source plugin bridges the OpenClaw framework with Meshtastic's LoRa radio mesh network, enabling AI conversations, API queries, and device control without internet or cellular connectivity.

Manifest Adds MiniMax Token Plans with M2.7 Model Support
Manifest, an open source routing layer for OpenClaw, now supports MiniMax token plans starting at $10/month. The new MiniMax M2.7 model is specifically built for OpenClaw workflows and achieves 62.7 on MM-ClawBench and 56.2 on SWE-Bench Pro.