Skip to content

sirvkrm/codex-vkrm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Codex CLI for Termux

A Termux-first fork of OpenAI Codex with architecture-specific native packages for every common Termux CPU architecture.

npm termux

Codex Termux Header

About

This repository is a fork of OpenAI Codex packaged specifically for Android Termux.

GitHub: https://github.com/sirvkrm/codex-vkrm

It is designed for Termux, not desktop Linux distributions, and currently ships:

  • Android only
  • arm64
  • armv7
  • x86_64
  • x86
  • minimal compatibility patches only
  • no deliberate behavior changes beyond making it run on Termux

This packaging work is community-maintained and is inspired by DioNanos, whose earlier Termux-focused distribution helped prove out the approach.

Install

pkg update && pkg upgrade -y
pkg install nodejs-lts -y

npm install -g @sirvkrm/codex-cli-termux

The top-level package installs the matching Android native package for your device automatically.

Verify

codex --version
codex login

Package Behavior

  • The npm wrapper auto-detects the correct ABI on Android.
  • It selects the matching architecture-specific native package at runtime.
  • It sets LD_LIBRARY_PATH so the packaged libc++_shared.so is found automatically.

Build From Source

See BUILDING.md.

The Rust workspace lives in codex-rs and the npm wrapper lives in npm-package.

Documentation

Maintenance

This is a community-maintained Termux packaging fork. The goal is to keep upstream Codex usable across the full set of common Termux Android architectures while staying as close to upstream as practical.

License

Apache-2.0.

Original project: OpenAI Codex
Inspiration: DioNanos
Termux packaging: community-maintained

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors