Canonical public endpoint
curl -fsSL https://cli.smplify.com/install.sh | sh
The public install path is the branded CLI endpoint today, with GitHub Releases as the canonical artifact source and official Homebrew support planned once packaging review is complete.
Published binaries and checksums ship through GitHub Releases, while the branded endpoint provides the first-party installation front door.
curl -fsSL https://cli.smplify.com/install.sh | sh
https://github.com/smplify-mdm/smplify-cli/releases
Package the CLI the same way you would any other infrastructure surface: pin the version you deploy, verify the installer path, and prefer JSON output anywhere automation or AI-assisted tooling needs deterministic behavior.
--output json for shell and agent workflowsOfficial Homebrew support is intentionally sequenced after stable release packaging review, so the branded installer remains the canonical public path today.
Official Homebrew formula submission is planned after stable release and packaging review.
brew install smplify
The CLI, MCP gateway, and main docs are intentionally presented as one connected platform surface for operators, developers, and AI-native workflows.
Platform, API, and integration guidance for the broader Smplify surface.
Hosted MCP connection, security, supported tools, and reference guidance for agentic usage.