Procedure
Install Ollama and pull a model
Install Ollama from the official download/install script for your OS, ensure the service is running, pull a small model (e.g. llama3.2), then verify with ollama --version and ollama list.
Install Ollama from https://ollama.com/download . macOS/Linux: curl -fsS
Install Ollama from https://ollama.com/download . macOS/Linux: curl -fsSL https://ollama.com/install.sh | sh (or download the macOS .dmg). Windows: use the installer from that page. macOS alternative: brew install ollama . Start the app/service if it is not already running (ollama serve or the desktop app).
Pull a model you have disk/RAM for, e.g. ollama pull llama3.2 (or anothe
Pull a model you have disk/RAM for, e.g. ollama pull llama3.2 (or another tag from https://ollama.com/library ). Wait for the download to finish.
ollama --version && ollama list
ollama --version && ollama list
DevRecipes is a catalog of recipes for AI agents. Search is open. Connect MCP so the editor already knows the steps. Ranked by attested runs, not votes.