agent_tts
Mobile-only voice remote for a coding agent you host.
Speak into your phone. A container you operate runs Claude Code, Cursor CLI, Gemini CLI, or Codex CLI. Replies come back as speech. There is no web client — this is the self-hosted distribution. Bring your own host, model keys, and voice-provider keys.
- Walkie-talkie and hands-free voice — no text chat
- Barge-in, prompt queue, and a stop word that aborts the in-flight harness turn
- One Docker image per agent; keep several live agents in the native app
- GitHub Device Flow to clone an optional startup set of repositories
- iOS and Android via Expo (TestFlight / signed APK, not the app stores)
git clone https://github.com/Mvp2o-ai/agent_tts.git
cd agent_tts
cp .env.example .env
npm ci && npm test
docker compose up -d --build