Installation¶
ClosedSSPM supports multiple installation methods depending on your environment and operating system.
For macOS and Linux users, Homebrew is the recommended way to install and manage ClosedSSPM.
Pre-compiled binaries are available for major platforms on the GitHub Releases page.
To download and install the latest Linux amd64 binary:
curl -Lo closedsspm.tar.gz https://github.com/PiotrMackowski/ClosedSSPM/releases/latest/download/closedsspm_Linux_amd64.tar.gz
tar xzf closedsspm.tar.gz
sudo mv closedsspm closedsspm-mcp /usr/local/bin/
For other architectures and operating systems, visit the Releases page.
Download the .deb package for your architecture from the Releases page.
Download the .rpm package for your architecture from the Releases page.
Pull the latest image from the GitHub Container Registry.
Run a quick version check:
Verification¶
After installation, verify that the CLI is correctly installed by checking the version.
Note
If you installed via binary and the command is not found, ensure /usr/local/bin (or your chosen installation path) is in your system PATH.