[GH-ISSUE #10507] Fully support Tauri in OLLAMA_ORIGINS (Specifically missing Windows support) #32674

Open
opened 2026-04-22 14:23:36 -05:00 by GiteaMirror · 0 comments
Owner

Originally created by @camfulton on GitHub (Apr 30, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/10507

Hi,

I see that ollama has support for requests coming from the tauri:// protocol in the defaults for OLLAMA_ORIGINS, which is great! However, because of backwards compatibility issues with Windows WebView, applications built for Windows using Tauri send requests from http(s)://tauri.localhost, rather than using the tauri:// protocol.

This means anyone developing apps with Tauri will either need to make changes to the OLLAMA_ORIGINS envar and prompt users to restart ollama, or ask users to make those changes themselves, but only for their Windows builds.

Given that you were willing to add support for the protocol, would the team be open to a PR which fully fleshes out support for Tauri? I'd be happy to open one up if the team would accept it.

Thanks!

Originally created by @camfulton on GitHub (Apr 30, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/10507 Hi, I see that ollama has support for requests coming from the `tauri://` protocol in the defaults for OLLAMA_ORIGINS, which is great! However, because of backwards compatibility issues with Windows WebView, applications built for Windows using Tauri send requests from `http(s)://tauri.localhost`, rather than using the `tauri://` protocol. This means anyone developing apps with Tauri will either need to make changes to the `OLLAMA_ORIGINS` envar and prompt users to restart ollama, or ask users to make those changes themselves, but only for their Windows builds. Given that you were willing to add support for the protocol, would the team be open to a PR which fully fleshes out support for Tauri? **I'd be happy to open one up if the team would accept it.** Thanks!
GiteaMirror added the feature request label 2026-04-22 14:23: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#32674