Community Resources
CLI & Dev Tools
The command-line tools we reach for in an AI-native workflow — from coding agents to search, shell utilities, and local model hosting.
AI Coding Agents
Terminal-native AI coding agents and assistants.
anthropics
claude-code
Anthropic's official agentic coding tool that lives in your terminal — edits files, runs commands, and ships code.
npm i -g @anthropic-ai/claude-codeAider-AI
aider
Pair-programming in your terminal with any LLM — edits across multiple files and commits as it goes.
pipx install aider-chatopenai
codex
OpenAI's open-source terminal coding agent — reads, edits, and runs your codebase.
npm i -g @openai/codexSearch & Files
Fast search, navigation, and file manipulation.
BurntSushi
ripgrep
Blazing-fast recursive search that respects .gitignore — the grep you actually want.
brew install ripgrepsharkdp
fd
A fast, user-friendly alternative to find.
brew install fdjunegunn
fzf
General-purpose command-line fuzzy finder for files, history, and more.
brew install fzfsharkdp
bat
A cat clone with syntax highlighting and Git integration.
brew install batShell & Productivity
Command-line productivity boosters.
cli
gh
GitHub on the command line — PRs, issues, releases, and full API access.
brew install ghjqlang
jq
Command-line JSON processor — slice, filter, and transform structured data.
brew install jqajeetdsouza
zoxide
A smarter cd that learns your most-used directories.
brew install zoxideAutomation
Workflow automation you can drive from the terminal.