Installing the Serval CLI
The Serval CLI is available for macOS, Linux, and Windows. We recommend using Homebrew for macOS users for the easiest installation and update experience.macOS (Homebrew)
The recommended way to install the Serval CLI on macOS is through Homebrew:Install
Update
To update to the latest version:Manual Installation
For other platforms or if you prefer manual installation:- Download the appropriate binary for your platform from the releases page
- Extract the archive
- Move the
serval
binary to a location in your PATH (e.g.,/usr/local/bin
) - Make it executable:
chmod +x serval
Linux Example
Windows
- Download the Windows binary from the releases page
- Extract the ZIP file
- Add the directory containing
serval.exe
to your PATH environment variable - Or move
serval.exe
to a directory already in your PATH