Install
Gestalt ships two binaries: gestaltd (the server) and gestalt (the CLI client). Install the one you need, or install both.
Installer
The fastest native path uses the installer scripts. See Installer.
curl -fsSL https://gestaltd.ai/install-gestaltd.sh | sh
curl -fsSL https://gestaltd.ai/install-gestalt.sh | shHomebrew
The package-manager path for macOS and Linux uses Homebrew. See Homebrew.
brew tap valon-technologies/gestalt
brew install valon-technologies/gestalt/gestaltd
brew install valon-technologies/gestalt/gestaltBinary releases
Pre-built binaries for all supported platforms. See Binary Releases.
Build from source
Compile from the Git repository. See Build from Source.