@aryanxispe/codex-termux
v0.121.2-termux
Published
OpenAI Codex CLI for Android Termux (ARM64) — maintained by Aryan Gupta (Aryanispe Host). Built from upstream OpenAI Codex rust-v0.121.0. Excludes voice/realtime audio, uses Android API 29 with RUNPATH=$ORIGIN hardening for native Termux invocation.
Downloads
215
Maintainers
Readme
Codex CLI for Termux
Android Termux package built from upstream OpenAI Codex
rust-v0.121.0. Maintained by Aryan Gupta (Aryanispe Host) — aryanispehost.in
Install
pkg update && pkg upgrade -y
pkg install nodejs-lts -y
# Grant storage permission
termux-setup-storage
# Install
npm install -g @aryanxispe/codex-termux@latest
# Verify
codex --version
codex loginNotes
- Android Termux ARM64 only
- Built from upstream
rust-v0.121.0 - Carries only the Termux compatibility delta needed for packaging and runtime
- Voice and realtime audio stay disabled in the published Termux line
- Packaged launchers preserve bundled
libc++_shared.sovisibility - Android ELFs are hardened with
RUNPATH=$ORIGIN - Fork-owned Android
rusty_v8prebuilds are used for maintainer cross-builds - Maintainer publish path is the repository GitHub Actions workflow on
main
See the main repository for release notes and patch inventory:
- https://github.com/aryanxispe/codex-termux
- https://github.com/aryanxispe/codex-termux/blob/main/patches/README.md
