wallentx/claude-code-termux — explained in plain English
Analysis updated 2026-05-18
Run the Claude Code AI coding assistant directly from a Termux terminal on an Android phone.
Keep Claude Code on Android automatically updated to the latest official release.
Get a working glibc compatible environment for running Linux binaries inside Termux.
| wallentx/claude-code-termux | aizhigitovamir-code/n8n-automation-suite | ayush-sk-pathak/claude-code-starter-pack | |
|---|---|---|---|
| Stars | 2 | 2 | 2 |
| Language | Shell | Shell | Shell |
| Setup difficulty | moderate | moderate | easy |
| Complexity | 2/5 | 3/5 | 2/5 |
| Audience | developer | pm founder | developer |
Figures from each repo's GitHub metadata at analysis time.
Requires Termux on an aarch64 Android device plus the glibc-repo, glibc, and ca-certificates packages.
This project is a Termux compatible packaging of Claude Code, an agentic coding tool that lives in your terminal and helps you write and understand code through natural language. Claude Code itself was built by Anthropic. It can explain complex code, execute routine tasks, and work with git, all from the command line, but it normally targets standard Linux and Mac systems. This repository does not contain Claude Code's own source. Instead, it wraps the official Claude Code Linux arm64 binary so it can run natively inside Termux, the terminal app for Android phones. Termux uses a different system layer than the glibc based Linux systems Claude Code expects, so this project builds a small launcher that bridges the two. The launcher checks that it is really running in Termux, loads the official binary through a compatible library path, clears environment variables that would otherwise conflict, points to the right security certificates, and runs a small local proxy so Claude Code can resolve internet addresses correctly on Android. The project keeps itself up to date on its own. A scheduled check watches the official Claude Code project for new releases, and when one appears, a build process downloads it, verifies it has not been tampered with, compiles the Termux launcher, tests that everything works, and publishes a new release for this fork. Users can then update with a single command, and the tool checks file integrity before applying any update, rolling back if something goes wrong. To install, a user on the Termux app on an Android phone with an aarch64 chip runs one install script, provided they also have a couple of small compatibility packages installed. People not using Termux should install the standard version of Claude Code directly from Anthropic instead. The project is small, with only a couple of stars so far, and is aimed at developers who want to use Claude Code on an Android phone rather than a laptop or desktop.
A Termux wrapper that lets Claude Code, Anthropic's terminal coding assistant, run natively on Android phones.
Mainly Shell. The stack also includes Shell, Termux, Bun.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Don't trust strangers blindly. Verify against the repo.