[GH-ISSUE #3186] Support alternate symlink path for ARM Mac #48475

Open
opened 2026-04-28 08:36:12 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @vassilmladenov on GitHub (Mar 16, 2024).
Original GitHub issue: https://github.com/ollama/ollama/issues/3186

Originally assigned to: @BruceMacD on GitHub.

What are you trying to do?

If you install Ollama with a brew install --cask ollama on ARM, it creates a symlink at /opt/homebrew/bin/ollama, but the app still wants to run its install script to put a symlink in /usr/local/bin/ollama I think because of this line:

https://github.com/ollama/ollama/blob/main/macapp/src/install.ts#L9

Which causes it to pop up this window

Screenshot 2024-03-16 at 12 52 24 PM

even though ollama run is working fine in the Terminal.

How should we solve this?

some kind of plist that lets you specify the ollama symlink or even just hardcoding /opt/homebrew/bin/ollama as a possibility since that's the new default Homebrew path for ARM

What is the impact of not solving this?

Closing the "Welcome to Ollama" window when it pops up

Anything else?

No response

Originally created by @vassilmladenov on GitHub (Mar 16, 2024). Original GitHub issue: https://github.com/ollama/ollama/issues/3186 Originally assigned to: @BruceMacD on GitHub. ### What are you trying to do? If you install Ollama with a `brew install --cask ollama` on ARM, it creates a symlink at `/opt/homebrew/bin/ollama`, but the app still wants to run its install script to put a symlink in `/usr/local/bin/ollama` I think because of this line: https://github.com/ollama/ollama/blob/main/macapp/src/install.ts#L9 Which causes it to pop up this window <img width="512" alt="Screenshot 2024-03-16 at 12 52 24 PM" src="https://github.com/ollama/ollama/assets/5396637/23a169bb-1664-4b03-8b59-a2a993b7bc99"> even though `ollama run` is working fine in the Terminal. ### How should we solve this? some kind of plist that lets you specify the ollama symlink or even just hardcoding `/opt/homebrew/bin/ollama` as a possibility since that's the new default Homebrew path for ARM ### What is the impact of not solving this? Closing the "Welcome to Ollama" window when it pops up ### Anything else? _No response_
GiteaMirror added the bug label 2026-04-28 08:36:12 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#48475