株式会社オブライト
AI2026-07-01

What Is Cursor for iOS? Control Coding Agents from iPhone and iPad (Composer 2.5, iOS 26+, Public Beta from June 29, 2026)

Cursor (by Anysphere) released its official iOS public beta on June 29, 2026 (official blog / Changelog / App Store / TechCrunch / 9to5Mac).

You can now drive Cursor's coding agents directly from iPhone and iPad (iOS 26.0+ required). Available to all paid-plan subscribers as a public beta, with 75% off Composer 2.5 runs through July 5, 2026.

Main capabilities:
- Launch cloud / background agents or remote-control desktop-running agents (with handoff between the two)
- Voice input for task description, slash commands to guide the agent
- Push notifications + lock-screen Live Activities when work is ready
- Review generated demos, screenshots, logs, and videos; annotate screenshots
- Inspect diffs and merge PRs from the phone
- Model selection across Composer 2.5, GPT (OpenAI), Claude (Anthropic), Gemini (Google), etc.
- MCP integrations — query Datadog logs, summarize Slack activity, etc.

Strategic context: this lands alongside the $60B SpaceX acquisition option on Cursor (referenced in our Grok Build column) and operationalizes the "independent coding agents" thesis of Cursor 2.0 (Oct 2025). Anthropic's Boris Cherny (Claude Code lead) is quoted saying "I do most of my coding on my phone now" (TechCrunch). Joins Claude Code Mobile / Codex Mobile / GitHub Copilot Mobile as the fourth major mobile coding-agent surface.

Caveats: public beta only, the Composer 2.5 promo ends July 5, 2026, no Android or Web yet, requires iOS 26.0+ (older iPhones cannot install), and large-codebase manipulation from mobile alone is still constrained. The column closes with three inquiry funnels for AI dev-environment design, mobile-workflow rollout, and ongoing maintenance.


TL;DR — What Is Cursor for iOS?

Cursor (by Anysphere) released its official iOS public beta on June 29, 2026 (official blog / App Store).

Four takeaways:

1. Drive Cursor coding agents from iPhone and iPad — launch cloud agents or remote-control your desktop agents
2. Requirements: iOS 26.0+ / paid Cursor plan / public beta
3. Voice input, slash commands, push notifications, Live Activities, screenshot annotation, PR merge — all on mobile
4. 75% off Composer 2.5 runs through July 5, 2026 (limited-time promo)

This column joins our Claude Code Agent View, agmsg, Grok Build, Cursor Automations, cmux, and Ornith-1.0 coverage as the June–July 2026 coding-agent cluster.

Release Overview

ItemValue
Release dateJune 29, 2026 (public beta)
PublisherAnysphere (the company behind Cursor)
DevicesiPhone / iPad
Required OSiOS 26.0+
PlanAny paid Cursor plan
DistributionApp Store
Promo75% off Composer 2.5 runs through July 5, 2026
FutureRepo-less chats; Android / Web unannounced

Strategic Context — SpaceX × Cursor 2.0 × Mobile-First

Cursor for iOS isn't just "Cursor on a phone." It's the materialization of three years of industry-shifting moves.

(1) Cursor 2.0 in October 2025 — the pivot from "IDE-augmented coding" to "independent coding agents". Agents that autonomously generate PRs, tests, and merges.

(2) Early-2026 SpaceX acquisition option on Cursor — the $60B option we covered in our Grok Build column. If exercised, deep integration with the xAI stack becomes possible.

(3) Mobile-first development style — as quoted in TechCrunch, Anthropic's Boris Cherny (Claude Code lead) says "I do most of my coding on my phone now." The industry is shifting from multi-monitor IDE-centric work to "supervising agents remotely."

Cursor for iOS is all three of these trends executed in product form — strong evidence Cursor is committing to the vision that AI-era coding no longer requires sitting at a PC.

Seven Capabilities That Make Mobile Development Real

1. Drive both cloud and desktop agents

Two agent surfaces from the phone:

- Cloud background agents — independent agents running on Cursor's cloud, no PC required
- Remote-controlled desktop agents — agents running on your home/office PC, controlled from your phone

Handoff between the two is supported — start a cloud agent while on the move, then continue on the desktop when you get home.

2. Voice Input + Slash Commands

Talk to the agent: "Write tests for this feature" — no typing required. Tasks can be issued while walking or on the train.

Slash commands (/refactor, /test, /explain, etc.) for fast guidance — familiar to CLI-experienced developers.

3. Push Notifications + Live Activities

