ollama
CLIRun large language models locally (Llama, Mistral, Gemma, etc.).
0 views
Installation
Homebrew
brew install ollamaManual
https://ollama.com/downloadLinks
License
MITAI Agent Notes
Run LLMs locally without API keys — supports Llama 3, Mistral, Gemma, etc.
When to use
Local AI inference, privacy-sensitive tasks, offline LLM use
Examples
ollama run llama3ollama pull mistralecho 'Summarize this' | ollama run llama3
Proven Recipes
Pull and run a model🟢 96% success
ollama run llama3Pull a model without running🟢 97% success
ollama pull mistralPipe text to a model🟢 93% success
echo 'Summarize this text' | ollama run llama3List installed models🟢 99% success
ollama list