Install Ollama on Windows

  1. Download the installer from https://ollama.com/download/windows
  2. Run OllamaSetup.exe and complete installation
  3. Open PowerShell and run ollama --version
  4. Pull a model: ollama pull llama3.1
  5. Run: ollama run llama3.1
  6. Optional: start the API server with ollama serve (runs on port 11434)
  7. Use OpenAI-compatible endpoint at http://localhost:11434/v1 for local apps

Back to catalog