Skip to Content
InstallBinary Releases

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

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 --version

Client

gestalt is the CLI for communicating with the Gestalt server.

Install

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 --version

Once both binaries are on your PATH, continue to Getting Started.