Monitor, approve, and steer AI coding agents from your phone. Review diffs, grant permissions, send follow-ups — without ever opening your laptop.
AI coding agents are powerful — but they chain you to a terminal window. Every permission prompt, every long-running task, demands an open laptop and undivided attention.
Tack breaks that chain. A lightweight gateway sits on your machine and relays agent output to your phone in real time. Walk away from the desk. Stay in control.
A single binary that wraps your agent process, persists sessions locally, and exposes a secure WebSocket API.
npm install -g @tack/gatewayCreate a pairing code in Tack, then link your machine with one command. The gateway stores long-lived machine auth locally.
tack login --code <PAIRING_CODE>Run the gateway, watch sessions from the web console, and steer your agent from anywhere your browser can reach.
tack startEvery message, tool call, and reasoning trace — streamed to your device in real time. See what your agent sees.
Approve or deny tool access from your phone. Allow once, always allow, or reject — one tap, zero delay.
Send follow-ups mid-task without touching your laptop. Redirect, clarify, or course-correct on the go.
Machine-scoped session history stays visible in the control plane. Live transcripts replay when the gateway is online.
Run multiple agents in parallel. Switch between sessions like switching tabs — each with its own live feed.
Code never leaves your machine. Only agent output traverses the relay. No tokens stored, no code exposed.
Built on the Agent Client Protocol (ACP). Any ACP-compatible runtime works out of the box — no plugins, no wrappers, no patches.
Install the gateway once, log in with a pairing code, and stay in the loop from anywhere.