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

Atlas Inference Engine Goes Open Source: Pure Rust + CUDA, 100+ tok/s on DGX Spark
Atlas is now open source — a Rust + CUDA inference engine that achieves 130 tok/s peak on Qwen3.5-35B (NVFP4) on a single DGX Spark, with no Python runtime and <2 minute cold start.

Crow: Open-Source MCP Platform Adds Persistent Memory and P2P Sharing to LLM Frontends
Crow is an open-source, self-hosted MCP server platform that provides LLM frontends with SQLite-backed persistent memory, structured research tools, and encrypted peer-to-peer sharing. It works with any MCP-compatible client like Claude Desktop, Cursor, or Windsurf and requires no cloud dependency by default.

Shipshots MCP Server: Claude Designs App Store Screenshots and Preview Videos
Shipshots is a visual editor with an MCP server that lets Claude design marketing materials through tool calls. It generates app store screenshots, animated preview videos, and social media visuals based on text descriptions.
OpenClaw on Android: Thumb-Sized Private AI Computer Runs OpenClaw in a VM
Trustkernel's PlugClaw is a thumb-sized USB stick that runs Android and OpenClaw in a dedicated VM, adding a GUI agent to interact with Android apps on any phone or laptop.