Your coding agent now fits in your pocket. Gitlawb Zero just added full Android support for Termux — the terminal emulator for Android.
What Was the Problem
Zero ships as both an npm package (@gitlawb/zero) and a native binary for Linux, macOS, and Windows. On Android (via Termux), users could install the npm package, but the native binary detection didn’t include Android as a supported platform. The fix: fix: add android platform support for Termux npm install.
How It Works
On a phone with Termux installed:
npm install -g @gitlawb/zero
zero
That’s it. Zero detects the Android environment, downloads the correct ARM64 binary, and runs.
What You Can Do
The Android version of Zero has the same capabilities as the desktop version — minus features that require a desktop environment (like CDP browser automation):
- Full conversational TUI
- Multi-provider model support
- Durable local sessions
- Git operations
- File editing and code generation
- Sub-agent spawning
Why This Matters
Mobile coding agents are about to become a thing. Developers increasingly work from tablets and phones, especially for:
- Code review on the go
- Quick fixes and deployments
- Monitoring and debugging
- Learning and exploration
Zero is among the few coding agents with explicit Android support. Hermes runs on Windows, macOS, and Linux but does not have a dedicated Android client. Claude Code runs on macOS and Linux. Oh My Pi does not currently advertise mobile support.
It’s a niche feature today. But as developer workflows become more mobile, it’s the kind of forward-looking investment that pays off.