Update Ollama on macOS Easily | Generated by AI

Home 2026.03

On macOS, updating Ollama is usually very straightforward because the official installation includes automatic updates.

  1. Look for the Ollama icon in your menu bar (top right of the screen, near the clock, Wi-Fi, battery icons etc.).
    It usually looks like a little blue Ollama logo or a stylized “O”.

  2. Click the Ollama menu bar icon

  3. If an update is available you’ll typically see something like:
    • “Update available”
    • “Restart to update”
    • “Install update”
      or similar wording
  4. Click “Restart to update” (or the equivalent button)
    → Ollama will quit and relaunch with the new version automatically.

This is the method officially recommended in the Ollama docs (as of 2026).

Alternative: Force a manual update / fresh install

Your models and configuration stay safe (they live in ~/Library/Application Support/Ollama or ~/.ollama).

Quick version check

Open Terminal and run:

ollama --version
# or
ollama -v

After updating you should see a newer version number.

Notes / less common cases

That’s basically it — macOS users usually get the easiest update experience among all platforms. 😄

Let me know if you don’t see the menu bar icon or get any specific error!


Back Donate