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.
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.