logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
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/goose
or

Install via npx

npx @hexmos/ipm i aaif-goose/goose

Prerequisites

curl

cli_tool

tar

cli_tool

bash

shell

dpkg

package_manager

Version: >=1.17.7

apt-get

package_manager

dnf

package_manager

Expand-Archive

powershell_cmdlet

flatpak

package_manager

Manual 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 | bash

macOS (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/goose

macOS (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/goose

Linux (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/goose

Linux (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/goose

Windows (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 .\goose

Debian/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 -y

Fedora/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.rpm

Flatpak

flatpak install flathub io.github.block.Goose_stable_x86_64.flatpak -y

Desktop App

echo "Download the desktop app from https://goose-docs.ai/docs/getting-started/installation"