@sirvkrm/codex-cli-termux
v0.106.0-termux.3
Published
Fork of OpenAI Codex for Android Termux. This wrapper installs the matching native package for arm64, armv7, x86_64, or x86 and exposes 'codex' and 'codex-exec'.
Maintainers
Readme
Codex CLI for Termux
A Termux-first fork of OpenAI Codex
rust-v0.106.0with architecture-specific Android native packages for every common Termux CPU architecture.
This npm package is the lightweight wrapper package. It installs and launches the matching native Codex Rust package for Termux on Android and supports:
arm64armv7x86_64x86
It is intended for Termux only, not desktop Linux distributions.
Source repository: https://github.com/sirvkrm/codex-vkrm
This package is a community-maintained fork of OpenAI Codex and is inspired by DioNanos.
Install
pkg update && pkg upgrade -y
pkg install nodejs-lts -y
npm install -g @sirvkrm/codex-cli-termuxVerify
codex --version
codex loginIncluded Commands
codexcodex-exec
The launcher auto-selects the correct native dependency for your device architecture and sets LD_LIBRARY_PATH so the packaged libc++_shared.so is found automatically.
Maintainer Notes
To publish a new version from this repo:
cd npm-package
npm pack --dry-run
npm publish --access publicBefore publishing, make sure the matching architecture packages are published first, then publish this wrapper package last so its optional dependency versions resolve.
License
Apache-2.0. Original project by OpenAI.
