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 | shVerify
gestaltd --versionClient
gestalt is the CLI for communicating with the Gestalt server.
Install
curl -fsSL https://gestaltd.ai/install-gestalt.sh | shOr with wget:
wget -qO- https://gestaltd.ai/install-gestalt.sh | shVerify
gestalt --versionOnce the binaries you need are on your PATH, continue to Getting Started.