For most users, the recommended installation method is the install script documented in README.md. The instructions below are for users who prefer to install via a system package manager.
Note: The Wendy CLI for macOS requires Apple Silicon (arm64). Intel (x86_64) Macs are not supported.
On Homebrew versions that support formula trust:
brew trust wendylabsinc/tap
brew trust --formula wendylabsinc/tap/wendy
brew install wendylabsinc/tap/wendyOn older Homebrew versions where brew trust is unavailable:
brew tap wendylabsinc/tap
brew install wendyFor the nightly (prerelease) version:
On Homebrew versions that support formula trust:
brew trust wendylabsinc/tap
brew trust --formula wendylabsinc/tap/wendy-nightly
brew install wendylabsinc/tap/wendy-nightlyOn older Homebrew versions where brew trust is unavailable:
brew tap wendylabsinc/tap
brew install wendy-nightlyTo update:
brew update && brew install wendyIf the tap is untrusted after a Homebrew update:
brew trust wendylabsinc/tap && brew install wendyDebian/Ubuntu (.deb):
sudo apt install ./wendy_<version>_<arch>.debFedora/RHEL (.rpm):
sudo dnf install ./wendy-<version>.<arch>.rpmArch Linux (AUR):
yay -S wendywinget install WendyLabs.WendyTo update:
winget upgrade WendyLabs.WendyDebian/Ubuntu (.deb):
sudo apt install ./wendy-agent_<version>_<arch>.debFedora/RHEL (.rpm):
sudo dnf install ./wendy-agent-<version>.<arch>.rpmArch Linux (AUR):
yay -S wendy-agentPre-built CLI binaries for Linux, macOS, and Windows, and agent binaries for Linux, are available on the Releases page.