Skip to Content
InstallInstaller

Installer

Gestalt publishes installer scripts for installing release binaries directly.

For a package-manager install, see Homebrew. For manual archive downloads, see Binary Releases.

Server only

gestaltd is the long-running process that manages authentication and apps.

Install

curl -fsSL https://gestaltd.ai/install-gestaltd.sh | sh

Verify

gestaltd --version

Client

gestalt is the CLI for communicating with the Gestalt server.

Install

curl -fsSL https://gestaltd.ai/install-gestalt.sh | sh

Or with wget:

wget -qO- https://gestaltd.ai/install-gestalt.sh | sh

Verify

gestalt --version

Once the binaries you need are on your PATH, continue to Getting Started.