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.
- macOS
- Linux
- Windows
- Goose Desktop
- Goose CLI
To update Goose to the latest stable version, reinstall using the instructions below
-
To download Goose Desktop for macOS, click one of the buttons below:
- Unzip the downloaded zip file.
- Run the executable file to launch the Goose Desktop application.
- Overwrite the existing Goose application with the new version.
- Run the executable file to launch the Goose desktop application.
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
- Goose Desktop
- Goose CLI
To update Goose to the latest stable version, reinstall using the instructions below
-
To download Goose Desktop for Linux, choose the buttons below:
For Debian/Ubuntu-based distributions:
2. Download the DEB file
3. Navigate to the directory where it is saved in a terminal
4. Run sudo dpkg -i (filename).deb
5. Launch Goose from the app menu
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
- Goose Desktop
- Goose CLI
To update Goose to the latest stable version, reinstall using the instructions below
-
To download Goose Desktop for Windows, click the button below:
- Unzip the downloaded zip file.
- Run the executable file to launch the Goose Desktop application.
- Overwrite the existing Goose application with the new version.
- Run the executable file to launch the Goose Desktop application.
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 in Git Bash, MSYS2, or PowerShell to update the Goose CLI natively on Windows:
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
Update via Windows Subsystem for Linux (WSL)
To update your WSL installation, use goose update
or run the installation script again via WSL:
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash