11 tools in this category
Anthropic's agentic coding CLI. Think, plan, and execute code changes directly from your terminal with Claude.
npm install -g @anthropic-ai/claude-code
AI-first code editor built on VS Code. Ships with a CLI for opening projects and running AI commands from the terminal.
brew install --cask cursor
OpenAI's open-source coding agent that runs in your terminal. Reads and modifies your codebase with sandboxed execution.
npm install -g @openai/codex
Google's AI coding agent for the terminal. Powered by Gemini models with deep Google ecosystem integration.
npm install -g @google/gemini-cli
AI pair programming in your terminal. Works with any LLM to edit code in your local git repo.
pip install aider-chat
Open-source AI code assistant. IDE extension and CLI that connects to any LLM for autocomplete and chat.
npm install -g continuedev
Run large language models locally. One-command setup for Llama, Mistral, Gemma, and dozens more.
curl -fsSL https://ollama.com/install.sh | sh
Natural language interface for your computer. Runs code locally to complete tasks via conversation.
pip install open-interpreter
CLI for interacting with large language models. Run prompts from the terminal, manage API keys, and install plugins for different providers.
brew install llm
AI-augmented CLI for text processing. Curated prompt patterns for summarizing, extracting, and transforming content with any LLM.
go install github.com/danielmiessler/fabric@latest
All-in-one CLI chat tool for multiple AI backends. Supports OpenAI, Claude, Gemini, Ollama, and more with roles, sessions, and RAG.
brew install aichat