Skip to content

Latest commit

 

History

History
111 lines (73 loc) · 1.93 KB

File metadata and controls

111 lines (73 loc) · 1.93 KB

Package-Specific Installation

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.

CLI

macOS (Homebrew)

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/wendy

On older Homebrew versions where brew trust is unavailable:

brew tap wendylabsinc/tap
brew install wendy

For 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-nightly

On older Homebrew versions where brew trust is unavailable:

brew tap wendylabsinc/tap
brew install wendy-nightly

To update:

brew update && brew install wendy

If the tap is untrusted after a Homebrew update:

brew trust wendylabsinc/tap && brew install wendy

Linux

Debian/Ubuntu (.deb):

sudo apt install ./wendy_<version>_<arch>.deb

Fedora/RHEL (.rpm):

sudo dnf install ./wendy-<version>.<arch>.rpm

Arch Linux (AUR):

yay -S wendy

Windows (Winget)

winget install WendyLabs.Wendy

To update:

winget upgrade WendyLabs.Wendy

Agent

Linux

Debian/Ubuntu (.deb):

sudo apt install ./wendy-agent_<version>_<arch>.deb

Fedora/RHEL (.rpm):

sudo dnf install ./wendy-agent-<version>.<arch>.rpm

Arch Linux (AUR):

yay -S wendy-agent

Pre-built Binaries

Pre-built CLI binaries for Linux, macOS, and Windows, and agent binaries for Linux, are available on the Releases page.