Smplify CLI Install

Install the Smplify CLI with the branded endpoint.

Use the standard install path for public docs, pin exact versions for controlled rollouts, and validate the release-backed artifact flow for production environments.

Install methods

The branded installer is the canonical public path today, with pinned installs and manual script access available when teams need deterministic rollout behavior.

Standard install

curl -fsSL https://cli.smplify.com/install.sh | sh

Install a specific version

curl -fsSL https://cli.smplify.com/install.sh | sh -s -- --version v0.1.0

Manual script path

curl -fsSL https://raw.githubusercontent.com/smplify-mdm/smplify-cli/main/scripts/install.sh | sh

Verification

After installation, verify the binary is on the path, confirm the version, and re-run the installer for upgrades as new releases become available.

Verify install

smplify --version
smplify auth login

Upgrade path

curl -fsSL https://cli.smplify.com/install.sh | sh

Homebrew

Official Homebrew formula submission is planned after stable release and packaging review.

Planned install command

brew install smplify

Enterprise rollout

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.

Recommended for teams

  • Pin a specific release in CI and internal documentation
  • Use --output json in automation and agent workflows
  • Validate the installer endpoint as part of rollout checks

Operational note

Official Homebrew support is intentionally sequenced after stable release packaging review, so the branded installer remains the canonical public path today.