Data

State of AI Coding Agent CLIs

Who ships terminal AI coding agents, how each one installs, where they run, and which take API keys — 24 CLIs from 23 vendors. Every number derives from the agent integration registry inside CodeSplash AI, the desktop app that runs these CLIs side by side. Section anchors and the JSON dataset are stable for citation.

Updated August 22, 202624 CLIs23 vendorsdata.json

Count

How many AI coding agent CLIs exist in 2026?

CodeSplash AI's integration registry tracks 24 AI coding agent CLIs as of August 22, 2026 — from Claude Code, Codex, and Gemini to open-source agents like OpenCode and Plandex.

Scope, stated plainly: this counts the CLIs integrated into the CodeSplash AI desktop app, not every CLI ever published. It is a maintained registry — entries are added as the app integrates them, and this page recomputes from it on every build.

24

Agent CLIs

23

Vendors

23

Run on Windows

7

Take an API key env var

Platforms

Which AI coding CLIs run on Windows?

23 of 24 CLIs run on Windows. All 24 run on macOS and Linux. Roo Code is the only macOS/Linux-only CLI in the registry.

Windows often gets a different installer than macOS/Linux: of the 23 Windows-capable CLIs, 10 via npm, 8 via PowerShell script, 4 via Shell script (curl), and 1 via pip.

CLImacOSLinuxWindowsWindows install
AiderYesYesYespip
AntigravityYesYesYesPowerShell script
Claude CodeYesYesYesnpm
ClineYesYesYesnpm
CodeSplash AgentYesYesYesPowerShell script
CodexYesYesYesnpm
CopilotYesYesYesnpm
CrushYesYesYesnpm
CursorYesYesYesShell script (curl)
DroidYesYesYesPowerShell script
ForgeCodeYesYesYesShell script (curl)
GeminiYesYesYesnpm
GooseYesYesYesShell script (curl)
GrokYesYesYesPowerShell script
HermesYesYesYesPowerShell script
Kilo CodeYesYesYesnpm
Kimi CodeYesYesYesPowerShell script
KiroYesYesYesPowerShell script
OpenClawYesYesYesnpm
OpenCodeYesYesYesnpm
PiYesYesYesnpm
PlandexYesYesYesShell script (curl)
Qwen CodeYesYesYesPowerShell script
Roo CodeYesYes

Install

How do you install each AI coding CLI?

3 install paths cover all 24 CLIs, counted from each CLI's default (macOS/Linux) install command. Windows overrides are in the platform matrix above.

14

Shell script (curl)

9

npm

1

Homebrew

CLIMethodDefault install command
AiderShell script (curl)curl -LsSf https://aider.chat/install.sh | sh
AntigravityShell script (curl)curl -fsSL https://antigravity.google/cli/install.sh | bash
Claude Codenpmnpm install -g @anthropic-ai/claude-code
Clinenpmnpm install -g cline
CodeSplash AgentHomebrewbrew install codesplash-ai/tap/codesplash-agent
Codexnpmnpm install -g @openai/codex
Copilotnpmnpm install -g @github/copilot
Crushnpmnpm install -g @charmland/crush
CursorShell script (curl)curl https://cursor.com/install -fsS | bash
DroidShell script (curl)curl -fsSL https://app.factory.ai/cli | sh
ForgeCodeShell script (curl)curl -fsSL https://forgecode.dev/cli | sh
Gemininpmnpm install -g @google/gemini-cli
GooseShell script (curl)curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
GrokShell script (curl)curl -fsSL https://x.ai/cli/install.sh | bash
HermesShell script (curl)curl -fsSL https://raw.githubusercontent.com/NousResearch/hermes-agent/main/scripts/install.sh | bash
Kilo Codenpmnpm install -g @kilocode/cli
Kimi CodeShell script (curl)curl -fsSL https://code.kimi.com/kimi-code/install.sh | bash
KiroShell script (curl)curl -fsSL https://cli.kiro.dev/install | bash
OpenClawShell script (curl)curl -fsSL https://openclaw.ai/install.sh | bash
OpenCodenpmnpm install -g opencode-ai@latest
Pinpmnpm install -g --ignore-scripts @earendil-works/pi-coding-agent
PlandexShell script (curl)curl -sL https://plandex.ai/install.sh | bash
Qwen CodeShell script (curl)curl -fsSL https://qwen-code-assets.oss-cn-hangzhou.aliyuncs.com/installation/install-qwen-standalone.sh | bash
Roo CodeShell script (curl)curl -fsSL https://raw.githubusercontent.com/RooCodeInc/Roo-Code/main/apps/cli/install.sh | sh

