Installation
Package Managers
Section titled “Package Managers” brew tap cruise-org/homebrew-tap brew install --cask cruise yay -S cruise-bin environment.systemPackages = with pkgs; [ cruise ];Debian / RPM
Section titled “Debian / RPM”Download the .deb from the releases page, then:
sudo apt install ./path/to/file.debDownload the .rpm from the releases page, then:
sudo dnf install ./path/to/file.rpmArchives
Section titled “Archives”Download the latest archive from the releases page.
tar -xvf ./path/to/file.tar.gz -C /usr/local/bin/ Expand-Archive -Path path\to\file.zip -DestinationPath "C:\Program Files\cruise"Go Install
Section titled “Go Install”go install github.com/cruise-org/cruise@latest