Skip to content

Android App

Voice-first companion app to manage coding agents from your phone.

Task list

All running agents at a glance — see prompt, branch, status, cost, and CI results for each task.

Android task list

Task detail

Follow an agent's work in real time — streamed text, tool uses, and results. Send follow-up messages, push branches, or stop the agent.

Android task detail

Prerequisites

  1. Android SDK with build-tools and platform for API 36
  2. USB debugging enabled: Settings → Developer options → USB debugging
  3. Phone connected via USB and authorized (adb devices shows your device)

Build and install

bash
# Build and install debug APK on connected device:
make android-push

# Build only (no install):
make android-build