[GH-ISSUE #793] Linux and Mac install consistency #379

Closed
opened 2026-04-12 10:01:25 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @jmorganca on GitHub (Oct 15, 2023).
Original GitHub issue: https://github.com/ollama/ollama/issues/793

Ollama's Linux setup script and macOS app have slightly different configurations making it hard to provide consistent instructions to pull, serve and run models. It also makes it harder to debug since logs are in different locations.

Linux:

  • Creates a dedicated ollama user
  • Models live under /usr/share/ollama/.ollama

macOS:

  • Uses your existing user
  • Models live under ~/.ollama

As much as possible (without breaking conventions) using Ollama on Linux and Mac should have a consistent experience starting with the current user

Originally created by @jmorganca on GitHub (Oct 15, 2023). Original GitHub issue: https://github.com/ollama/ollama/issues/793 Ollama's Linux setup script and macOS app have slightly different configurations making it hard to provide consistent instructions to pull, serve and run models. It also makes it harder to debug since logs are in different locations. Linux: * Creates a dedicated `ollama` user * Models live under `/usr/share/ollama/.ollama` macOS: * Uses your existing user * Models live under `~/.ollama` As much as possible (without breaking conventions) using Ollama on Linux and Mac should have a consistent experience starting with the current user
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#379