The Serval CLI is available for macOS, Linux, and Windows. We recommend using Homebrew for macOS users for the easiest installation and update experience.
# Download the latest release (replace VERSION with actual version)wget https://github.com/ServalHQ/homebrew-serval/releases/download/VERSION/serval-linux-amd64.tar.gz# Extracttar -xzf serval-linux-amd64.tar.gz# Move to PATHsudo mv serval /usr/local/bin/# Make executablechmod +x /usr/local/bin/serval