← All categories

AI

12 tools in this category

Claude Code

Claude Code

AI

Anthropic's agentic coding CLI. Think, plan, and execute code changes directly from your terminal with Claude.

80kTypeScriptby Anthropic
$npm install -g @anthropic-ai/claude-code
Cursor

Cursor

AI

AI-first code editor built on VS Code. Ships with a CLI for opening projects and running AI commands from the terminal.

32kTypeScriptby Anysphere
$brew install --cask cursor
Codex

Codex

AI

OpenAI's open-source coding agent that runs in your terminal. Reads and modifies your codebase with sandboxed execution.

66kTypeScriptby OpenAI
$npm install -g @openai/codex
Gemini CLI

Gemini CLI

AI

Google's AI coding agent for the terminal. Powered by Gemini models with deep Google ecosystem integration.

98kTypeScriptby Google
$npm install -g @google/gemini-cli
Aider

Aider

AI

AI pair programming in your terminal. Works with any LLM to edit code in your local git repo.

42kPythonby Paul Gauthier
$pip install aider-chat
Continue

Continue

AI

Open-source AI code assistant. IDE extension and CLI that connects to any LLM for autocomplete and chat.

32kTypeScriptby Continue
$npm install -g @continuedev/cli
Ollama

Ollama

AI

Run large language models locally. One-command setup for Llama, Mistral, Gemma, and dozens more.

120kGoby Ollama
$curl -fsSL https://ollama.com/install.sh | sh
Open Interpreter

Open Interpreter

AI

Natural language interface for your computer. Runs code locally to complete tasks via conversation.

58kPythonby Open Interpreter
$pip install open-interpreter
Multica

Multica

AI

Open-source managed-agents platform. Dispatch issues to Claude Code, Codex, Gemini, Cursor Agent, OpenClaw, OpenCode, Hermes, or Pi and stream progress back over WebSocket.

newGoby Multica
$brew install multica-ai/tap/multica
LLM

LLM

AI

CLI for interacting with large language models. Run prompts from the terminal, manage API keys, and install plugins for different providers.

8kPythonby Simon Willison
$brew install llm
Fabric

Fabric

AI

AI-augmented CLI for text processing. Curated prompt patterns for summarizing, extracting, and transforming content with any LLM.

30kGoby Daniel Miessler
$go install github.com/danielmiessler/fabric@latest
AIChat

AIChat

AI

All-in-one CLI chat tool for multiple AI backends. Supports OpenAI, Claude, Gemini, Ollama, and more with roles, sessions, and RAG.

7kRustby sigoden
$brew install aichat