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