Skip to content

Downloads

Choose your platform to download OpenSCM. Version 0.1.9 is the current stable release.

Package Repository

For automatic updates, we recommend using the package repository instead of direct downloads. See the Installation Guide for setup instructions.


Server (scmserver)

The central server manages agents, policies, and compliance reports.

Architecture Package
x86_64 (amd64) scmserver_0.1.9-1_amd64.deb
ARM64 (aarch64) scmserver_0.1.9-1_arm64.deb
sudo dpkg -i scmserver_0.1.9-1_amd64.deb
Architecture Package
x86_64 scmserver-0.1.9-1.x86_64.rpm
ARM64 (aarch64) scmserver-0.1.9-1.aarch64.rpm
sudo rpm -i scmserver-0.1.9-1.x86_64.rpm
Architecture Package
x86_64 scmserver_0.1.9-1_x64.exe

Run the installer and follow the setup wizard. The server will be registered as a Windows Service automatically.


Agent (scmclient)

The agent is installed on every system you want to monitor.

Architecture Package
x86_64 (amd64) scmclient_0.1.9-1_amd64.deb
ARM64 (aarch64) scmclient_0.1.9-1_arm64.deb
ARMv7 (armhf) scmclient_0.1.9-1_armhf.deb
RISC-V 64 scmclient_0.1.9-1_riscv64.deb
PowerPC 64 LE scmclient_0.1.9-1_ppc64el.deb
sudo dpkg -i scmclient_0.1.9-1_amd64.deb
Architecture Package
x86_64 scmclient-0.1.9-1.x86_64.rpm
ARM64 (aarch64) scmclient-0.1.9-1.aarch64.rpm
ARMv7 (armhf) scmclient-0.1.9-1.armhfp.rpm
RISC-V 64 scmclient-0.1.9-1.riscv64.rpm
PowerPC 64 LE scmclient-0.1.9-1.ppc64le.rpm
sudo rpm -i scmclient-0.1.9-1.x86_64.rpm
Architecture Package
x86_64 scmclient_0.1.9-1_x86_64.pkg.tar.zst
ARM64 (aarch64) scmclient_0.1.9-1_aarch64.pkg.tar.zst
ARMv7h scmclient_0.1.9-1_armv7h.pkg.tar.zst

Install directly from the repository:

sudo pacman -U https://repo.openscm.io/stable/arch/scmclient_0.1.9-1_x86_64.pkg.tar.zst

Or install the downloaded package:

sudo pacman -U scmclient_0.1.9-1_x86_64.pkg.tar.zst
Architecture Package
x86_64 scmclient-0.1.9-freebsd-amd64.pkg
pkg add scmclient-0.1.9-freebsd-amd64.pkg
Architecture Package
Universal (ARM64 + x86_64) scmclient_0.1.9-1_macos.pkg

Double-click the package to install, or from the terminal:

sudo installer -pkg scmclient_0.1.9-1_macos.pkg -target /
Architecture Package
x86_64 scmclient_0.1.9-1_x64.exe

Run the installer. The agent can be configured to run as a Windows Service during installation.


Verify Your Download

We recommend verifying the integrity of your download using SHA-256:

sha256sum scmclient_0.1.9-1_amd64.deb
shasum -a 256 scmclient_0.1.9-1_macos.pkg
Get-FileHash scmserver_0.1.9-1_x64.exe -Algorithm SHA256

Compare the output against the checksums published on our GitHub Releases page.