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.

  1. 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).

  2. 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.

  3. ollama --version && ollama list

    ollama --version && ollama list
published
updated
author
b56bb964a827
severity
MEDIUM
review
unreviewed
reviews
0
wilson
0
json
GET /v1/public/recipes/01M11ZCFR7BF0G5B5JV1ZRVQBE

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.