Skip to main content

Overview

OCA installs AI CLI tools via npm install -g during Step 7. All run through the glibc Node.js environment.
AI CLIs need API keys from their respective providers. OCA installs the binaries — you configure the keys after install.
Local LLM Support: Want to run models locally on your phone? See Local LLM Guide for node-llama-cpp and Ollama setup.

Qwen Code

Best choice for Android — lightweight and uses --ignore-scripts which skips native builds that fail on Android. Install:
Setup:
Start:
--ignore-scripts skips node-pty and @lvce-editor/ripgrep native builds, which both fail on Android. Core CLI functionality is unaffected.

Claude Code

Get your key at console.anthropic.com.

Gemini CLI

Or with API key:
Get your key at aistudio.google.com.

Codex (OpenAI)


Using inside tmux

Always run AI CLIs inside tmux for long sessions:

Managing CLIs