OS·WholeTech
OS·WholeTech / Android / Analysis
🔬 Analysis · alternatives · gaps

The Android setup, under the microscope.

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.

Part 1

The steps, re-examined

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.

1

Apps + Termux — the two paths

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 knowing
  • Termux from F-Droid vs. its GitHub releases — both are fine; the Google Play Store version is outdated and broken, so avoid it. F-Droid (f-droid.org) is the easiest trustworthy source.
  • UserLAnd or Andronix — if you want a fuller Linux distribution (Ubuntu/Debian) on the phone rather than Termux's lean environment, these set one up for you.
  • The official apps cover most casual use — Claude, ChatGPT, and Gemini in your pocket handle the vast majority of on-the-go AI without any terminal at all.
⌨️The honest note: running coding agents locally on a phone is impractical — battery drain, heat, and a cramped on-screen keyboard fight you the whole way. The phone's real role is chat + remote control, not local compute.
2–4 + ✦

The agents (Claude Code · Codex · Gemini · Hermes)

We 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 into a real computer instead. The strongly preferred path on a phone: use an SSH client to reach a PC, Mac, or droplet that already has the agents, and run them there with a real keyboard and real power.
  • SSH clients: ConnectBot (free, open-source), JuiceSSH (polished, popular), or just Termux's built-in ssh — any of them turns the phone into a window onto your real machine.
  • Claude Code now runs on Opus 4.7 and Codex got a GPT-5.5 refresh — but you'll feel the difference far more on a keyboard than on glass.
5

Tailscale — the network (the real point of a phone)

We chose: Tailscale, signed-in with one account across devices.

Alternatives
  • ZeroTier and Netbird — open-source mesh-VPN competitors; Netbird is self-hostable end to end.
  • Raw WireGuard — maximum control, much more manual, and fiddly on a phone.
  • We didn't cover Tailscale ACLs in the guide — they're how you stop, say, a lost phone from reaching your Ollama. Covered in Security below, where on a phone key expiry matters most of all.
6

Ollama — used remotely, never hosted on the phone

We chose: point the phone at an Ollama running on a real machine over Tailscale, never host one on the phone.

Alternatives & notes
  • There is no good "Ollama on a phone." Phones lack the memory and speed to run useful local models; the right pattern is a beefier machine hosting the model and the phone as a thin front-end.
  • Chat apps with a custom server URL — several Android chat front-ends let you point at http://your-machine:11434 over Tailscale, giving you a clean UI instead of curl in Termux.
  • GPU matters most on the host: whatever machine actually runs Ollama wants an NVIDIA card or Apple Silicon — see the Windows and Mac guides for that side.
Optional · editing on a phone

The editor route — edit code from the phone, never on it

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 phone Local editor options on the phone (for completeness) If you're going to do this seriously: the kit AI in the browser-based editors (Paths B/C/D) Pros — what the editor route gives you on Android Cons — what it costs you When to pick which
📱The honest take: a phone is for reviewing and triggering, not authoring. The editor route on Android exists so you can fix the broken thing from the airport — not so you can spend an afternoon refactoring on a 6" screen. Carry a folding keyboard if you actually want to type; pair it with Codespaces or your own code-server for the rare real-work session.
Part 2

What we left out — and why

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 outWhat it isWhy it was cut
Hermes AgentNous Research's self-improving, model-agnostic coding agentGenuinely 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 clientConnectBot / JuiceSSH — a polished app just for reaching other machinesWe 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 keyboardA small Bluetooth or USB-C keyboard for the phone or tabletNot 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 serversThe standard plugs that connect agents to your files, GitHub, browser, dataThe 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 appsRequiring 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 hostingRunning Ollama or similar on the phone itselfCut 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."
🧭The pattern: a phone is a great front-end and a poor workstation. Everything we cut is either something that belongs on the real machine (MCP, local models, serious agent work) or a comfort upgrade (a real keyboard, a dedicated SSH client). This analysis page is where that depth lives.
Part 4 · the next wave

Getting ready for Mythos

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:

🔭Honest take: as an individual you won't get Mythos itself soon, and never on a phone. What you can do is build the habits — MCP, Git, a private network, hardened machines — that make any future specialized model immediately useful, with the phone as the remote that keeps watch (see the tool map).
Part 5 · don't skip this

Securing the install — the part most guides skip

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.

Real incident (Feb 2026): Check Point Research disclosed that a malicious config could redirect Claude Code's traffic via the 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."
The phone gets lost — plan for it Protect your keys & logins Supply chain (where the apps come from) Network hygiene Using a remote Ollama safely
✓ Good shape when: screen lock + biometrics are on, the AI apps require biometric unlock, no real keys live on the phone, Tailscale has key expiry + ACLs so a lost phone drops off, permissions are trimmed, and you only install from F-Droid/official stores. That's a phone you can carry into the world without flinching.
Back to it

Next