Skip to content

Claude Remote Status APK

Pre-release
Pre-release

Choose a tag to compare

@alipbudiman alipbudiman released this 01 Sep 05:15

Android app (claude-remote.apk)

What's new

  • Background tracking that survives app close — the WebSocket connection and
    notifications moved into an Android Foreground Service. Status keeps flowing
    and alerts keep firing after you close the app or lock the phone; it
    reconnects automatically and marks stale data honestly ("Last update — reconnecting").
  • Explicit "Task Completed" state — finished turns now show a green
    completed badge with the finish time, in the app and in the notification
    shade. No more guessing whether Claude is still working.
  • Missed-alert replay — questions, permission requests, and completions that
    arrived while your phone was offline are replayed the moment you reconnect.
  • One-step QR setup — tap "Scan QR" and point the camera at the terminal QR
    code; the server URL and token fill in automatically. Camera permission is
    requested in context, with a clear path to Settings if it was denied.
  • Anywhere access via relay — a dedicated "Railway URL" field connects the
    app to your own relay (deployable to Railway in one click), so monitoring
    works on mobile data, office, or campus networks — not just your Wi-Fi.
  • Battery-friendly reliability — a 20-second heartbeat keeps idle
    connections healthy without waking the radio, and the app falls back between
    LAN addresses automatically.

Upgrade notes

  • Pairing is now token-based. On first launch, scan the QR from the server
    terminal (fastest) or enter the token from ~/.claude/claude-remote-token.
    Older app versions cannot connect to this server release.