Codex CLI with CLIProxyAPIPlus models pre-integrated. All models (Gemini, Claude, Qwen, Grok, Kiro) appear in /model selector. For Android Termux ARM64.
npm install cliproxy-codex-termux> Pre-built Codex CLI with Gemini, Claude, Qwen, Grok, and Kiro models integrated in /model selector
This is a modified version of Codex Termux with CLIProxyAPIPlus models pre-integrated. No need to build from source - just install and use!
---
- ā
All CLIProxyAPIPlus models in /model selector
- Gemini 2.5 Pro, Gemini 3 Pro Preview
- Claude Opus 4.5, Claude Sonnet 4.5
- Claude Opus 4.5 + Thinking
- Qwen3 Coder Plus
- Grok Code Fast
- Kiro Claude Opus 4.5, Kiro Claude Sonnet 4.5
- ā
Plus all default OpenAI models
- gpt-5.2-codex
- gpt-5.1-codex-max
- gpt-5.1-codex-mini
- gpt-5.2
- ā
Pre-built for Termux ARM64
- No need to install Rust
- No need to compile
- Just npm install and go!
---
``bash`In Termux
pkg update && pkg upgrade -y
pkg install nodejs-lts -y
`bash`
npm install -g @cliproxy/codex-cli-termux
`bashClone repo
git clone https://github.com/julianromli/CLIProxyAPIPlus-Easy-Installation.git
cd CLIProxyAPIPlus-Easy-Installation
---
š Usage
$3
`bash
codex
`$3
Inside TUI:
`
> /model
`You'll see all models including CLIProxyAPIPlus ones!
`
Select Model and Effort
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
1. gpt-5.2-codex (default)
2. gpt-5.1-codex-max
3. Gemini 2.5 Pro ā CLIProxyAPIPlus
4. Claude Opus 4.5 ā CLIProxyAPIPlus
5. Qwen3 Coder Plus ā CLIProxyAPIPlus
... and more!
`$3
`bash
codex --model gemini-2.5-pro "your prompt"
codex --model claude-opus-4.5 "your prompt"
`---
āļø Environment Variables
Set these if CLIProxyAPIPlus runs on different port/host:
`bash
export CLIPROXY_BASE_URL="http://localhost:8317/v1"
export CLIPROXY_API_KEY="sk-dummy"
`---
š§ Troubleshooting
$3
CLIProxyAPIPlus is not running or not logged in:
`bash
start-cliproxyapi -Status
start-cliproxyapi -Background
cliproxyapi-oauth
`$3
Make sure you installed this package, not the original:
`bash
npm list -g @cliproxy/codex-cli-termux
`---
š Architecture
`
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā Codex CLI (This Package) ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā ā /model Selector ā ā
ā ā ⢠OpenAI models (default) ā ā
ā ā ⢠CLIProxyAPIPlus models (pre-integrated) ā ā
ā āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā ā
ā ā ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
ā CLIProxyAPIPlus (localhost:8317) ā
ā Routes requests to appropriate AI providers ā
ā Gemini | Claude | Qwen | Grok | Kiro ā
āāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāāā
``---
- Codex CLI - Original by OpenAI
- Codex Termux - Termux patches
- CLIProxyAPIPlus - Multi-model proxy
---
Apache-2.0
---
Happy Coding with All Models! š¤š±āØ