Your first local chat

Free
0/7 steps visited

Step 5 of 7

Check it worked

Check · ~4 min

Check it worked

Pass this checkpoint if all three are true:

  1. ollama --version prints a version — no "command not found".
  2. ollama list shows at least one model you pulled.
  3. ollama run <your-model> answered the Example Ink prompt with three post ideas.

If all three pass: you just ran open-weight AI on your own hardware. One more free lesson — the offline proof — and Off the Grid is complete.

Common fixes

ProblemFix
ollama: command not foundReopen the terminal after install; Windows: reboot once; confirm install from ollama.com/download
connection refused on pull or runStart Ollama (tray/menu-bar app, or ollama serve / sudo systemctl start ollama on Linux)
Model name not foundRun ollama list — use the exact NAME column; re-pull if it's empty
Reply is gibberish or emptyWait longer on the first token (CPU-only machines are slow); try a simpler prompt: Say hello in one sentence.
Machine freezes or kills the processModel's too big for your RAM — remove it with ollama rm <name> and pull llama3.2 instead
Download stuck at 0%Check your firewall/VPN; retry ollama pull

Still stuck after two fixes? Note your OS, your RAM, and the exact error text — the later lessons assume this step works, so it's worth getting help before you move on.

My own first local run was CPU-only — a full twenty seconds before the first word appeared, and I genuinely thought it had broken. It hadn't. Be patient on that first token; after it, the text streams like anything else.

Continue when all three checks pass (or you've sorted the issue).

Warning

Real power. Educational use only.

What we teach you to build is genuinely powerful — uncensored assistants, agents, and automations on your own hardware. In the wrong hands, that is as dangerous as malicious code in the wrong hands. We do not teach illegal, malicious, or harmful use. You are responsible for what you deploy.

See what we mean →