Skip to main content

Updating Goose

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