Push notifications when agent work finishes; iOS lock-screen Live Activities show in-progress status. Monitor CI builds or LLM runs without unlocking your phone.

4. Mobile review of generated artifacts (diffs, screenshots, logs, video)

On iPhone / iPad you can review:

- Code diffs
- Screen recordings / video
- Log output (test results, errors, server logs)
- Screenshots with annotation

All on mobile. Agent output → review → if good, merge the PR from the phone.

5. PR merging and repository operations

GitHub / GitLab integration lets you review and merge PRs from mobile. You don't browse the whole codebase — you look at the agent-produced diff and decide.

6. Frontier model selection

Switch models inside the mobile app:

- Composer 2.5 (Cursor's in-house, trained on Colossus, long-task-optimized; currently 75% OFF)
- GPT-5.5 / GPT-5.4 mini etc. (OpenAI)
- Claude Opus 4.8 / Sonnet 4.6 / Haiku 4.5 etc. (Anthropic)
- Gemini 3.1 Pro / Flash etc. (Google)
- Other frontier models

7. MCP integrations — Datadog / Slack / your own systems

Via MCP (Model Context Protocol), the app can talk to external systems. Official examples:

- Query Datadog logs to investigate errors
- Summarize Slack activity to catch up
- Access your own internal MCP servers (tickets, CRM, etc.)

Promo — Composer 2.5 at 75% OFF (until July 5, 2026)

Through July 5, 2026, Composer 2.5 runs are 75% off. Composer 2.5 is Cursor's in-house long-task model, trained on xAI's Colossus supercluster (as referenced in our Grok Build column). It is also accessible via SuperGrok / X Premium+ → Grok Build, but Cursor iOS pairs it with the existing paid Cursor plan and gives you 75% off.

Where It Sits in the Mobile-Coding-Agent Market

Cursor for iOS is the fourth major mobile coding agent.

ProductReleasedPlatformsNotable
Claude Code Mobile2025–2026iOS / AndroidAnthropic-official, Claude-only, strong Slack integration
Codex Mobile (OpenAI Codex CLI mobile)2025–2026iOS / AndroidGPT-5.5-family, embedded in ChatGPT app
GitHub Copilot Mobile2024–iOS / AndroidRepo browsing + chat-centric
Cursor for iOS (this column)June 29, 2026iOS only (no Android yet)Multi-model + strong desktop-handoff

Cursor for iOS differentiators:

1. Multi-model picker (Composer + the three big vendors)
2. Desktop ⇄ cloud handoff
3. First-class MCP (Datadog / Slack, etc.)
4. Exclusive Composer 2.5 route + 75% OFF promo

Use Cases

(1) Commute / on-the-move kick-off: voice-issue a task on the train — "fix this bug, add tests" — cloud agent runs while you commute, you review and merge when you arrive.

(2) Dead time: queue short tasks during coffee waits or between meetings.

(3) Incident response: query Datadog logs via MCP from the phone, hand off investigation to an agent, take initial action immediately.

(4) PR review / merge: review a teammate's PR on mobile, ask the agent to "add tests" or "update the docs," merge.

(5) Pair-programming-style flow: on a walk, voice-memo ideas + let the agent prototype.

Oflight's View — How to Use It

What we recommend in our AI consulting / software development practice:

Pattern 1: Multi-device AI development stack

Pair desktop (Cursor + Claude Code) with mobile (Cursor iOS) as your multi-device, multi-agent collaboration setup. Layer agmsg on top to bridge non-Cursor tools.

Pattern 2: Lightweight AI-dev dashboard for PMs and execs

Non-coding PMs and executives can monitor and review in-flight agent work from their phones — push notifications for completion, Live Activities for status.

Pattern 3: Mobile MCP — internal systems integration

Build MCP servers for your internal stack (Datadog/Slack-style, but for your own OpenClaw / CRM / ticketing). Oflight delivers this end-to-end so your team can drive internal systems from Cursor iOS.

Caveats

(1) Public beta — not yet stable. Expect spec changes and bugs; integrate into production workflows cautiously.

(2) iOS 26.0+ required — older iPhones (iOS 17 and earlier) can't install.

(3) No Android or Web — not yet announced.

(4) Composer 2.5 promo expires July 5, 2026 — regular pricing applies after.

(5) Mobile isn't for large-codebase manual editing — the workflow is direct an agent + review rather than typing into a giant repo.

(6) Paid Cursor plan required — no free-tier access.

Talk to Us About Cursor for iOS — Three Inquiry Funnels

We help design, build, and operate mobile AI dev environments that include Cursor for iOS.

(1) Evaluation & Requirements (from ¥198,000)

"Does Cursor for iOS fit our flow?" "How does it compare to Claude Code Mobile or Codex Mobile?" "What's the right multi-device agent strategy?" — 1–2 weeks, written report.

(2) Custom Development / MCP SI (from ¥498,000)

Build the MCP servers that let Cursor for iOS reach your internal systems, design the agent-automation workflows, integrate with CI/CD.

(3) Ongoing Maintenance (¥9,800–¥80,000/month)

Cursor upgrade tracking, MCP server operation, new-model evaluation, internal docs/FAQ upkeep — all on a monthly retainer.

- OpenClaw maintenance: Light ¥9,800 / Standard ¥19,800 / Premium ¥49,800 per month
- AI-consulting continuous support: Light ¥30,000 / Standard ¥80,000 / Premium on request

FAQ

Q1. Can I use it on the free Cursor plan?
A. No. A paid Cursor plan (Pro / Business / Enterprise) is required.

Q2. Will there be an Android app?
A. Not announced as of July 1, 2026. Depends on Cursor's roadmap.

Q3. Can I use it on iOS 25 or older?
A. No — iOS 26.0+ required. Older iPhones (iPhone 12 and earlier) will need an upgrade.

Q4. What is Composer 2.5?
A. Cursor's in-house long-task-optimized model, trained on xAI's Colossus supercluster. On Cursor for iOS, runs are 75% off through July 5, 2026.

Q5. Versus Claude Code Mobile?
A. Cursor for iOS = multi-model picker (Composer + GPT + Claude + Gemini) + strong desktop remote-control. Claude Code Mobile = Claude-only + deeper Anthropic ecosystem integration. If you're already on Cursor, Cursor for iOS is the natural pick.

Q6. Does this cost extra on top of my Cursor plan?
A. The mobile app is included in existing paid plans. Composer 2.5 run usage is metered separately (75% off during the promo).

Q7. Does it work offline?
A. Cloud agent execution and model inference require connectivity. Local actions (browsing cached diffs/artifacts) may have limited offline support.

Q8. Does the SpaceX option affect Cursor for iOS?
A. The option is not yet exercised. If exercised, deep xAI-stack integration (including Grok models) is possible. Treat as medium-term uncertainty — see our Grok Build column.

Bottom Line

Cursor for iOS is Anysphere's June 29, 2026 official iOS app for driving coding agents from mobile (public beta).

Three essentials:

1. Coding agents become a mobile-first primary surface (push, Live Activities, voice, slash commands)
2. Multi-model + MCP make it the integration hub for your team's workflow
3. Cursor 2.0 + SpaceX option signals where the industry is heading — coding without sitting at the PC

Caveats: public beta, iOS 26.0+, no Android / Web, Composer 2.5 promo ends July 5, paid plan required.

Oflight recommendation: existing Cursor paid users should try it now while the Composer 2.5 promo is live. For real production integration — multi-device agent orchestration, MCP servers for internal systems — our services can help.

References

Primary:
- Cursor — iOS Mobile App blog post
- Cursor — iOS Mobile App changelog
- App Store: Cursor for iOS
- Cursor

Third-party:
- TechCrunch — Cursor mobile app for coding agent on the go (2026-06-29)
- 9to5Mac — iPhone and iPad app after SpaceX acquisition
- TheNextWeb — Cursor launches iOS app
- Pulse2 — Native iOS App
- TestingCatalog — vibe coding on the go
- Best AI Tools
- StartupHub.ai — Cursor Brings AI Coding to iOS
- Korben — Cursor Mobile
- Sources / Alex Heath — Why Cursor made an iPhone app
- Product Hunt — Cursor for iOS

Related Oflight columns:
- Cursor Automations — Agents Window
- Claude Code Agent View
- agmsg — cross-vendor CLI agent messaging
- cmux (Manaflow)
- Grok Build — Composer 2.5 + SpaceX × xAI
- Ornith-1.0 — agentic-coding LLM
- Kimi K2.7-Code
- Loop Engineering — Maker-Checker paradigm
- Sakana Fugu — orchestration model
- Local LLM June 2026 Update

Oflight services:
- AI Consulting
- Software Development
- OpenClaw Setup

Inquiries:
- Evaluation & PoC
- Custom development / MCP SI
- Ongoing maintenance

Feel free to contact us

Contact Us