Fix Linux desktop download links to point to actual desktop versions#3051
Merged
blackgirlbytes merged 1 commit intomainfrom Jun 24, 2025
Merged
Fix Linux desktop download links to point to actual desktop versions#3051blackgirlbytes merged 1 commit intomainfrom
blackgirlbytes merged 1 commit intomainfrom
Conversation
- Replace CLI tar.bz2 links with proper desktop DEB and RPM packages - Use stable release URLs instead of hardcoded version numbers for consistency - Update Windows download to also use stable release for consistency - Improve button labels to clearly indicate which Linux distributions they support Fixes #3032
Contributor
|
blackgirlbytes
approved these changes
Jun 24, 2025
btdeviant
pushed a commit
to btdeviant/goose
that referenced
this pull request
Jun 25, 2025
ahau-square
pushed a commit
that referenced
this pull request
Jun 25, 2025
* origin/main: Session file security updates (#3071) feat(ui): Add drag and drop support for opening sessions from finder. (#3070) Mnovich/fix cli permisisons (#3074) copy permission fix for cli (#3073) Update download_cli.sh to support arbitrary Goose versions (#3060) fix(temporal-service): makes the search for possible temporal paths parallel. (#3062) added MCPs menu item (#3066) fix missing dependencies for cli (#3065) feat: created sub recipe tools (#2982) attempt to build CLI native for Windows (#3058) docs: typo - wrong extension id (#3063) fix(docs): teach Goose how to spell “autonomous” 🪿📚 (#3061) feat (cli): list Groq-supported models (#3048) Fix session corruption issues (#3052) feat: update to get vector db path from env var for vector tool strategy (#3042) Fix Linux desktop download links to point to actual desktop versions (#3051) fix temporal build for windows (#3045) fix cron parsing for windows (#3044)
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
…lock#3051) Signed-off-by: Soroosh <soroosh.sarabadani@gmail.com>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Problem
The Linux desktop download page was linking to CLI versions of Goose instead of the desktop versions, as reported in #3032.
Root Cause Analysis
goose-x86_64-unknown-linux-gnu.tar.bz2andgoose-aarch64-unknown-linux-gnu.tar.bz2which are CLI versionsv1.0.29) instead of using the stable release like macOS doesSolution
Fixed Linux Desktop Downloads
goose_1.0.29_amd64.deb(desktop version for Ubuntu/Debian)Goose-1.0.29-1.x86_64.rpm(desktop version for RHEL/Fedora)Consistency Improvements
/releases/download/stable/URLs instead of hardcoded version numbersBetter UX
Testing
Fixes #3032
Users downloading from the Linux desktop installation page will now get the actual desktop versions instead of CLI versions.