Font sizeType size

Agent CLI versions

A compact reference for a few widely used agent CLIs. When a tool offers multiple distribution methods, this page keeps one official, conservative default.

OpenAI Codex CLI

OpenAI’s local coding agent CLI distributed through the official npm package.

Latest version
0.128.0
Install
npm install -g @openai/codex
Update
npm install -g @openai/codex@latest

GitHub Copilot CLI

GitHub’s Copilot CLI extension for GitHub CLI, tracked from official releases.

Latest version
1.2.0
Install
gh extension install github/gh-copilot
Update
gh extension upgrade gh-copilot

OpenCode

OpenCode’s terminal agent with the official installer and built-in upgrade command.

Latest version
1.14.41
Install
curl -fsSL https://opencode.ai/install | bash
Update
opencode upgrade
Back to top