// feature

The Remote Control for Your AI Engineering Team

Keep your AI coding agents running — even when you’re away from your desk. The amux iOS app connects to your agent fleet and puts full monitoring, steering, and recovery in your pocket.

Download on the App Store

Last updated: July 13, 2026

Quick answer: The amux iOS app is a companion app — not an agent creator. Like GitHub Mobile or Tailscale, it lets you monitor and manage systems running elsewhere. In this case: your AI coding agents running on your laptop or server. Your agents do the work; amux puts the dashboard in your pocket.

It’s a companion app, not an agent creator

Think about how other tools handle mobile:

Your Claude Code sessions, Codex sessions, and Gemini CLI sessions run on your laptop or a server. amux is the operations console you carry around.

What you can do from your phone

Use caseWhat it looks like
Check overnight runsWake up, open amux, scan the board — see what finished without going to your desk
Approve permission promptsAn agent waiting for your input? Find it in the session list and unblock it in two taps
See why an agent stalledTap the session → peek panel → read live terminal output to find the exact error
Assign a new taskDrop a follow-up task on any idle session directly from the board tab
Steer with new contextSend an instruction mid-run from the steering bar to redirect an agent
Keep coding while travelingYour fleet keeps shipping; you keep full visibility from any network

Two ways to access your control center

A. Native iOS App (recommended)

Download on the App Store

B. Progressive Web App (iOS & Android)

Open your amux server URL (http://<your-laptop-ip>:8822) in Safari (iOS) or Chrome (Android) and tap “Add to Home Screen.”

Remote access options

OptionSetupWorks away from homeCost
amux tunnelamux tunnel start 8822Yes — stable *.t.amux.io URLCloud subscription
TailscaleInstall on laptop + phone, join same tailnetYes — encrypted mesh VPNFree tier available
LAN onlyNoneNo — same network onlyFree
Cloud VPSRun amux on a server with public IPYes — direct IP accessVPS cost

Mobile capability comparison

Featureamux iOS/PWAClaude Code aloneDevin mobileSSH + tmux
Live session status✓ (cloud)Possible, clunky
Peek terminal output
Approve actions
Steer agents
Offline action queue
Kanban board
Self-hosted
Native app✓ (iOS)

Frequently asked questions

What does the amux iOS app actually do?

It’s the remote control for your AI engineering team. The app connects to your amux server and lets you monitor live Claude Code sessions, approve pending actions, inspect terminal output via the peek panel, steer agents with new instructions, manage the kanban board, and recover stalled sessions — all from your iPhone. It doesn’t create agents; it monitors and manages them while they run on your laptop or server.

Is the iOS app different from the web dashboard?

The iOS app is optimized for one-handed mobile use with touch targets ≥44px, a native SwiftUI feel, and a peek panel that reflows to phone width. The web dashboard is the full desktop experience. Both connect to the same amux server, so changes sync in real time.

How do I connect when I’m away from home?

Use amux tunnel (amux tunnel start 8822 — requires amux cloud) for a stable public HTTPS URL. Or use Tailscale for encrypted remote access over any network. Both work seamlessly with the iOS app.

What can I do from the iOS app?

You can: see all agent sessions with live status dots; peek at terminal output and the plan strip for any agent; send steering instructions; continue, stop, or restart sessions; manage board issues; check notes and CRM; and approve permission prompts before agents stall.

Is there an Android app?

There’s no native Android app, but amux’s dashboard is a full Progressive Web App (PWA). Open your amux URL in Chrome for Android and tap “Add to Home Screen” — you get a standalone installable app with offline action queuing via Background Sync.

Build agents anywhere. Operate them from anywhere.

amux is an open-source control plane for AI coding agents — self-healing, phone-first, MIT licensed, single Python file.

git clone https://github.com/mixpeek/amux && cd amux && ./install.sh
amux register myproject --dir ~/Dev/myproject --yolo
amux start myproject
amux serve  # → https://localhost:8822
⭐ Star on GitHub Get started Download on the App Store

Related guides