The Android guide gives you the clean, opinionated path. This page is the honest second pass: why each choice was made, what else you could have done, what we deliberately left out, the trending tools worth a look, how to get ready for Mythos, and how to lock down a device you might lose.
Written May 2026. The AI-tooling world moves weekly — this is a snapshot of the landscape and the reasoning, not gospel.
The guide makes one big call: a phone is a chat device and a remote control, not a workstation. Here's the reasoning and the roads not taken.
We chose: the official chat apps as the easy path, with Termux as the optional power path.
Why: for most people the official Claude, ChatGPT, and Gemini apps cover all the casual use a phone is good for. Termux is a real Linux terminal, but it's an advanced detour.
Alternatives worth knowingWe chose: show them as the Termux-advanced path, while steering you toward running them on a real machine over Tailscale.
Why: the same npm/pip installs work in Termux, so the steps are consistent with the other OS guides — but on a phone they're a demonstration of what's possible, not the recommended daily workflow.
Alternatives & notes (May 2026)ssh — any of them turns the phone into a window onto your real machine.We chose: Tailscale, signed-in with one account across devices.
AlternativesWe chose: point the phone at an Ollama running on a real machine over Tailscale, never host one on the phone.
Alternatives & noteshttp://your-machine:11434 over Tailscale, giving you a clean UI instead of curl in Termux.A phone isn't a workstation, and VS Code doesn't exist on Android in the form you'd want — there's no real "install VS Code" path. But the editor question doesn't go away: sometimes you're on the couch, on a plane, or away from your desk and a one-line patch needs to ship. The honest editor route on Android is drive an editor that lives somewhere else: in your laptop, your NAS, a browser tab, or GitHub's cloud. Here's how each option actually works, with the tradeoffs you'd find out the hard way.
The four real paths on a phonenano, vim, or the agent CLIs directly. No graphical editor on the phone, just a window into one that already runs elsewhere.https://vscode.dev in Chrome on the phone. You get a real-feeling VS Code in a browser tab; you can sign in with GitHub and edit any of your repos. Limitations: no terminal, no extensions that need a runtime, ephemeral state.linuxserver/code-server on a machine you already own (covered in the Synology and Linux analyses), reach it over Tailscale from Chrome on the phone. You control the box and the bill; the phone is just a screen.nano / vim / micro — the closest thing to a "local editor" that's actually useful. Pair it with a Bluetooth keyboard and a small Android tablet and you have a barely-real Linux setup.nano or vim. Fastest, no browser involved.The guide is deliberately a clean spine: apps, an optional Termux detour, Tailscale, and a remote Ollama. That clarity has a cost — real omissions. Here they are, honestly, with the reason each was cut.
| Left out | What it is | Why it was cut |
|---|---|---|
| Hermes Agent | Nous Research's self-improving, model-agnostic coding agent | Genuinely an oversight in v1 — it's newer and niche. Now added as the bonus agent. A good reminder that "the big three" isn't the whole field. |
| A dedicated SSH client | ConnectBot / JuiceSSH — a polished app just for reaching other machines | We leaned on Termux's built-in ssh to keep the app count down. A dedicated client is friendlier if you live on remote machines. |
| A hardware keyboard | A small Bluetooth or USB-C keyboard for the phone or tablet | Not a download, so it didn't fit the steps — but it's the single biggest upgrade if you ever want to do real work on the device instead of just chatting. |
| MCP servers | The standard plugs that connect agents to your files, GitHub, browser, data | The biggest conceptual omission, but it belongs on the machine the agent actually runs on — for a phone, that's the remote box, not the handset (see the tool map). |
| Biometric lock on the AI apps | Requiring face/fingerprint to open Claude, ChatGPT, etc. | Assumed, not taught. On a device you carry everywhere it should be on — covered in Security. |
| Local model hosting | Running Ollama or similar on the phone itself | Cut because it simply isn't viable — phones lack the memory and thermal headroom. The honest answer is "use a remote model," not "host one here." |
Scanning the developer conversation on X and GitHub in May 2026, here's what's hot that the guide doesn't yet mention. On a phone, you'll mostly meet these tools by reaching a real machine over Tailscale and running them there — not by running them locally.
The open-source CLI agent everyone's talking about — 150K+ stars, ~6.5M monthly devs. LSP integration, multiple parallel sessions, shareable session links. The strongest "free, bring-your-own-model" alternative to Claude Code.
A terminal that's also an agent cockpit — runs Claude Code, Codex, and others in one windowed UI with panes. Nice on the desktop you SSH into.
Goose (from Block) and OpenHands are open-source autonomous agents that take a goal and run a long multi-step job. The frontier of "set it and walk away."
93K+ stars. A "spec-driven development" workflow that teaches any agent (Claude Code, Copilot, Gemini, etc.) to plan before it codes. Tessl and Kiro play in the same space.
The plug-ins that matter: chrome-devtools-mcp (let an agent drive Chrome), filesystem, GitHub, database connectors. This is the fastest-moving, highest-leverage area right now.
An agentic open model with a 1M-token context and MCP-native tool use — a serious local option for the Ollama running on your desktop, reachable from the phone.
Mythos is Anthropic's first model specialized for one domain: defensive cybersecurity. Announced April 7 2026 as the engine of Project Glasswing, it has already found a 27-year-old vulnerability in OpenBSD and bugs in FFmpeg. It is invitation-only ($25 / $125 per million tokens), shipped to 12 founding orgs and 40+ critical-infrastructure partners — not a download. Full briefing →
A phone is never where a Mythos-class tool runs — it's a remote and monitoring endpoint for security work happening on your real machines. So "getting ready" means preparing those machines so that when domain-specialized models open up, your phone can keep an eye on the results:
A phone running AI apps and reaching into your private network is powerful — and unlike a desktop, it lives in your pocket and can be lost or stolen in a second. Here's how to keep it from biting you — phone specifics first, then universal rules.
ANTHROPIC_BASE_URL setting and exfiltrate your API key in plaintext. Anthropic patched it before disclosure — the lesson stands: keep Claude Code updated, install only from official sources, and be suspicious of any config that reroutes where a tool "phones home."npm install -g and pip install in Termux run other people's code. Only use the exact official sources in the guide; don't paste install one-liners from random blog posts or X replies.pkg upgrade); most fixes ship fast.OLLAMA_HOST=0.0.0.0:11434 only behind Tailscale, never on a public IP or open Wi-Fi; there's no password on Ollama by default.