Skip to content

chore(release): release version 1.25.0 (minor)#7263

Merged
jamadeo merged 6 commits intomainfrom
release/1.25.0
Feb 25, 2026
Merged

chore(release): release version 1.25.0 (minor)#7263
jamadeo merged 6 commits intomainfrom
release/1.25.0

Conversation

@github-actions
Copy link
Copy Markdown
Contributor

@github-actions github-actions bot commented Feb 17, 2026

Release v1.25.0

How to Release

Push the release tag to trigger the release:

git fetch && git tag v1.25.0 origin/release/1.25.0
git push origin v1.25.0

This PR will auto-merge once the tag is pushed.

Important Notes

  • All commits in this release should have corresponding cherry-picks in main
  • This PR can be closed if the release is not needed.

Changes in This Release

Comparing: v1.24.0...v1.25.0


This release PR was generated automatically.

@github-actions
Copy link
Copy Markdown
Contributor Author

macOS ARM64 Desktop App (Apple Silicon)

📱 Download macOS Desktop App (arm64, unsigned)

Instructions:
After downloading, unzip the file and drag the goose.app to a location you prefer. The app is unsigned, so to run it run xattr -r -d com.apple.quarantine '/path/to/goose.app' and then open the app

To test speech-to-text, you also need to codesign the app with the microphone entitlement:

codesign --force --deep --sign - --entitlements ui/desktop/entitlements.plist '/path/to/Goose.app'

@github-actions
Copy link
Copy Markdown
Contributor Author

macOS ARM64 Desktop App (Apple Silicon)

📱 Download macOS Desktop App (arm64, unsigned)

Instructions:
After downloading, unzip the file and drag the goose.app to a location you prefer. The app is unsigned, so to run it run xattr -r -d com.apple.quarantine '/path/to/goose.app' and then open the app

To test speech-to-text, you also need to codesign the app with the microphone entitlement:

codesign --force --deep --sign - --entitlements ui/desktop/entitlements.plist '/path/to/Goose.app'

@github-actions
Copy link
Copy Markdown
Contributor Author

macOS ARM64 Desktop App (Apple Silicon)

📱 Download macOS Desktop App (arm64, unsigned)

Instructions:
After downloading, unzip the file and drag the goose.app to a location you prefer. The app is unsigned, so to run it run xattr -r -d com.apple.quarantine '/path/to/goose.app' and then open the app

To test speech-to-text, you also need to codesign the app with the microphone entitlement:

codesign --force --deep --sign - --entitlements ui/desktop/entitlements.plist '/path/to/Goose.app'

@jamadeo jamadeo merged commit 5b8b2cf into main Feb 25, 2026
15 of 16 checks passed
@jamadeo jamadeo deleted the release/1.25.0 branch February 25, 2026 17:01
@github-actions
Copy link
Copy Markdown
Contributor Author

macOS ARM64 Desktop App (Apple Silicon)

📱 Download macOS Desktop App (arm64, unsigned)

Instructions:

The easiest way is to just run the following script:

./scripts/pre-release.sh

script which will download the latest release (or you can specify the release you need), does the
unzip, xattr to get it out of quarantine and signs it.

If you need to do this manually:

  • Download the file
  • Unzip
  • run xattr -r -d com.apple.quarantine '/path/to/Goose.app'
  • optionally run codesign --force --deep --sign - --entitlements ui/desktop/entitlements.plist '/path/to/Goose.app'
  • start the app

The signing step is only needed if you do something that uses mac entitlements like speech to text

zanesq added a commit that referenced this pull request Feb 25, 2026
…m-cache

* 'main' of github.com:block/goose:
  chore(release): release version 1.25.0 (minor) (#7263)
  Docs: Community all-stars and page update (#7483)
  fix: searchbar zindex modal overlay (#7502)
  blog: Order Lunch Without Leaving Your AI Agent (#7505)
  feat: gateway to chat to goose - telegram etc (#7199)
  Option to add changeable defaults in goose-releases (#7373)
  Fix out of order messages (#7472)
  fix: ensure latest session always displays in sidebar (#7489)
  docs: rename TLDR to Quick Install in MCP tutorials (#7493)
  docs: update Neighborhood extension page with video embed and layout improvements (#7473)
  feat: let AskAI Discord bot see channels in the server (#7480)
  Apps token limit (#7474)
  fix(apps): declare color-scheme to allow transparent MCP App iframes (#7479)
craigwalkeruk pushed a commit to craigwalkeruk/custom-goose that referenced this pull request Mar 5, 2026
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Co-authored-by: Lifei Zhou <[email protected]>
Co-authored-by: Zane <[email protected]>
Co-authored-by: Jack Amadeo <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants