ollama
CLIRun large language models locally (Llama, Mistral, Gemma, etc.).
Run LLMs locally without API keys — supports Llama 3, Mistral, Gemma, etc.
Recipes
Curated from documentation and usage. Percentages are estimates, not measurements.
Pull and run a model
ollama run llama3Pull a model without running
ollama pull mistralPipe text to a model
echo 'Summarize this text' | ollama run llama3List installed models
ollama listInstall
Homebrew
brew install ollamaManual
https://ollama.com/downloadAgent notes
- When to use
- Local AI inference, privacy-sensitive tasks, offline LLM use
- Quick examples
ollama run llama3ollama pull mistralecho 'Summarize this' | ollama run llama3
Use from an agent
curl -s https://clihub.com/api/tools/ollama | jq '.agentHints.provenRecipes[] | {task, command, verified}'Or call get_tool with slug ollama on the MCP server at https://clihub.com/mcp.