Skip to content
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

docs: include Homebrew installation instructions #1410

Merged
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion documentation/docs/getting-started/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,8 @@ import RateLimits from '@site/src/components/RateLimits';
:::
</TabItem>
<TabItem value="ui" label="Goose Desktop">
Install Goose directly from the browser or with [Homebrew](https://brew.sh/).
<h3 style={{ marginTop: '1rem' }}>Option 1: Install via Download</h3>
To install Goose, click the **button** below:
<div className="pill-button">
<Link
Expand All @@ -57,7 +59,14 @@ import RateLimits from '@site/src/components/RateLimits';
:::tip Updating Goose
It's best to keep Goose updated. To update, reperform installation steps.
:::

</div>
<h3>Option 2: Install via Homebrew</h3>
Homebrew downloads the [same app](https://github.com/Homebrew/homebrew-cask/blob/master/Casks/b/block-goose.rb) but can take care of updates too.
Copy link
Collaborator

@angiejones angiejones Mar 4, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is hardcoded to v.1.0.11. can it be set to download the latest stable release?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The Homebrew maintainers regularly check for updates, so we basically already have that behavior. You can see their progress here.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It looks like the script that bumps the version runs every ~3 hours. You can see this project on the auto-bump here.

```bash
brew install --cask block-goose
```
---
<div style={{ marginTop: '1rem' }}>
:::note Permissions
If you’re on an Apple Mac M3 and the Goose desktop app shows no window on launch, check and update the following:

Expand Down