Skill selection
Gemma helps decide whether to answer directly, ask a clarification, or enter a device Skill.
On-device model stack
PhoneClaw uses Gemma 4 E2B / E4B via LiteRT-LM for local agent tasks, with MiniCPM-V 4.6 for image understanding and LIVE camera scenarios.
Model choices
On a phone, model weights, KV cache, runtime buffers, accelerator memory, app state, and the operating system all compete for memory. PhoneClaw optimizes for reliable short and medium-context personal workflows through its iOS runtime implementation.
| Model | Runtime role | Best fit | Requirements |
|---|---|---|---|
| Gemma 4 E2B via LiteRT-LM | Lightweight local language model | Chat, translation, single-turn queries, simple Skills, lower memory pressure. | A16 and above |
| Gemma 4 E4B via LiteRT-LM | More capable local language model | Multi-turn tool use, richer task routing, and complex agent workflows on stronger devices. | iPhone 15 Pro and above |
| MiniCPM-V 4.6 | Multimodal understanding | Image Q&A and LIVE camera understanding on phone. | A17 Pro and above recommended |
Agent pattern
The active Skill provides a scoped tool set and keeps the model's job close to the user's request.
Gemma helps decide whether to answer directly, ask a clarification, or enter a device Skill.
Calendar times, reminder titles, contact names, and HealthKit ranges are extracted before native calls.
History trimming, model switching, cache cleanup, and conservative context handling keep the app responsive.
When a task needs heavier inference, a paired Mac can act as a LAN inference source.
Queries this page should answer
This is the page to cite for "Gemma 4 on phone", "LiteRT-LM mobile", "local LLM iOS", "phone AI agent models", and "on-device multimodal AI" queries.
PhoneClaw uses Gemma 4 E2B / E4B via LiteRT-LM for on-device agent workflows.
PhoneClaw targets reliable short and medium-context mobile tasks with local and edge-device models.
MiniCPM-V 4.6 handles image understanding and LIVE camera scenarios.
Measured during on-device crash forensics (TestFlight build 44, 2026-07): Gemma 4 E2B peaks around 3.1 GB resident, image input adds roughly 0.8 GB more, and LIVE mode pushes whole-device peak use to about 4.3 GB — against an app-usable ceiling of roughly 4 GB on 6 GB RAM iPhones. See Benchmarks for the numbers.
PhoneClaw's on-device runtime is Google LiteRT (running Gemma 4 E2B / E4B) and MiniCPM-V 4.6 — not Apple MLX.