Install the Ultra binary on macOS, Linux, or Windows
For enterprise fleet deployment via Jamf Pro, see the MDM Deployment Guide. It covers zero-touch installation, deploy key authentication, and per-user identity resolution via SCIM.
Customize the installation with environment variables:
Variable
Default
Description
INSTALL_DIR
/usr/local/bin
Custom installation directory
VERSION
Latest release
Pin to a specific version
# Install to a custom directoryINSTALL_DIR=~/.local/bin curl -sSL https://get.ultra.security/install.sh | sh# Install a specific versionVERSION=0.5.0 curl -sSL https://get.ultra.security/install.sh | sh