API keys

Which AI CLIs need API keys?

7 of 24 CLIs accept an API key through an environment variable tracked in the registry — the variable CodeSplash AI sets when you provide a key.

For the other 17, the registry defines no key variable; authentication, where required, happens inside the CLI itself.

CLIVendorAPI key environment variable
Claude CodeAnthropicANTHROPIC_API_KEY
CodexOpenAIOPENAI_API_KEY
CopilotGitHubCOPILOT_GITHUB_TOKEN
CursorCursorCURSOR_API_KEY
DroidFactoryFACTORY_API_KEY
GeminiGoogleGOOGLE_API_KEY
KiroAWSKIRO_API_KEY

No tracked key variable: Aider, Antigravity, Cline, CodeSplash Agent, Crush, ForgeCode, Goose, Grok, Hermes, Kilo Code, Kimi Code, OpenClaw, OpenCode, Pi, Plandex, Qwen Code, Roo Code.

Vendors

Who ships AI coding agent CLIs?

24 CLIs come from 23 vendors. Google ships 2 (Antigravity, Gemini); every other vendor ships one.

Earendil Works

Reference

Every AI coding agent CLI in the registry

All 24 CLIs, alphabetical. Names link to their CodeSplash AI integration pages; docs links go to each vendor. The same data is served as JSON at /state-of-ai-coding-agents/data.json.

CLIVendorInstallPlatformsAPI key env varDocs
AiderAiderShell script (curl)macOS, Linux, WindowsDocs
AntigravityGoogleShell script (curl)macOS, Linux, WindowsDocs
Claude CodeAnthropicnpmmacOS, Linux, WindowsANTHROPIC_API_KEYDocs
ClineClinenpmmacOS, Linux, WindowsDocs
CodeSplash AgentCodeSplash AIHomebrewmacOS, Linux, WindowsDocs
CodexOpenAInpmmacOS, Linux, WindowsOPENAI_API_KEYDocs
CopilotGitHubnpmmacOS, Linux, WindowsCOPILOT_GITHUB_TOKENDocs
CrushCharmbraceletnpmmacOS, Linux, WindowsDocs
CursorCursorShell script (curl)macOS, Linux, WindowsCURSOR_API_KEYDocs
DroidFactoryShell script (curl)macOS, Linux, WindowsFACTORY_API_KEYDocs
ForgeCodeForgeCodeShell script (curl)macOS, Linux, WindowsDocs
GeminiGooglenpmmacOS, Linux, WindowsGOOGLE_API_KEYDocs
GooseBlockShell script (curl)macOS, Linux, WindowsDocs
GrokxAIShell script (curl)macOS, Linux, WindowsDocs
HermesNous ResearchShell script (curl)macOS, Linux, WindowsDocs
Kilo CodeKilo CodenpmmacOS, Linux, WindowsDocs
Kimi CodeMoonshot AIShell script (curl)macOS, Linux, WindowsDocs
KiroAWSShell script (curl)macOS, Linux, WindowsKIRO_API_KEYDocs
OpenClawOpenClawShell script (curl)macOS, Linux, WindowsDocs
OpenCodeOpenCodenpmmacOS, Linux, WindowsDocs
PiEarendil WorksnpmmacOS, Linux, WindowsDocs
PlandexPlandexShell script (curl)macOS, Linux, WindowsDocs
Qwen CodeQwenShell script (curl)macOS, Linux, WindowsDocs
Roo CodeRoo CodeShell script (curl)macOS, LinuxDocs

Methodology

Every field derives from the agent CLI integration registry that ships inside the CodeSplash AI desktop app — the registry the app uses to launch, install, and monitor each CLI. Counts are recomputed from that registry at build time; the page and dataset update with it. No surveys, no estimates, no popularity or benchmark data.

Updated August 22, 2026. Per-CLI detail lives at /works-with; the dataset at /state-of-ai-coding-agents/data.json.

One platform · your accounts

Download CodeSplash. Connect your AI. Start building.

Start free on macOS, Windows, or Linux. Run parallel agents and use 20 integrated development, productivity, and creative apps to inspect, run, test, document, and share their work. Try Pro free for 30 days, then go monthly, yearly, or lifetime — without adding another AI subscription.

Free tier included30-day Pro trial — no credit cardFrom $15/mo — or own it for lifeYour AI accounts, not oursmacOS · Windows · Linux