⬡ COMPLETE SETUP GUIDE

Run Claude Code on your Android phone — the Termux setup nobody else publishes

Every other Claude Code guide assumes you own a Mac. This is the only one written from a Termux session on Android. By the end you'll have Anthropic's CLI agent running stably on your phone with skills, MCP servers, and wake-lock so it survives Doze.

$39 PDF · Full 60-page guide → Free coach to walk you through it →

Why Termux + proot + Node 20 (not bare Termux)

Termux's native package set uses Bionic libc instead of glibc, which breaks some Node native modules Claude Code's dependencies need. The fix is proot-distro — a userspace Ubuntu chroot that runs at ~95% of native speed but behaves like a real Linux server.

The 6-step install (~25 minutes total)

  1. Install Termux + Termux:Boot + Termux:API from F-Droid (NOT Play Store — the Play version is frozen at 2020)
  2. pkg update && pkg install proot-distro termux-api jq
  3. proot-distro install ubuntu && proot-distro login ubuntu
  4. Install Node 20 via nvm: curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.1/install.sh | bash && nvm install 20
  5. Install Claude Code: npm install -g @anthropic-ai/claude-code
  6. Run claude, complete OAuth via your phone's browser, start asking questions

The 3 things that will kill your setup if you don't fix them

The 12-skill operator stack you actually want

A naked Claude Code is a chatbot with file tools. To make money you stack it with: tls-email (transactional email), web-search, brief (morning briefing), swarm (parallel subagents), pushout (TTS notifications), tls-status, cf-deploy, gumroad-post, playwright-record, ntfy-push, kv-write, simplify.

The full 60-page guide ships every SKILL.md verbatim plus 5 monetization recipes that have shipped real revenue (cold-email outreach, breach-response watcher, digital products on Stripe, content videos via Playwright, AI coach access tier).

What this is worth

Open the codecoach store →