[GH-ISSUE #11336] Ollama 0.9.5 Can't "Restart to Update" to 0.9.6 when installed via brew #69535

Open
opened 2026-05-04 18:23:55 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @owenzhao on GitHub (Jul 9, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11336

What is the issue?

I am using the cask version of Ollama 0.9.5 installed by brew on macOS. Usually I could updated to the latest version by clicking the "Restart to update" menu on the menu bar.

But for 0.9.5, I couldn't do that. After clicking the restart menu and input the root password, Ollama showed the settings window instead of quit and restart.

The settings window was newly added in the recent versions.

Image

Relevant log output


OS

macOS

GPU

Apple

CPU

Apple

Ollama version

0.9.5

Originally created by @owenzhao on GitHub (Jul 9, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11336 ### What is the issue? I am using the cask version of Ollama 0.9.5 installed by brew on macOS. Usually I could updated to the latest version by clicking the "Restart to update" menu on the menu bar. But for 0.9.5, I couldn't do that. After clicking the restart menu and input the root password, Ollama showed the settings window instead of quit and restart. The settings window was newly added in the recent versions. <img width="752" height="592" alt="Image" src="https://github.com/user-attachments/assets/f05c93ee-3c8c-4070-ade3-fbede04765b0" /> ### Relevant log output ```shell ``` ### OS macOS ### GPU Apple ### CPU Apple ### Ollama version 0.9.5
GiteaMirror added the installmacosappbug labels 2026-05-04 18:23:56 -05:00
Author
Owner

@belfie13 commented on GitHub (Jul 9, 2025):

same problem here but i have the .dmg from releases here.
used to say restart to update, requires admin for helper, i login, it restarts with new version
now restarts as 0.9.5 still

system macos 12.7.6
AMD Radeon R9 M390 2 GB
3.2 GHz Quad-Core Intel Core i5
Ollama 0.9.5

<!-- gh-comment-id:3054172432 --> @belfie13 commented on GitHub (Jul 9, 2025): same problem here but i have the .dmg from releases here. used to say restart to update, requires admin for helper, i login, it restarts with new version now restarts as 0.9.5 still system macos 12.7.6 AMD Radeon R9 M390 2 GB 3.2 GHz Quad-Core Intel Core i5 Ollama 0.9.5
Author
Owner

@owenzhao commented on GitHub (Jul 9, 2025):

I workaround this by using brew. However, brew upgrade didn't work. I have to use brew install. And somehow for brew it was upgraded from 0.6.1 to 0.9.6. Not 0.9.5 to 0.9.6, which was the real matter.

% brew info ollama --cask
Warning: Cask ollama was renamed to ollama-app.
==> ollama-app: 0.9.6 (auto_updates)
https://ollama.ai/
Installed
/opt/homebrew/Caskroom/ollama-app/0.6.1 (106.3MB)
  Installed using the formulae.brew.sh API on 2025-03-16 at 06:41:36
From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/o/ollama-app.rb
==> Name
Ollama
==> Description
Get up and running with large language models locally
==> Artifacts
Ollama.app (App)
/Applications/Ollama.app/Contents/Resources/ollama (Binary)
==> Analytics
install: 2,344 (30 days), 2,345 (90 days), 2,344 (365 days)
% brew upgrade --cask
==> Downloading https://formulae.brew.sh/api/cask.jws.json
% ollama -v      
ollama version is 0.9.5
% brew install ollama --cask
==> Upgrading 1 outdated package:
ollama-app 0.6.1 -> 0.9.6
==> Upgrading ollama-app
==> Downloading https://github.com/ollama/ollama/releases/download/v0.9.6/Ollama-darwin.zip
==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/658928958/503b
######################################################################################################### 100.0%
==> Backing App 'Ollama.app' up to '/opt/homebrew/Caskroom/ollama-app/0.6.1/Ollama.app'
==> Removing App '/Applications/Ollama.app'
==> Unlinking Binary '/opt/homebrew/bin/ollama'
==> Moving App 'Ollama.app' to '/Applications/Ollama.app'
==> Linking Binary 'ollama' to '/opt/homebrew/bin/ollama'
==> Purging files for version 0.6.1 of Cask ollama-app
🍺  ollama-app was successfully upgraded!
% ollama -v
ollama version is 0.9.6
<!-- gh-comment-id:3054245946 --> @owenzhao commented on GitHub (Jul 9, 2025): I workaround this by using brew. However, brew upgrade didn't work. I have to use brew install. And somehow for brew it was upgraded from 0.6.1 to 0.9.6. Not 0.9.5 to 0.9.6, which was the real matter. ```bash % brew info ollama --cask Warning: Cask ollama was renamed to ollama-app. ==> ollama-app: 0.9.6 (auto_updates) https://ollama.ai/ Installed /opt/homebrew/Caskroom/ollama-app/0.6.1 (106.3MB) Installed using the formulae.brew.sh API on 2025-03-16 at 06:41:36 From: https://github.com/Homebrew/homebrew-cask/blob/HEAD/Casks/o/ollama-app.rb ==> Name Ollama ==> Description Get up and running with large language models locally ==> Artifacts Ollama.app (App) /Applications/Ollama.app/Contents/Resources/ollama (Binary) ==> Analytics install: 2,344 (30 days), 2,345 (90 days), 2,344 (365 days) % brew upgrade --cask ==> Downloading https://formulae.brew.sh/api/cask.jws.json % ollama -v ollama version is 0.9.5 % brew install ollama --cask ==> Upgrading 1 outdated package: ollama-app 0.6.1 -> 0.9.6 ==> Upgrading ollama-app ==> Downloading https://github.com/ollama/ollama/releases/download/v0.9.6/Ollama-darwin.zip ==> Downloading from https://objects.githubusercontent.com/github-production-release-asset-2e65be/658928958/503b ######################################################################################################### 100.0% ==> Backing App 'Ollama.app' up to '/opt/homebrew/Caskroom/ollama-app/0.6.1/Ollama.app' ==> Removing App '/Applications/Ollama.app' ==> Unlinking Binary '/opt/homebrew/bin/ollama' ==> Moving App 'Ollama.app' to '/Applications/Ollama.app' ==> Linking Binary 'ollama' to '/opt/homebrew/bin/ollama' ==> Purging files for version 0.6.1 of Cask ollama-app 🍺 ollama-app was successfully upgraded! % ollama -v ollama version is 0.9.6 ```
Author
Owner

@owenzhao commented on GitHub (Jul 11, 2025):

This issue still exists on 0.9.6, as today 0.9.7 is available.

<!-- gh-comment-id:3063758405 --> @owenzhao commented on GitHub (Jul 11, 2025): This issue still exists on 0.9.6, as today 0.9.7 is available.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#69535