-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Docs linux desktop #3007
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Docs linux desktop #3007
Conversation
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
angiejones
approved these changes
Jun 19, 2025
Contributor
|
lifeizhou-ap
added a commit
that referenced
this pull request
Jun 20, 2025
* main: Blog: Add video to container use blog (#3008) Use official logo in Goose web (#3012) fix shims for extensions on windows (#3009) fix powershell executions (#3006) Docs linux desktop (#3007) Platform Tool for Scheduler: Allow Goose to Manage Its Own Schedule (#2944) docs: container use blog and guide (#2962) Fix: Workflow syntax (#3002) Added just lint-ui for linting front end code (#2997) fix typo in secret name (#2994) feat(ui): add chain-of-thought panel above assistant messages (#2899) feat(cli): Add `--quiet /-q` flag to goose run (#2939) Feat: Recipe Library (#2946) Docs: Goose on Windows Installation (#2990) Fixes : Workflow error on issue comment (#2958) Add a setting for the quit confirmation dialog (#2901) Update bundle-desktop-windows.yml (#2988) feat: optional fast edit models (#2580) feat: Add lead-worker model selection and real-time model display in GUI (#2964)
laanak08
added a commit
that referenced
this pull request
Jun 24, 2025
# By Max Novich (4) and others # Via Alice Hau * ahau/tool-strategy: updated computercontroller and developer descriptions add additional strats to test Blog: Add video to container use blog (#3008) Use official logo in Goose web (#3012) fix shims for extensions on windows (#3009) fix powershell executions (#3006) Docs linux desktop (#3007) Platform Tool for Scheduler: Allow Goose to Manage Its Own Schedule (#2944) docs: container use blog and guide (#2962) Fix: Workflow syntax (#3002) Added just lint-ui for linting front end code (#2997) fix typo in secret name (#2994) feat(ui): add chain-of-thought panel above assistant messages (#2899) feat(cli): Add `--quiet /-q` flag to goose run (#2939) Feat: Recipe Library (#2946) Docs: Goose on Windows Installation (#2990) Fixes : Workflow error on issue comment (#2958) Add a setting for the quit confirmation dialog (#2901) Update bundle-desktop-windows.yml (#2988) # Conflicts: # Cargo.lock
btdeviant
pushed a commit
to btdeviant/goose
that referenced
this pull request
Jun 25, 2025
s-soroosh
pushed a commit
to s-soroosh/goose
that referenced
this pull request
Jul 18, 2025
Signed-off-by: Soroosh <soroosh.sarabadani@gmail.com>
cbruyndoncx
pushed a commit
to cbruyndoncx/goose
that referenced
this pull request
Jul 20, 2025
joahg
pushed a commit
to joahg/goose
that referenced
this pull request
Dec 15, 2025
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.
This pull request introduces support for Linux installations of Goose Desktop and updates the documentation to reflect these changes. The most important updates include the addition of a new component for Linux installation buttons, updates to installation instructions across multiple documentation files, and enhancements to the update process for Goose CLI and Desktop on Linux and Windows.
Updates to Linux installation support:
documentation/src/components/LinuxDesktopInstallButtons.js: Added a new component,LinuxDesktopInstallButtons, that provides download links for Goose Desktop on Linux, including x86_64, ARM64, and RPM packages.documentation/docs/getting-started/installation.md: Updated the installation guide to include instructions for installing Goose Desktop and CLI on Linux. This includes steps for extracting the tar.bz2 file and running the executable. [1] [2] [3]Updates to Goose update process:
documentation/docs/guides/updating-goose.md: Enhanced the update guide with detailed instructions for updating Goose Desktop and CLI on Linux, including commands for stable and development versions. Added instructions for using Goose CLI on Windows via WSL (Windows Subsystem for Linux). [1] [2]General documentation improvements:
documentation/docs/quickstart.md: Updated the quickstart guide to include Linux installation instructions, replacing the previous note about the unavailability of Goose Desktop for Linux. [1] [2]