Install Ollama

Free
0/6 steps visited

Step 3 of 6

Confirm Ollama is running

Do it · ~5 min

Confirm Ollama is running

Before pulling a multi-gigabyte model, prove Ollama is installed and responding.


Windows

  1. Press Win, type PowerShell, open Windows PowerShell (or Terminal).
  2. Run:
ollama --version
  1. Optional second check:
ollama list

An empty list is fine — you haven't pulled a model yet.

You should see: a version number (e.g. ollama version is 0.x.x) with no "command not found" error.

If ollama isn't recognised: close and reopen PowerShell after install, or reboot once. Confirm the tray icon is present.


macOS

  1. Open Terminal (Spotlight → type Terminal).
  2. Run:
ollama --version
  1. Optional:
ollama list

You should see: a version string. If you use the menu-bar app, the icon should be visible without running serve manually.


Linux

  1. Open your terminal.
  2. Run:
ollama --version
  1. If that fails with "connection refused" when you pull later, start the service:
sudo systemctl start ollama

(or run ollama serve in a separate terminal for this session)

You should see: version output; ollama list returns an empty table or headers — not a crash.


If you hit "command not found" on Windows, nine times out of ten it's just that the installer finished while your terminal was already open. Close the window, open a fresh one, and try again before you panic.

Continue — download your starter model.

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 →