Standard install
curl -fsSL https://cli.smplify.com/install.sh | sh
Use the standard install path for public docs, pin exact versions for controlled rollouts, and validate the release-backed artifact flow for production environments.
The branded installer is the canonical public path today, with pinned installs and manual script access available when teams need deterministic rollout behavior.
curl -fsSL https://cli.smplify.com/install.sh | sh
curl -fsSL https://cli.smplify.com/install.sh | sh -s -- --version v0.1.0
curl -fsSL https://raw.githubusercontent.com/smplify-mdm/smplify-cli/main/scripts/install.sh | sh
After installation, verify the binary is on the path, confirm the version, and re-run the installer for upgrades as new releases become available.
smplify --version
smplify auth login
curl -fsSL https://cli.smplify.com/install.sh | sh
Official Homebrew formula submission is planned after stable release and packaging review.
brew install smplify
Pin releases in CI and internal runbooks, prefer the branded endpoint in end-user docs, and use JSON output for any automation or AI-assisted execution path.
--output json in automation and agent workflowsOfficial Homebrew support is intentionally sequenced after stable release packaging review, so the branded installer remains the canonical public path today.