How to install aaif-goose/goose. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.
aaif-goose/goose Installation Guide
How to install aaif-goose/goose. Official project installation instructions and setup guide.
⚡
Automated Install (Recommended)
Quick installation instructions for aaif-goose/goose. This is the fastest way to complete project installation and setup.
Install via curl
curl -fsSL https://hexmos.com/ipm-install | bash &&
ipm i aaif-goose/gooseor
Install via npx
npx @hexmos/ipm i aaif-goose/goosePrerequisites
curl
cli_tooltar
cli_toolbash
shelldpkg
package_managerVersion: >=1.17.7
apt-get
package_managerdnf
package_managerExpand-Archive
powershell_cmdletflatpak
package_managerManual Installation Methods
Manual installation instructions. How to install from GitHub source.
CLI Installation Script
curl -fsSL https://github.com/aaif-goose/goose/releases/download/stable/download_cli.sh | bashmacOS (Intel)
curl -LO https://github.com/aaif-goose/goose/releases/download/v1.33.1/goose-x86_64-apple-darwin.tar.gz
tar -xvzf goose-x86_64-apple-darwin.tar.gz
sudo mv goose /usr/local/bin/goosemacOS (ARM/Apple Silicon)
curl -LO https://github.com/aaif-goose/goose/releases/download/v1.33.1/goose-aarch64-apple-darwin.tar.gz
tar -xvzf goose-aarch64-apple-darwin.tar.gz
sudo mv goose /usr/local/bin/gooseLinux (x86_64)
curl -LO https://github.com/aaif-goose/goose/releases/download/v1.33.1/goose-x86_64-unknown-linux-gnu.tar.gz
tar -xvzf goose-x86_64-unknown-linux-gnu.tar.gz
sudo mv goose /usr/local/bin/gooseLinux (ARM64)
curl -LO https://github.com/aaif-goose/goose/releases/download/v1.33.1/goose-aarch64-unknown-linux-gnu.tar.gz
tar -xvzf goose-aarch64-unknown-linux-gnu.tar.gz
sudo mv goose /usr/local/bin/gooseWindows (x86_64)
curl -LO https://github.com/aaif-goose/goose/releases/download/v1.33.1/goose-x86_64-pc-windows-msvc.zip
Expand-Archive -Path goose-x86_64-pc-windows-msvc.zip -DestinationPath .\gooseDebian/Ubuntu
curl -LO https://github.com/aaif-goose/goose/releases/download/v1.33.1/goose_1.33.1_amd64.deb
sudo dpkg -i goose_1.33.1_amd64.deb
sudo apt-get install -f -yFedora/CentOS/RHEL
curl -LO https://github.com/aaif-goose/goose/releases/download/v1.33.1/Goose-1.33.1-1.x86_64.rpm
sudo dnf install -y Goose-1.33.1-1.x86_64.rpmFlatpak
flatpak install flathub io.github.block.Goose_stable_x86_64.flatpak -yDesktop App
echo "Download the desktop app from https://goose-docs.ai/docs/getting-started/installation"