T3 Code has free companion apps on iOS and Android, published by T3 Tools Inc. The iOS listing is "T3 Code - Remote Claude & more", free with no in-app purchases, requiring iOS 18.0 or later. The apps are clients rather than hosts: they drive an agent running on a machine you own, reached either by a pairing code on your own network or through the hosted T3 Connect tunnel. Once connected you can start agent runs, browse files, review diffs, perform version-control actions, and use a terminal. Android support is a genuine differentiator; Continuum answers with a native iPhone app plus an Apple Watch companion, Lock Screen and Live Activity progress, and a plan-approval gate, but offers no Android client.
- Both platforms, free. T3 Code ships iOS and Android clients with no in-app purchases.
- They are clients, not hosts. The agent runs on your machine; the phone drives it.
- Two ways to connect: a pairing code on your own network, or the hosted T3 Connect tunnel.
- The app covers agent runs, file browsing, diffs, version control, and a terminal.
- iOS 18.0 or later is required, and the listing is published by T3 Tools Inc.
- Android is T3 Code’s clearest mobile advantage; on iPhone the comparison is closer and turns on native depth.
What ships, and where
T3 Code’s mobile clients arrived alongside T3 Connect, and the announcement framed them together: run npx t3 connect in a terminal, install the app, and you can drive Claude and Codex remotely. Both are free, both are published by T3 Tools Inc, and neither carries an in-app purchase.
| Detail | Value |
|---|---|
| iOS listing | T3 Code - Remote Claude & more |
| Publisher | T3 Tools, Inc. |
| Price | Free, no in-app purchases |
| Minimum iOS | iOS 18.0 or later, iPadOS 18.0 for iPad |
| Category | Developer Tools |
| Android | Available on the Play Store |
| Web alternative | app.t3.codes in a mobile browser |
What you can actually do from the phone
The scope is broader than most companion apps in this category, which usually stop at reading a transcript. T3 Code’s mobile client aims to be the desktop surface at a smaller size.
- Start agent runs. Brief an agent and kick off a thread against a repository on the connected machine.
- Browse files. Navigate the tree on the host rather than only reading what the agent quoted.
- Review diffs. Read the change the agent produced, which is the reason to open the app at all.
- Version control actions. Commit, push, and the source-control operations the desktop thread surface offers.
- Use a terminal. A real terminal on the host, which is the difference between diagnosing a stuck run and waiting to get home.
The terminal is the item most worth calling out, because it is the difference between a companion app and a real client. Agent runs fail in ordinary ways: a dependency is missing, a port is occupied, a test needs a service that is not up. Without a shell on the host, every one of those turns into a note to fix it later. With one, most of them are a thirty-second detour on a train.
The honest caveat is the one that applies to the whole project: this is alpha software on a nightly cadence, and mobile is where a regression is least convenient because you find it when you are away from the machine that could fix it. Treat the mobile client as excellent for supervision and steering, and keep the expectation that a genuinely broken session may need the desktop.
What a phone is actually good for
It is worth being precise about the job, because "code from your phone" oversells it and then disappoints people. Nobody writes a feature on a 6-inch screen. What a phone is genuinely good at is the supervision loop around a run that is already going, and that loop has four moments.
- Kick off. You thought of the task on the way somewhere. Briefing an agent takes one paragraph, and the twenty minutes it then works are twenty minutes you were not going to use anyway.
- Unblock. The agent asks a question or hits a permission it needs. This is the moment that decides whether remote control was worth setting up: an answer in thirty seconds versus a run that sat idle until you got home.
- Read the diff. Not a full review, but enough to know whether the approach is right before more work is built on it. A phone is fine for reading a two-file change and useless for a thirty-file one.
- Land it. Commit, push, open the pull request, and let the real review happen on a real screen with real reviewers.
The second moment is the one to test before you commit a workflow to any mobile client, and it is the one feature lists cannot describe. What matters is not whether the app can show you a question; it is whether you find out there is a question without opening the app. That is a notification and platform-integration problem rather than a client-features problem, and it is where the two products in this comparison diverge most sharply.
Connecting a phone
There are two routes, and which one you want depends on whether you are willing to have traffic cross a hosted relay.
Route one: T3 Connect
Run npx t3 connect on the machine with your code, click the link, and sign in. Install the app, sign into the same account, and the machine appears in the list. This is the fast path and it works from any network. It is capped at three devices per user and the traffic crosses T3 Tools infrastructure.
Route two: a pairing code on your own network
Enable network access in Settings then Connections on the desktop app, or run npx t3 serve on a headless box, and pair the phone with the printed code or QR. Nothing leaves your network or Tailnet. It requires the phone to be able to reach the host, which in practice means the same LAN or a Tailnet.
Verify before you rely on it
Start a real run, lock the phone, wait for the run to finish, and reopen. Reconnection behaviour after a screen lock or a network switch is the thing that decides whether a mobile client is useful, and it is not visible in a feature list.
T3 Code mobile versus Continuum on iPhone
On Android there is no comparison to make: T3 Code has a client and Continuum does not. If your phone runs Android, that decides it, and the rest of this section is not for you.
On iPhone the comparison is real, and it comes down to cross-platform reach against native depth. T3 Code’s app is built to be the same product on both mobile platforms, which is exactly why it exists and also what it costs. Continuum ships a native iPhone app with an Apple Watch companion and takes the platform features that follow from that choice.
| T3 Code mobile | Continuum mobile | |
|---|---|---|
| iOS | Yes, iOS 18.0 or later | Yes, native app |
| Android | Yes | Not offered |
| Apple Watch | No | Yes, with complications |
| Approve without unlocking | No | Yes, from a notification |
| Lock Screen and Live Activity | No | Yes, run progress and usage |
| Widgets | No | Yes, Home and Lock Screen |
| Voice prompting | No | Yes |
| Terminal on the host | Yes | Yes |
| File browsing on the host | Yes | Yes |
| Diff review | Yes | Yes |
| Pull request actions | Yes | Yes |
| Live quota gauges | No | Yes, five-hour and weekly |
| Cost by repository | No | Yes |
| History when the host is off | No | Yes, mirrored |
| Price | Free | Free |
The rows that change a workflow are the notification ones. A mobile client that requires you to open an app, find a thread, and read a screen is useful when you remember to check. A client that puts run progress on the Lock Screen and lets you clear a plan approval from a notification is useful without you remembering anything, which is the difference between supervising a twenty-minute run and discovering it stalled nineteen minutes ago waiting for a yes.
Which one to install
| If this is true | Install |
|---|---|
| Your phone runs Android | T3 Code |
| You want the control plane to be forkable | T3 Code |
| You want approvals on a watch | Continuum |
| You want quota and spend visible from the phone | Continuum |
| You want history when the Mac is asleep | Continuum |
| You host on Linux or Windows | Either; both support non-Mac hosts |
| You want zero third-party relay | Either, over a Tailnet or LAN pairing |
Nothing stops you from installing both. They are free, they drive the same agent CLIs, and they connect to machines rather than to each other, so a week of using each against real work will settle it faster than any table. If you are still deciding on the desktop side, what T3 Code is covers the architecture and the migration guide covers what moving actually involves, including the reasons to stay.
One last note on how to judge a mobile client, because it is easy to evaluate the wrong thing. The screenshots all look similar, and every app in this category can render a diff. What separates them is behaviour you only see over a week: whether the connection survives a subway tunnel, whether a run that finished while your phone was locked tells you so, whether opening the app after four hours shows you the current state or a stale one, and whether a permission prompt from the agent reaches you as something you can answer rather than something you have to go looking for. Install whichever one you like the look of, then judge it on a Tuesday afternoon rather than on a feature table. The same test applies to running Claude Code from a phone in general, whatever client you put in front of it.
Questions people ask
Does T3 Code have a mobile app?
Yes, on both iOS and Android, published free by T3 Tools Inc with no in-app purchases. The iOS listing is "T3 Code - Remote Claude & more" and requires iOS 18.0 or later.
Is the T3 Code iOS app free?
Yes. It is free to download with no in-app purchases. You still pay for whatever agent subscription the connected machine uses, because the app drives a CLI on your own hardware rather than reselling model access.
Does T3 Code work on Android?
Yes. An Android client is available, which is unusual in this category and is the clearest reason to pick T3 Code for mobile. Continuum, for comparison, ships iPhone and Apple Watch clients but no Android app.
Can the T3 Code app run an agent by itself?
No. The app is a client. The agent runs on a machine you own, with your repositories and your authenticated CLIs, and the phone connects to it either over your own network with a pairing code or through the hosted T3 Connect tunnel.
What can I do from the T3 Code phone app?
Start agent runs, browse files on the host, review diffs, perform version-control actions such as commit and push, and use a terminal on the connected machine.
Do I need T3 Connect to use the mobile app?
No. T3 Connect is the one-command route that works from any network. The alternative is pairing the phone directly with a machine reachable on your LAN or Tailnet using a pairing code or QR from the desktop app or from npx t3 serve.
Is there an Apple Watch app for T3 Code?
No. T3 Code ships iPhone and Android clients with no watch companion. Continuum ships an Apple Watch app with complications and plan approvals, which is the main native-depth difference on the Apple side.
Sources
Every figure above was read from these pages on August 2026. Vendors reprice without notice; if you find a stale number, tell us.
- T3 Code on the App Store publisher, price, version, minimum iOS, size
- pingdotgg/t3code on GitHub MIT licence, star count, provider list, install commands, alpha warning
- T3 Code remote access docs serve, pair, Tailscale, SSH launch, pairing security model
- t3.codes product positioning, provider list, user count claim