# Continuum: AI Coding — Coding agents from your phone

> Coding agents from your phone (iPhone/iPad app by Montauk Analytics Inc..)

- Source: https://appshunter.io/ios/app/continuum-ai-coding/id6776332528 (this page in markdown: same URL + `.md`)
- Developer: [Montauk Analytics Inc.](https://appshunter.io/developer/6776332530)
- Category: Developer Tools, Utilities
- Price: Free
- Age rating: 4+
- Requires: iOS 26.0 · 125 MB
- Languages: American English
- Released: 2026-06-09
- Data updated: 2026-09-04
- User reviews in markdown: https://appshunter.io/ios/app/continuum-ai-coding/id6776332528/reviews.md

## What is Continuum?

Continuum turns your iPhone, iPad, and Apple Watch into a remote control for the command-line coding agents running on your own Mac.

CODE - drive your agents from anywhere
Start, monitor, and steer coding sessions running on your paired Mac. Review diffs and pull requests, approve plans, watch live terminals, and reply by voice. Step away from your desk without losing the thread.

ANALYTICS - never get surprised by a limit
Live rate-limit gauges show how much of your 5-hour and weekly allowances you have used. Historical token and cost analytics break your spend down by project and by model, with Apple Watch complications that put it on your wrist.

WHY CONTINUUM
- Pairs with your Mac. The Continuum Mac app does the heavy lifting and streams securely to your iPhone and Watch over your own network.
- Local-first. Your prompts, code, and logs stay on your devices.
- Built for developers who live in the terminal.

HOW IT WORKS
Continuum is a client. It does not host or resell any AI model. It reads the session and usage files that the developer tools already installed on your Mac write to disk, and it relays your input to those tools. You sign in to each tool with your own account or API key, obtained and paid for directly from that provider. Continuum shows you what you are already running.

ACCOUNTS
Continuum is free to download and free to use with your own provider accounts. An optional Continuum account keeps your workspace in sync across your devices.

CONTINUUM PLUS SUBSCRIPTION
Continuum Plus is an optional auto-renewable subscription that includes $25 of hosted AI usage every week, on every device. Every feature described above works without it.
- Continuum Plus - $19.99 per month, 1 month duration, auto-renewing.

Payment is charged to your Apple Account at confirmation of purchase. The subscription renews automatically for the same period and price unless auto-renew is turned off at least 24 hours before the end of the current period. Your Apple Account is charged for renewal within 24 hours before the end of the current period. You can manage your subscription and turn off auto-renew in your Apple Account settings after purchase.

Privacy Policy: https://continuumcode.ai/privacy
Terms of Use (EULA): https://www.apple.com/legal/internet-services/itunes/dev/stdeula/

Continuum is an independent product and is not affiliated with, endorsed by, or sponsored by Anthropic, OpenAI, Google, xAI, or Anysphere. Claude and Claude Code are trademarks of Anthropic, PBC. ChatGPT and Codex are trademarks of OpenAI. Gemini is a trademark of Google LLC. Grok is a trademark of X.AI Corp. Cursor is a trademark of Anysphere Inc. These names are used only to state which tools Continuum is compatible with.


## Version history (last 5 releases)

### 1.0.22 — 2026-08-27

Device sync fixes.

• iPhone connects to your computers again. Adding an Android device to your account made iPhone builds treat that phone as a computer to connect to, so they stopped reaching your Mac. iPhone now understands Android devices, never auto-connects to another phone, and a single bad device row can no longer blank the whole device list.
• Android connects to your Mac. The Android app's relay encryption now runs on Android's JavaScript engine (it previously required WebAssembly), and a secure random source is installed before any encryption runs.
• Mac account sync stops failing every minute. Custom providers are uploaded in the right order, tokens are only rotated when they actually changed, and revoked or rejected accounts stop retrying, so accounts delivered from other devices now install on the Mac.
• Windows and Linux desktops enrol into your account automatically and heal a missing enrollment on their own, so accounts you connect there show up everywhere.
• First-run consent screen now says where your content really goes (the computer you connected the provider on, or Continuum Cloud when it's offline) and lists every supported provider.
• Cloud: Grok can be connected with a device code from any device; custom providers install on Cloud runners from the delivered material. (#1705, #1709)

### 1.0.21 — 2026-08-26

Host reliability fixes.

• The Mac host no longer dies silently. Continuum on the Mac exited with SIGPIPE five times in one day (launchd: "exited due to SIGPIPE") — a write to a child process or connection that had already gone away took the whole host down, every relay socket dropped, and the phone showed "Couldn't connect to that device" until someone relaunched the app. The process now ignores SIGPIPE, every child/PTY/network writer handles EPIPE and tears down only its own session, and unexpected terminations leave a breadcrumb in the host log.
• Dead sessions with a resumable handle no longer show as streaming. The 0.96.17 reconcile skipped sessions that still had a resumable provider id; 61 such sessions stayed "running" on one Mac. Ownership now means a live process only; the resume id is preserved so the conversation can be revived, and the cloud mirror is republished.
• Continuum Cloud picks up a repo's GitHub remote automatically. Choosing a repo that lives on your Mac and switching to Cloud no longer fails with "Continuum Cloud needs a Git repository URL": hosts publish each repo's origin and default branch, and the phone/web resolve it for you. Errors now name the repo or the missing GitHub App install.

### 1.0.20 — 2026-08-25

Continuum is a unified workspace for AI chat, coding agents, and usage analytics - talk to every model, drive Claude Code and Codex from your iPhone or Watch, and track your limits live across all your devices.

### 1.0.18 — 2026-08-01

# Continuum 0.72.0

Follow-up to 0.71.0's sync work: your Mac stays reachable on its own, and the
phone finally shows the truth about what's running.

## What's new

- **Your Mac heals itself instead of going dark.** After a crash-relaunch or a
  stale enrollment, the Mac could get stuck "offline" forever — no restart or
  re-sign-in brought it back. It now detects the stall, clears the bad
  enrollment, and re-enrolls itself automatically. (#1352)
- **PR controls on your phone finally know what state you're in.** Instead of a
  permanent orange **Create PR** button — which stayed loud after the work was
  done and offered to open a second PR against an already-merged branch — iOS
  and Android now show the same three-state control the Mac has: *Create PR*
  when there isn't one, a colour-coded PR pill when there is, and a *Merge*
  button when checks are green. (#1367)
- **Usage gauges work again on iPhone.** They were pinned at 0% with a
  recurring "Your Mac didn't respond in time" — the phone was asking the wrong
  machine. It now reads usage from a live Mac, and holds the last good numbers
  through a relay blip instead of flickering every five seconds. (#1365, #1366)
- **Live sessions actually look live.** A session running on another device
  showed as finished — no data-stream animation, no "Live on another device".
  Running sessions now report their real status across every client. (#1365,
  #1366)

## Under the hood

- Host-control startup gets a 30-second watchdog and retries on the mirror
  timer, so a single failed enroll can no longer strand a machine. (#1352)
- Sessions resumed after an app restart re-attach their event wiring, so the
  session registry stops publishing a frozen row. (#1366)
- PR-state vocabulary moved into one shared model (Swift + TypeScript) with
  matching tests, so the Mac, iOS, and Expo clients can't drift apart on what a
  merged PR looks like. (#1367)

### 1.0.13 — 2026-07-22

# Continuum 0.65.5

A Figma-style comment-and-edit loop right inside the Code Preview, plus smoother Code pane
resizing on Mac.

## New

- **Comment and edit on the live Preview.** The Code review Browser tab is now **Preview**:
  localhost, GitHub, and `.local` links open in-app instead of Safari, and you can drop
  Claude Design–style comment bubbles on any element or switch to a Figma-like text-edit
  mode. Selected elements and text edits become first-class chips in the composer and
  transcript, so the agent gets the exact selector and context you pointed at. (#1251)

## Improved

- **Smoother Code pane resizing.** Dragging the sidebar and review-pane dividers now tracks
  the cursor cleanly — no rubber-banding or animation fight — and the width sticks after you
  let go. (#1251)

## Apps similar to Continuum

| App | Rating | Price | Category |
| --- | --- | --- | --- |
| [DNP Remote](https://appshunter.io/ios/app/dnp-remote/id6760618642) | — | Free | Developer Tools |
| [Codex Meter](https://appshunter.io/ios/app/codex-meter/id6781059780) | — | Free | Developer Tools |
| [VibeBuddy: Agent Monitor](https://appshunter.io/ios/app/vibebuddy-agent-monitor/id6777469338) | — | Free | Developer Tools |
| [Ruflet Explorer](https://appshunter.io/ios/app/ruflet-explorer/id6762528151) | — | Free | Developer Tools |
| [Pathrule](https://appshunter.io/ios/app/pathrule/id6786861213) | — | Free | Developer Tools |
| [Agent Tick](https://appshunter.io/ios/app/agent-tick/id6765610411) | — | Free | Developer Tools |

## More apps by Montauk Analytics Inc.

- [Glide - Personal & Business](https://appshunter.io/ios/app/glide-personal-and-business/id6776708031)
- [PG Essays](https://appshunter.io/ios/app/pg-essays/id6780459369)

All apps by Montauk Analytics Inc.: https://appshunter.io/developer/6776332530

## Related topics

[manifold continuum care](https://appshunter.io/ios/topics/manifold-continuum-care) · [grok 4](https://appshunter.io/ios/topics/grok-4)

---

*Data collected daily from the US App Store and indexed by [AppsHunter](https://appshunter.io/). User reviews are verbatim App Store reviews. Ratings, prices and chart positions refresh continuously; this snapshot is from 2026-09-04.*
