[PR #12933] [MERGED] app: add code for macOS and Windows apps under 'app' #39875

Closed
opened 2026-04-23 00:53:16 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/12933
Author: @dhiltgen
Created: 11/3/2025
Status: Merged
Merged: 11/4/2025
Merged by: @dhiltgen

Base: mainHead: dhiltgen/app


📝 Commits (4)

  • 3e4876f app: add code for macOS and Windows apps under 'app'
  • 3c1e9cf app: add readme
  • 6240fc5 app: windows and linux only for now
  • f3ddfdf ci: fix ui CI validation

📊 Changes

212 files changed (+102956 additions, -1462 deletions)

View changed files

📝 .github/workflows/release.yaml (+129 -38)
📝 .github/workflows/test.yaml (+16 -61)
📝 CMakePresets.json (+16 -7)
📝 Dockerfile (+7 -7)
📝 app/.gitignore (+10 -0)
📝 app/README.md (+95 -10)
📝 app/assets/assets.go (+2 -0)
app/assets/background.png (+0 -0)
📝 app/assets/tray.ico (+0 -0)
📝 app/assets/tray_upgrade.ico (+0 -0)
app/auth/connect.go (+26 -0)
app/cmd/app/AppDelegate.h (+7 -0)
app/cmd/app/app.go (+478 -0)
app/cmd/app/app_darwin.go (+269 -0)
app/cmd/app/app_darwin.h (+43 -0)
app/cmd/app/app_darwin.m (+1125 -0)
app/cmd/app/app_windows.go (+439 -0)
app/cmd/app/menu.h (+27 -0)
app/cmd/app/webview.go (+528 -0)
app/cmd/squirrel/Info.plist (+40 -0)

...and 80 more files

📄 Description

No description provided


🔄 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/12933 **Author:** [@dhiltgen](https://github.com/dhiltgen) **Created:** 11/3/2025 **Status:** ✅ Merged **Merged:** 11/4/2025 **Merged by:** [@dhiltgen](https://github.com/dhiltgen) **Base:** `main` ← **Head:** `dhiltgen/app` --- ### 📝 Commits (4) - [`3e4876f`](https://github.com/ollama/ollama/commit/3e4876f0c7d180561644abaa945abaefc69d3d28) app: add code for macOS and Windows apps under 'app' - [`3c1e9cf`](https://github.com/ollama/ollama/commit/3c1e9cf19f45a762e444a86290e2bffdc6b2f4fb) app: add readme - [`6240fc5`](https://github.com/ollama/ollama/commit/6240fc5740c7478409e7a21e9683f80aee4e2c9c) app: windows and linux only for now - [`f3ddfdf`](https://github.com/ollama/ollama/commit/f3ddfdf234e5b93f9ade1f0c8ce0aedd99533784) ci: fix ui CI validation ### 📊 Changes **212 files changed** (+102956 additions, -1462 deletions) <details> <summary>View changed files</summary> 📝 `.github/workflows/release.yaml` (+129 -38) 📝 `.github/workflows/test.yaml` (+16 -61) 📝 `CMakePresets.json` (+16 -7) 📝 `Dockerfile` (+7 -7) 📝 `app/.gitignore` (+10 -0) 📝 `app/README.md` (+95 -10) 📝 `app/assets/assets.go` (+2 -0) ➕ `app/assets/background.png` (+0 -0) 📝 `app/assets/tray.ico` (+0 -0) 📝 `app/assets/tray_upgrade.ico` (+0 -0) ➕ `app/auth/connect.go` (+26 -0) ➕ `app/cmd/app/AppDelegate.h` (+7 -0) ➕ `app/cmd/app/app.go` (+478 -0) ➕ `app/cmd/app/app_darwin.go` (+269 -0) ➕ `app/cmd/app/app_darwin.h` (+43 -0) ➕ `app/cmd/app/app_darwin.m` (+1125 -0) ➕ `app/cmd/app/app_windows.go` (+439 -0) ➕ `app/cmd/app/menu.h` (+27 -0) ➕ `app/cmd/app/webview.go` (+528 -0) ➕ `app/cmd/squirrel/Info.plist` (+40 -0) _...and 80 more files_ </details> ### 📄 Description _No description provided_ --- <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-23 00:53:16 -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#39875