[PR #9943] macapp/src - Changes MacOS installer to skip symlink step if CLI is already installed #59801

Open
opened 2026-04-29 14:44:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/9943
Author: @kaviraj-j
Created: 3/22/2025
Status: 🔄 Open

Base: mainHead: fix/macos_app_installer_custom_path


📝 Commits (1)

  • a02976d macapp/src - Changes MacOS installer to skip symlink step if CLI is already installed

📊 Changes

3 files changed (+114 additions, -12 deletions)

View changed files

📝 macapp/src/app.tsx (+61 -2)
📝 macapp/src/index.ts (+25 -5)
📝 macapp/src/install.ts (+28 -5)

📄 Description

Resolves #283

  • When installing the Mac app, users will be asked to install the CLI in the default PATH using administrator access, or else they can configure the custom path themselves.
  • And they can keep that as preference, so that this won't be prompted again and again.

🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/9943 **Author:** [@kaviraj-j](https://github.com/kaviraj-j) **Created:** 3/22/2025 **Status:** 🔄 Open **Base:** `main` ← **Head:** `fix/macos_app_installer_custom_path` --- ### 📝 Commits (1) - [`a02976d`](https://github.com/ollama/ollama/commit/a02976d237da89e80a75cd35d879a96deb02338a) macapp/src - Changes MacOS installer to skip symlink step if CLI is already installed ### 📊 Changes **3 files changed** (+114 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `macapp/src/app.tsx` (+61 -2) 📝 `macapp/src/index.ts` (+25 -5) 📝 `macapp/src/install.ts` (+28 -5) </details> ### 📄 Description Resolves #283 - When installing the Mac app, users will be asked to install the CLI in the default PATH using administrator access, or else they can configure the custom path themselves. - And they can keep that as preference, so that this won't be prompted again and again. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-29 14:44:16 -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#59801