# KoeCode KoeCode is a voice-control application for AI coding agents, built natively for macOS and iOS. It lets developers speak commands to agents like [[Claude Code]] running locally on their Mac, and hear progress via [[Text-to-Speech (TTS)]]. The core idea: keep coding while away from the desk (walking, cooking, moving around). ## How it works 1. Launch KoeCode on the Mac and select a project folder 2. Choose an AI coding agent ([[Claude Code]], with OpenCode coming soon) 3. Speak instructions; the agent executes them locally 4. Optionally continue the session from an iPhone, connected via VPN or mesh network (e.g., [[Tailscale]], ZeroTier) ## Key characteristics - **Voice-first, not voice-only**. Speak when convenient, type when preferred - **Local-first**. All code changes happen on the Mac. Git workflow unchanged. No cloud IDE, no temporary repos - **Continuous sessions**. Start on Mac, pick up on iPhone. Same session, seamless handoff - **TTS feedback**. Agent progress is read aloud so the developer can follow without looking at a screen - **Private connection**. iPhone connects via VPN/mesh. No relay server, no middleman - **Native performance**. Built for Apple Silicon (M1+) with low-latency speech recognition ## Requirements - macOS 26.0+, Apple Silicon (M1+) - [[Claude Code]] installed - iOS companion (coming soon): iPhone 12+ (A14 Bionic+), iOS 26.0+ ## Pricing The macOS app is free. The iOS companion app is coming soon. ## Notes KoeCode is an independent product, not affiliated with [[Anthropic]]. ## References - https://koecode.ai ## Related - [[Claude Code]] - [[Text-to-Speech (TTS)]] - [[Tailscale]]