[PR #15937] [MERGED] launch: claude app #77661

Closed
opened 2026-05-05 10:20:14 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/15937
Author: @ParthSareen
Created: 5/2/2026
Status: Merged
Merged: 5/3/2026
Merged by: @ParthSareen

Base: mainHead: parth-launch-claude-app


📝 Commits (7)

  • 0d9cf79 launch: add Claude Desktop integration
  • 82c77ec launch: support Claude Desktop on Windows
  • 347756e launch: use Claude Desktop model autodiscovery
  • daeb654 launch: refine Claude Desktop integration
  • 56319e1 cleanup
  • 5266fa5 Center Claude Desktop launch naming
  • 717447d docs updates and tui mesasging

📊 Changes

21 files changed (+2936 additions, -91 deletions)

View changed files

📝 app/store/database.go (+10 -9)
app/ui/app/public/launch-icons/claude-code.svg (+1 -0)
📝 app/ui/app/src/components/LaunchCommands.tsx (+26 -18)
📝 cmd/cmd.go (+10 -2)
📝 cmd/cmd_launcher_test.go (+16 -15)
cmd/launch/claude_desktop.go (+889 -0)
cmd/launch/claude_desktop_test.go (+938 -0)
📝 cmd/launch/command_test.go (+59 -0)
📝 cmd/launch/integrations_test.go (+59 -1)
📝 cmd/launch/launch.go (+319 -29)
📝 cmd/launch/launch_test.go (+427 -0)
📝 cmd/launch/models.go (+32 -5)
📝 cmd/launch/registry.go (+22 -1)
📝 cmd/tui/signin_test.go (+0 -1)
📝 cmd/tui/tui.go (+1 -1)
📝 cmd/tui/tui_test.go (+46 -8)
📝 docs/docs.json (+2 -1)
docs/images/claude-code-kimi-k2-6.png (+0 -0)
docs/images/claude-cowork-kimi-k2-6.png (+0 -0)
docs/integrations/claude-desktop.mdx (+78 -0)

...and 1 more files

📄 Description

Full integration with the Claude App. Works with Claude Cowork and Code within the app.

Launch with: ollama launch claude-app

Restore original app with: ollama launch claude-app --restore

Launch persists in this case


🔄 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/15937 **Author:** [@ParthSareen](https://github.com/ParthSareen) **Created:** 5/2/2026 **Status:** ✅ Merged **Merged:** 5/3/2026 **Merged by:** [@ParthSareen](https://github.com/ParthSareen) **Base:** `main` ← **Head:** `parth-launch-claude-app` --- ### 📝 Commits (7) - [`0d9cf79`](https://github.com/ollama/ollama/commit/0d9cf79b5410a8f98fb6eb2e6cce13b0731af519) launch: add Claude Desktop integration - [`82c77ec`](https://github.com/ollama/ollama/commit/82c77ec1f13bb3f81e73ba15b5f7befd8bcb386d) launch: support Claude Desktop on Windows - [`347756e`](https://github.com/ollama/ollama/commit/347756e1ced84614deb0621f3f5554becce172eb) launch: use Claude Desktop model autodiscovery - [`daeb654`](https://github.com/ollama/ollama/commit/daeb65465159028985571496b69a0c29100211fa) launch: refine Claude Desktop integration - [`56319e1`](https://github.com/ollama/ollama/commit/56319e1d8a5e6500185794bcd7d504d01e9bd056) cleanup - [`5266fa5`](https://github.com/ollama/ollama/commit/5266fa55c9349f79235f3ed5e8b3085b6160299d) Center Claude Desktop launch naming - [`717447d`](https://github.com/ollama/ollama/commit/717447d367ac003af55dd59bff58b10ddc334405) docs updates and tui mesasging ### 📊 Changes **21 files changed** (+2936 additions, -91 deletions) <details> <summary>View changed files</summary> 📝 `app/store/database.go` (+10 -9) ➕ `app/ui/app/public/launch-icons/claude-code.svg` (+1 -0) 📝 `app/ui/app/src/components/LaunchCommands.tsx` (+26 -18) 📝 `cmd/cmd.go` (+10 -2) 📝 `cmd/cmd_launcher_test.go` (+16 -15) ➕ `cmd/launch/claude_desktop.go` (+889 -0) ➕ `cmd/launch/claude_desktop_test.go` (+938 -0) 📝 `cmd/launch/command_test.go` (+59 -0) 📝 `cmd/launch/integrations_test.go` (+59 -1) 📝 `cmd/launch/launch.go` (+319 -29) 📝 `cmd/launch/launch_test.go` (+427 -0) 📝 `cmd/launch/models.go` (+32 -5) 📝 `cmd/launch/registry.go` (+22 -1) 📝 `cmd/tui/signin_test.go` (+0 -1) 📝 `cmd/tui/tui.go` (+1 -1) 📝 `cmd/tui/tui_test.go` (+46 -8) 📝 `docs/docs.json` (+2 -1) ➕ `docs/images/claude-code-kimi-k2-6.png` (+0 -0) ➕ `docs/images/claude-cowork-kimi-k2-6.png` (+0 -0) ➕ `docs/integrations/claude-desktop.mdx` (+78 -0) _...and 1 more files_ </details> ### 📄 Description Full integration with the Claude App. Works with Claude Cowork and Code within the app. Launch with: `ollama launch claude-app` Restore original app with: `ollama launch claude-app --restore` Launch persists in this case --- <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-05-05 10:20:14 -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#77661