[GH-ISSUE #11549] Ollama not removed from my system and I cannot figure out where it is #33380

Closed
opened 2026-04-22 15:58:18 -05:00 by GiteaMirror · 3 comments
Owner

Originally created by @asibahi on GitHub (Jul 27, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11549

What is the issue?

Hello. I had recently uninstalled Ollama from my MacOS. I upgraded today to the beta of Tahoe and now every time I log on I am faced with these two screens

Image Image

How do I get rid of that?

Relevant log output


OS

No response

GPU

No response

CPU

No response

Ollama version

No response

Originally created by @asibahi on GitHub (Jul 27, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11549 ### What is the issue? Hello. I had recently uninstalled Ollama from my MacOS. I upgraded today to the beta of Tahoe and now every time I log on I am faced with these two screens <img width="309" height="317" alt="Image" src="https://github.com/user-attachments/assets/d1b7063f-cad8-4fed-8469-0fca15e9410a" /> <img width="436" height="433" alt="Image" src="https://github.com/user-attachments/assets/45c44e31-2321-4f3c-8e31-3a365ed49d16" /> How do I get rid of that? ### Relevant log output ```shell ``` ### OS _No response_ ### GPU _No response_ ### CPU _No response_ ### Ollama version _No response_
GiteaMirror added the bug label 2026-04-22 15:58:18 -05:00
Author
Owner

@jmorganca commented on GitHub (Jul 27, 2025):

Sorry this happened. Ollama must be installed somewhere for this to open up. In any case you can go to System Settings – Login Items & Extensions to disable this. In the meantime, I will look into why the "Move to applications" dialog showed up, that should be skipped

<!-- gh-comment-id:3124727796 --> @jmorganca commented on GitHub (Jul 27, 2025): Sorry this happened. Ollama must be installed somewhere for this to open up. In any case you can go to System Settings – Login Items & Extensions to disable this. In the meantime, I will look into why the "Move to applications" dialog showed up, that should be skipped
Author
Owner

@asibahi commented on GitHub (Jul 27, 2025):

Where can I figure out where it is installed? It is not in Downloads and it is not in the Applications folder.

<!-- gh-comment-id:3124728783 --> @asibahi commented on GitHub (Jul 27, 2025): Where can I figure out where it is installed? It is not in Downloads and it is not in the Applications folder.
Author
Owner

@igorschlum commented on GitHub (Jul 28, 2025):

Hi @asibahi
It sounds like Ollama is still launching automatically at login, even though you thought you had uninstalled it. This usually happens if the app was added to your login items.

Here are a few steps you can take to fully remove it:
Check Login Items:
• Go to System Settings > General > Login Items.
• Look under “Open at Login” and “Allow in Background”. If you see Ollama there, remove it.

Try running this in Terminal to find it:

sudo find / -name "*ollama*" 2>/dev/null

This might reveal where the app is.

<!-- gh-comment-id:3125671086 --> @igorschlum commented on GitHub (Jul 28, 2025): Hi @asibahi It sounds like Ollama is still launching automatically at login, even though you thought you had uninstalled it. This usually happens if the app was added to your login items. Here are a few steps you can take to fully remove it: Check Login Items: • Go to System Settings > General > Login Items. • Look under “Open at Login” and “Allow in Background”. If you see Ollama there, remove it. Try running this in Terminal to find it: ```bash sudo find / -name "*ollama*" 2>/dev/null ``` This might reveal where the app is.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#33380