Skip to main content
PromptQuorum
Home/Power Local LLM/PhoneClaw Review 2026: The On-Device iPhone AI Agent
Local AI Agents & Tool Use

PhoneClaw Review 2026: The On-Device iPhone AI Agent

Β·11 min readΒ·By Hans Kuepper Β· Founder of PromptQuorum, multi-model AI dispatch tool Β· PromptQuorum

PhoneClaw is a free, open-source iOS app (github.com/kellyvv/PhoneClaw) that runs Gemma 4 (E2B/E4B) and MiniCPM-V 4.6 models on-device to act as an AI agent on the phone itself β€” managing calendar, reminders, contacts, clipboard, health data, and real-time camera input without sending that data to a cloud server. The GitHub repository is Apache-2.0 licensed and showed 1,244 stars as of September 12, 2026, per the GitHub API. It requires iOS 17.0 or later, installs primarily via TestFlight, and can optionally pair with a Mac on the same network for larger local models via Ollama, Codex CLI, or Antigravity CLI.

PhoneClaw (github.com/kellyvv/PhoneClaw) is a free, open-source iOS app that turns an iPhone into a local AI agent runtime, running Gemma 4 and MiniCPM-V models on-device to act on calendar, reminders, contacts, clipboard, health data, and the camera. This review covers what PhoneClaw actually does, its on-device model options and hardware requirements, how to install it, its license, and where it fits next to other AI agent tools.

PhoneClaw Review 2026: The On-Device iPhone AI Agent

Key Takeaways

  • PhoneClaw (github.com/kellyvv/PhoneClaw) is free, open-source software licensed Apache-2.0
  • GitHub API shows 1,244 stars and 168 forks as of September 12, 2026
  • Runs Gemma 4 E2B, Gemma 4 E4B, and MiniCPM-V 4.6 on-device via the LiteRT-LM inference format
  • Requires iOS 17.0 or later; the larger E4B model is recommended for iPhone 15 Pro and newer
  • Installs via the official TestFlight link, or by cloning the repository and building with Xcode 16+
  • Optional "PhoneClaw Gateway" pairs with a Mac on the same local network to use Mac-side Ollama, Codex CLI, or Antigravity CLI models for larger tasks

πŸ“ In One Sentence

PhoneClaw is a free, open-source (Apache-2.0) iOS app that runs Gemma 4 and MiniCPM-V AI models fully on-device to act as a local phone agent, handling calendar, reminders, contacts, clipboard, health data, and camera input without sending that data to a cloud server.

πŸ’¬ In Plain Terms

Instead of sending a request to a cloud AI service, PhoneClaw runs the AI model directly on your iPhone. It can then look at your calendar, take notes, read your camera feed, or manage reminders, with the processing happening on the device rather than a remote server.

πŸ“ŒNote: This review is the deep-dive companion to PhoneClaw's entry in the Local LLM Software Directory β€” see that page for how PhoneClaw compares at a glance to dozens of other local AI tools.

What Is PhoneClaw?

PhoneClaw is an iOS app that turns an iPhone into a local AI agent runtime. Its GitHub repository describes it as software that "turns phones into local AI agent runtimes with on-device models, native mobile Skills, LiveLand, and optional Mac Gateway inference."

  • Core function: run an AI agent directly on an iPhone, using on-device models to read and act on calendar, reminders, contacts, clipboard, health data, and live camera input
  • Inference: Gemma models run via Google's LiteRT-LM format (.litertlm files); voice-related models use the ONNX format
  • Distribution: an iOS app, distributed primarily via Apple TestFlight, with the source available to build manually
  • Developer: an individual open-source maintainer (GitHub user kellyvv), not a company
  • Licensing: Apache-2.0, a permissive open-source license

Which Models Does PhoneClaw Run On-Device?

PhoneClaw ships with three on-device model options, each suited to a different hardware tier and task, per its own GitHub README.

Gemma 4 E2B

Best For / Hardware:
Lightweight: chat, translation, single-turn queries. Runs on iPhones with an A16 chip or newer.

Gemma 4 E4B

Best For / Hardware:
Full-featured: multi-turn tool conversations and complex agent flows. Recommended for iPhone 15 Pro and newer.

MiniCPM-V 4.6

Best For / Hardware:
Multimodal: image Q&A and real-time camera understanding in LIVE Mode. An A17 Pro chip or newer is recommended.

One documented limitation: on sideloaded (non-Xcode, non-TestFlight) installations, the memory cap imposed by sideload signing means the E4B model can only run on CPU β€” GPU acceleration fails in that configuration. PhoneClaw's own README recommends the E2B model for sideloaded installs and a proper Xcode or TestFlight build for the best performance with E4B.

What Can You Do With PhoneClaw?

Beyond running models on-device, PhoneClaw wraps them in several agent-oriented features, quoted below from its own GitHub README.

  • LiveLand β€” launch PhoneClaw from the Dynamic Island, home screen widgets, lock screen widgets, Shortcuts, or Control Center; the on-device model "listens, understands your request, runs the task, and shows the result right there"
  • LIVE Mode β€” a real-time voice interaction mode with natural conversation flow and barge-in interruption, plus live camera input so the model can recognize objects and scenes in real time
  • Native mobile Skills β€” a file-driven system using Markdown definitions to extend what the agent can do
  • Mac Gateway β€” pairs with a Mac on the same local network to route requests to Mac-side Ollama, Codex CLI, or Antigravity CLI models for tasks too large for on-device inference
  • Device integrations β€” calendar, reminders, contacts, clipboard, and health data, each requiring explicit user authorization per Apple's permission system
  • Resumable model downloads β€” large model files can be downloaded directly on-device, with the download resumable if interrupted
  • Bilingual UI β€” English and Chinese interface language support

