[PR #4612] [MERGED] added new community integration (headless-ollama) #37414

Closed
opened 2026-04-22 22:07:36 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/4612
Author: @nischalj10
Created: 5/24/2024
Status: Merged
Merged: 6/9/2024
Merged by: @jmorganca

Base: mainHead: main


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -0 deletions)

View changed files

📝 README.md (+1 -0)

📄 Description

ollama makes it wonderfully easy to build desktop apps that rely on local LLMs with its js and python libraries.

however, the user's system needs to have ollama already installed for the desktop app to use the libraries and make calls to the LLMs. Making users install ollama client separately isn't good UX tbh. thus, "headless-ollama"

this repo has pre-run scripts which automatically utilises node runtime to check for the host OS and installs the ollama client and the models needed by the desktop app before the server starts.

this is really helpful while building desktop apps where you want everything to be local and self contained within the system.


🔄 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/4612 **Author:** [@nischalj10](https://github.com/nischalj10) **Created:** 5/24/2024 **Status:** ✅ Merged **Merged:** 6/9/2024 **Merged by:** [@jmorganca](https://github.com/jmorganca) **Base:** `main` ← **Head:** `main` --- ### 📝 Commits (1) - [`5ea0577`](https://github.com/ollama/ollama/commit/5ea057728ec6cc1b4201124f3da414b91d38a9dc) Added headless-ollama ### 📊 Changes **1 file changed** (+1 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+1 -0) </details> ### 📄 Description ollama makes it wonderfully easy to build desktop apps that rely on local LLMs with its js and python libraries. > however, the user's system needs to have ollama already installed for the desktop app to use the libraries and make calls to the LLMs. Making users install ollama client separately isn't good UX tbh. thus, "headless-ollama" this repo has pre-run scripts which automatically utilises node runtime to check for the host OS and installs the ollama client and the models needed by the desktop app before the server starts. this is really helpful while building desktop apps where you want everything to be local and self contained within the system. --- <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-22 22:07:36 -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#37414