Binary Releases
Pre-built binaries are published for every release on GitHub.
Server
gestaltd is the long-running process that manages authentication and plugins.
Install
macOS Apple Silicon
Download gestaltd-macos-arm64.tar.gz from the latest release .
tar xzf gestaltd-macos-arm64.tar.gz
sudo mv gestaltd /usr/local/bin/Verify
gestaltd --versionClient
gestalt is the CLI for communicating with the Gestalt server.
Install
macOS Apple Silicon
Download gestalt-macos-arm64.tar.gz from the latest release .
tar xzf gestalt-macos-arm64.tar.gz
sudo mv gestalt /usr/local/bin/Verify
gestalt --versionOnce both binaries are on your PATH, continue to Getting Started.