[PR #14697] Add FreeBSD Support #46041

Open
opened 2026-04-25 01:36:06 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/14697
Author: @Aesthetikx
Created: 3/7/2026
Status: 🔄 Open

Base: mainHead: freebsd-support


📝 Commits (1)

📊 Changes

2 files changed (+107 additions, -0 deletions)

View changed files

discover/cpu_freebsd.go (+100 -0)
llm/llm_freebsd.go (+7 -0)

📄 Description

These changes were sufficient to get Ollama running successfully for me on FreeBSD, utilizing either GPU via Vulkan or CPU inference. Compared to #4172, I think these changes are simpler, as the project has evolved since the time of that PR. However, this does not address OpenBSD, NetBSD, etc.


🔄 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/14697 **Author:** [@Aesthetikx](https://github.com/Aesthetikx) **Created:** 3/7/2026 **Status:** 🔄 Open **Base:** `main` ← **Head:** `freebsd-support` --- ### 📝 Commits (1) - [`25353bd`](https://github.com/ollama/ollama/commit/25353bd3c20ce785c19dfb6592a44636fb8121bb) Add FreeBSD support ### 📊 Changes **2 files changed** (+107 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `discover/cpu_freebsd.go` (+100 -0) ➕ `llm/llm_freebsd.go` (+7 -0) </details> ### 📄 Description These changes were sufficient to get Ollama running successfully for me on FreeBSD, utilizing either GPU via Vulkan or CPU inference. Compared to #4172, I think these changes are simpler, as the project has evolved since the time of that PR. However, this does not address OpenBSD, NetBSD, etc. --- <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-25 01:36:06 -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#46041