Get PhoneClaw (TestFlight or Manual Build)

PhoneClaw is distributed primarily through Apple TestFlight, with the source code also available to build manually for developers comfortable with Xcode.

Manual build

Steps:
git clone https://github.com/kellyvv/phoneclaw.git, then cd phoneclaw, pod install, and open PhoneClaw.xcworkspace in Xcode; sign with your own Apple ID and deploy to a connected device.

Model download (manual build only)

Steps:
Install the Hugging Face CLI (brew install hf), then run hf download litert-community/gemma-4-E2B-it-litert-lm gemma-4-E2B-it.litertlm --local-dir ./Models (or the equivalent for other models) before building.

Requirements: iOS 17.0 or later to run the app; macOS with Xcode 16 or later, plus CocoaPods, if building manually. A real physical device and an Apple Developer account (free or paid) are needed for manual builds, since PhoneClaw is not available on general App Store. There is no Android version.

Platform and Licensing

Platform

Detail:
iOS 17.0 or later only. No Android, Mac (standalone app), Windows, or Linux client β€” though a Mac companion app exists solely to serve as a Gateway for remote inference.

Cost

Detail:
Free. There is no paid tier or subscription for PhoneClaw itself.

License

Detail:
Apache-2.0, a permissive open-source license, per the repository.

On-device models

Detail:
Gemma 4 E2B, Gemma 4 E4B (via LiteRT-LM), and MiniCPM-V 4.6 (multimodal).

GitHub activity

Detail:
1,244 stars, 168 forks, last code push August 6, 2026, per the GitHub API.

Verify current requirements and the TestFlight link directly on the GitHub repository before installing β€” a TestFlight beta can reach its tester-slot limit or be replaced with a new link, and a small, individually maintained project can change its setup steps between releases.

PhoneClaw vs. Other AI Agent Tools

PhoneClaw sits in the broader category of autonomous AI agents β€” tools that let a model take actions rather than just answer questions β€” though it is unusual in targeting a phone's own native functions specifically. Here is how it compares to other agent tools in the Local LLM Software Directory.

  • Msty Go β€” a cross-platform local AI chat and agent app; unlike PhoneClaw, it is not focused on controlling a phone's native calendar/reminders/camera functions specifically. See the Msty Go review.
  • Open Interpreter β€” an open-source agent framework that lets a model execute code and control a computer via natural language, aimed at desktops rather than phones. See the Open Interpreter review.
  • Agent Zero β€” a general-purpose, self-hosted autonomous agent framework for computer tasks, not phone-specific device integrations. See the Agent Zero review.
  • Leon AI β€” an open-source personal assistant framework you self-host on a server, rather than an on-device iPhone app. See the Leon AI review.

Who Should Use PhoneClaw?

Whether PhoneClaw fits depends on whether you own a compatible iPhone, want an agent that acts on native phone functions, and are comfortable with a small, individually maintained open-source project.

Common Mistakes When Evaluating PhoneClaw

Most confusion around PhoneClaw comes from underestimating its hardware requirements or misunderstanding its distribution method.

Frequently Asked Questions

What is PhoneClaw?

PhoneClaw (github.com/kellyvv/PhoneClaw) is a free, open-source iOS app that runs Gemma 4 and MiniCPM-V AI models on-device to act as a local agent, handling calendar, reminders, contacts, clipboard, health data, and camera input on the phone itself.

Is PhoneClaw free?

Yes. PhoneClaw is free, open-source software licensed under Apache-2.0. There is no paid tier.

How do I install PhoneClaw?

The recommended method is joining via the official TestFlight link. Developers can also build it manually from source using Xcode 16 or later.

Does PhoneClaw work on Android?

No. PhoneClaw is iOS-only, requiring iOS 17.0 or later. There is no Android version.

What iPhone do I need for PhoneClaw?

An iPhone with an A16 chip or newer runs the lightweight Gemma 4 E2B model. The full-featured Gemma 4 E4B model is recommended for iPhone 15 Pro and newer, and the MiniCPM-V 4.6 multimodal model recommends an A17 Pro chip or newer.

Does PhoneClaw send my data to a server?

PhoneClaw's on-device models process calendar, reminders, contacts, clipboard, health data, and camera input locally on the phone. The optional Mac Gateway feature sends requests only to a Mac on the same local network that you explicitly pair, not to an external cloud service.

What is Mac Gateway?

Mac Gateway is an optional PhoneClaw feature that pairs your iPhone with a Mac on the same local network, so PhoneClaw can route larger requests to Mac-side Ollama, Codex CLI, or Antigravity CLI models when a task exceeds what the phone can run on its own.

How many GitHub stars does PhoneClaw have?

The GitHub API showed 1,244 stars and 168 forks as of September 12, 2026. Check the repository directly for the current count.

Has PromptQuorum tested PhoneClaw hands-on?

This review is based on PhoneClaw's own repository, README documentation, and license file, cross-checked against the GitHub API for star count and license β€” it does not claim independent benchmarking of PhoneClaw's on-device model performance.

What are the closest alternatives to PhoneClaw?

Broader AI agent tools covering some overlapping ground include Msty Go, Open Interpreter, Agent Zero, and Leon AI β€” though none of them target an iPhone's native calendar/reminders/camera functions the way PhoneClaw does. See the comparison section above and the Local LLM Software Directory for more.

Sources

← Back to Power Local LLM