STEP 01: Ollama Installation

Goal: Install Ollama — the easiest way to run local LLMs.

Windows

1. Go to official website and download the installer:

https://ollama.com/download

2. Run the downloaded .exe file and follow the prompts.

macOS

brew install ollama

Or download from ollama.com/download

Linux

curl -fsSL https://ollama.com/install.sh | sh

Verify Installation

ollama --version
Next Step → Local Claude Deployment