Install GiraffeCloud
Choose the one-liner for your platform or view the full installation guide.
Linux/macOS - Quick Install
curl -fsSL https://raw.githubusercontent.com/osa911/giraffecloud/main/scripts/install.sh | bash
Installs the CLI in your user profile. To install and start the Linux system service in one step:
curl -fsSL https://raw.githubusercontent.com/osa911/giraffecloud/main/scripts/install.sh | bash -s -- --service system
Linux/macOS - Interactive (prompts)
bash <(curl -fsSL https://raw.githubusercontent.com/osa911/giraffecloud/main/scripts/install.sh)
Windows (PowerShell)
iwr -useb https://raw.githubusercontent.com/osa911/giraffecloud/main/scripts/install.ps1 | iex