[PR #2498] [CLOSED] Windows Preview #9650

Closed
opened 2025-11-12 15:11:04 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/2498
Author: @mxyng
Created: 2/14/2024
Status: Closed

Base: mainHead: mxyng/app


📝 Commits (5)

  • eacd8de Move Mac App to a new dir
  • bf08f29 Move hub auth out to new package
  • 678ef29 Implement new Go based Desktop app
  • f243226 Import "containerd/console" lib to support colorful output in Windows terminal
  • d8e5f46 Fix lint error on ignored error for win console

📊 Changes

87 files changed (+2756 additions, -219 deletions)

View changed files

📝 .gitignore (+2 -1)
📝 app/README.md (+14 -13)
app/assets/app.ico (+0 -0)
app/assets/assets.go (+17 -0)
app/assets/setup.bmp (+0 -0)
app/assets/tray.ico (+0 -0)
app/assets/tray_upgrade.ico (+0 -0)
app/lifecycle/getstarted_nonwindows.go (+9 -0)
app/lifecycle/getstarted_windows.go (+44 -0)
app/lifecycle/lifecycle.go (+83 -0)
app/lifecycle/logging.go (+46 -0)
app/lifecycle/logging_nonwindows.go (+9 -0)
app/lifecycle/logging_windows.go (+19 -0)
app/lifecycle/paths.go (+79 -0)
app/lifecycle/server.go (+135 -0)
app/lifecycle/server_unix.go (+12 -0)
app/lifecycle/server_windows.go (+13 -0)
app/lifecycle/updater.go (+216 -0)
app/lifecycle/updater_nonwindows.go (+12 -0)
app/lifecycle/updater_windows.go (+79 -0)

...and 67 more files

📄 Description

Copy of #2481 using branch


🔄 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/2498 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 2/14/2024 **Status:** ❌ Closed **Base:** `main` ← **Head:** `mxyng/app` --- ### 📝 Commits (5) - [`eacd8de`](https://github.com/ollama/ollama/commit/eacd8de685ab58231591845a2ef85fdada1aaf87) Move Mac App to a new dir - [`bf08f29`](https://github.com/ollama/ollama/commit/bf08f29f46c8b04dfa06c4d03e62da4ef99696bd) Move hub auth out to new package - [`678ef29`](https://github.com/ollama/ollama/commit/678ef297d5481924e57c110197db22e3c3da395a) Implement new Go based Desktop app - [`f243226`](https://github.com/ollama/ollama/commit/f2432263ca6438572eac20404be6ef86d02c9f11) Import "containerd/console" lib to support colorful output in Windows terminal - [`d8e5f46`](https://github.com/ollama/ollama/commit/d8e5f467cdb92b5cb6ffca51851431a612495826) Fix lint error on ignored error for win console ### 📊 Changes **87 files changed** (+2756 additions, -219 deletions) <details> <summary>View changed files</summary> 📝 `.gitignore` (+2 -1) 📝 `app/README.md` (+14 -13) ➕ `app/assets/app.ico` (+0 -0) ➕ `app/assets/assets.go` (+17 -0) ➕ `app/assets/setup.bmp` (+0 -0) ➕ `app/assets/tray.ico` (+0 -0) ➕ `app/assets/tray_upgrade.ico` (+0 -0) ➕ `app/lifecycle/getstarted_nonwindows.go` (+9 -0) ➕ `app/lifecycle/getstarted_windows.go` (+44 -0) ➕ `app/lifecycle/lifecycle.go` (+83 -0) ➕ `app/lifecycle/logging.go` (+46 -0) ➕ `app/lifecycle/logging_nonwindows.go` (+9 -0) ➕ `app/lifecycle/logging_windows.go` (+19 -0) ➕ `app/lifecycle/paths.go` (+79 -0) ➕ `app/lifecycle/server.go` (+135 -0) ➕ `app/lifecycle/server_unix.go` (+12 -0) ➕ `app/lifecycle/server_windows.go` (+13 -0) ➕ `app/lifecycle/updater.go` (+216 -0) ➕ `app/lifecycle/updater_nonwindows.go` (+12 -0) ➕ `app/lifecycle/updater_windows.go` (+79 -0) _...and 67 more files_ </details> ### 📄 Description Copy of #2481 using branch --- <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 2025-11-12 15:11:04 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama-ollama#9650
No description provided.