Skip to main content

Mobile App

Nimbus is available as a Progressive Web App (PWA) at get-nimbus.com/app.

Install to home screen

iOS (Safari):

  1. Open get-nimbus.com/app in Safari
  2. Tap the share icon
  3. Tap Add to Home Screen

Android (Chrome):

  1. Open get-nimbus.com/app in Chrome
  2. Tap the three-dot menu
  3. Tap Add to Home Screen

The three states

Setup — First launch. Enter your API key to connect to the hosted backend.

Submit — The main screen. A text field for your task, a repo selector, and a submit button. That's it.

Progress — Task running. Shows the phase timeline and live log output streamed over WebSocket.

Phase timeline

As a task runs, the timeline updates in real time:

  ✓  indexed     847 files ready
✓ planned 4 changes
✓ approved plan approved
⋯ implementing...

Each phase shows a checkmark when complete. Failed phases show in red.

Live updates

The mobile app connects to the WebSocket endpoint at:

wss://api.get-nimbus.com/tasks/{task_id}/ws

Updates stream as the task progresses. If the connection drops, the app reconnects automatically.

Approval on mobile

When the task reaches the approval gates (plan approval and diff approval), the app shows the plan or diff inline with Approve and Reject buttons. You don't need to be at a computer to approve a Nimbus task.