Skip to content

Commit c20b9a1

Browse files
committed
fix(install): use claude.ai redirect as primary DMG URL
The googleapis URL is pinned to a specific build; the claude.ai redirect always resolves to the latest release. Promote it to primary and demote the pinned CDN URL to fallback.
1 parent e2f2e95 commit c20b9a1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,8 @@ VERSION="2.0.0"
2727
CLAUDE_VERSION="latest"
2828

2929
# Official Anthropic download URLs
30-
DMG_URL_PRIMARY="https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest/Claude.dmg"
31-
DMG_URL_FALLBACK="https://claude.ai/api/desktop/darwin/universal/dmg/latest/redirect"
30+
DMG_URL_PRIMARY="https://claude.ai/api/desktop/darwin/universal/dmg/latest/redirect"
31+
DMG_URL_FALLBACK="https://storage.googleapis.com/osprey-downloads-c02f6a0d-347c-492b-a752-3e0651722e97/nest/Claude.dmg"
3232

3333
# Stub download URLs (from GitHub repo)
3434
REPO_BASE="https://raw.githubusercontent.com/johnzfitch/claude-cowork-linux/master"

0 commit comments

Comments
 (0)