getcli
A unified installer for agent-friendly CLIs
# Install getcli
curl -fsSL https://getcli.dev/install.sh | sh# Search, install, verify
getcli search github --json
getcli install github --yes
getcli doctor github --jsonDiscover
Search a curated registry of CLI tools with ranked results and tag-based filtering.
Install
One command installs any tool via brew, npm, cargo, uv, pipx, or direct binary.
Verify
Built-in doctor checks that tools are installed, executable, and have prerequisites.
Popular CLI Pages
Browse install guides built for specific tools, not just the generic registry.
GitHub CLI
Official CLI for GitHub — manage repos, PRs, issues, and more
Docker CLI
Build, run, and manage containers and images
kubectl
Kubernetes CLI — manage clusters, deployments, and services
Terraform CLI
Infrastructure as Code — provision and manage cloud resources declaratively
Vercel CLI
Deploy and manage Vercel projects from the command line
Cloudflare Wrangler
CLI for Cloudflare Workers — develop, test, and deploy serverless functions
Agent-friendly by design
Commands that return structured data support --json, and commands that may prompt support --yes for non-interactive use. In JSON mode, stdout stays machine-readable and human hints stay on stderr.
Works with Claude Code, OpenAI Codex, Gemini CLI, and any AI coding agent.