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:
- Extract the downloaded tar.bz2 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 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.
There isn't native CLI support for Windows. You can run Goose CLI using WSL (Windows Subsystem for Linux).
If you haven't set up WSL yet:
- Open PowerShell as Administrator and install WSL and the default Ubuntu distribution:
wsl --install
- If prompted, restart your computer to complete the WSL installation. Once restarted, or if WSL is already installed, launch your Ubuntu shell by running:
wsl -d Ubuntu
- Run the Goose installation script:
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | bash
If you encounter any issues on download, you might need to install bzip2
to extract the downloaded file:
sudo apt update && sudo apt install bzip2 -y
If you already have Goose CLI installed in WSL, you can update it:
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 within WSL:
curl -fsSL https://github.com/block/goose/releases/download/stable/download_cli.sh | CONFIGURE=false bash
To check your current Goose version within WSL, use:
goose --version