Live Activities
A persistent progress card on the Lock Screen and Dynamic Island. Start it, stream updates, end it — the card rewrites itself in place.
Agent Activity turns your phone into a real-time dashboard for AI coding agents. One CLI command and progress lands on your Lock Screen and Dynamic Island — on your Wi-Fi or anywhere, via Apple Push, even with the app closed.
Glanceable, live, and quiet. Agent Activity meets you where your attention already is — the Lock Screen.
A persistent progress card on the Lock Screen and Dynamic Island. Start it, stream updates, end it — the card rewrites itself in place.
Rewrite a banner in place with new progress %, status, or a thumbnail by reusing its id — no stack of stale alerts piling up.
Off your network or with the app fully closed, updates arrive over APNs — so you stay in the loop from the coffee shop, not just your desk.
A single agent-activity command, or the bundled Claude skill, so any agent knows exactly when and how to ping you.
A lightweight companion that lives in your menu bar — see what's running, pair your phone, and manage the relay without leaving your desktop.
Each project gets its own card and id. Run a build, a deploy, and a test suite at once — every agent reports its own progress, separately.
Your agent calls the CLI; the packet flows to your iPhone over Wi-Fi or Apple Push; the card updates live.
agent-activity live
start · update · end
# Start a live progress card on your phone
$ ID=$(agent-activity live start --project build --title "Compiling" --style bar)
# Stream progress as the work moves
$ agent-activity live update --id "$ID" --progress 0.64 --status "Running tests"
# Finish — mark it done and let it dismiss
$ agent-activity live end --id "$ID" --phase success --status "Build passed"
Install the app on your iPhone, link the CLI, and point your first agent at it.
Grab the agent-activity binary, then pair it with the iOS app shown in Settings.
Fire a test notification to confirm everything is wired up end to end.
Let them tell you. Live progress, on your iPhone, from anywhere.