[PR #14060] [MERGED] scripts: add macOS support to install.sh #25030

Closed
opened 2026-04-19 17:57:39 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14060
Author: @BruceMacD
Created: 2/4/2026
Status: Merged
Merged: 2/5/2026
Merged by: @BruceMacD

Base: mainHead: brucemacd/all-the-install-scripts


📝 Commits (1)

  • a35d13b scripts: add macOS support to install.sh

📊 Changes

2 files changed (+83 additions, -3 deletions)

View changed files

.github/workflows/test-install.yaml (+22 -0)
📝 scripts/install.sh (+61 -3)

📄 Description

Allow installing Ollama on MacOS directly from the command line. This is inline with other CLI tools and results in a more streamlined experience when the user is looking to use the CLI specifically.

Running install.sh on MacOS:

❯ sh scripts/install.sh
>>> Stopping running Ollama instance...
>>> Removing existing Ollama installation...
>>> Downloading Ollama for macOS...
############################################################################################## 100.0%
>>> Installing Ollama to /Applications...
>>> Adding 'ollama' command to PATH (may require password)...
>>> Starting Ollama...
>>> Install complete. You can now run 'ollama'.

Linux install unchanged.


🔄 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/14060 **Author:** [@BruceMacD](https://github.com/BruceMacD) **Created:** 2/4/2026 **Status:** ✅ Merged **Merged:** 2/5/2026 **Merged by:** [@BruceMacD](https://github.com/BruceMacD) **Base:** `main` ← **Head:** `brucemacd/all-the-install-scripts` --- ### 📝 Commits (1) - [`a35d13b`](https://github.com/ollama/ollama/commit/a35d13b2ba9fab04aedbbf264436cccef3670013) scripts: add macOS support to install.sh ### 📊 Changes **2 files changed** (+83 additions, -3 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/test-install.yaml` (+22 -0) 📝 `scripts/install.sh` (+61 -3) </details> ### 📄 Description Allow installing Ollama on MacOS directly from the command line. This is inline with other CLI tools and results in a more streamlined experience when the user is looking to use the CLI specifically. Running install.sh on MacOS: ```bash ❯ sh scripts/install.sh >>> Stopping running Ollama instance... >>> Removing existing Ollama installation... >>> Downloading Ollama for macOS... ############################################################################################## 100.0% >>> Installing Ollama to /Applications... >>> Adding 'ollama' command to PATH (may require password)... >>> Starting Ollama... >>> Install complete. You can now run 'ollama'. ``` Linux install unchanged. --- <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-19 17:57:39 -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#25030