Skip to main content

Updating Goose

The Goose CLI and desktop apps are under active and continuous development. To get the newest features and fixes, you should periodically update your Goose client using the following instructions.

You can update Goose by running:

goose update

Additional options:

# Update to latest canary (development) version
goose update --canary

# Update and reconfigure settings
goose update --reconfigure

Or you can run the installation script again:

curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash

To check your current Goose version, use the following command:

goose --version