Releases: TroutSoftware/Open-CMMC
Releases · TroutSoftware/Open-CMMC
Open-CMMC v1.0.0
Open-CMMC v1.0.0
Deployable on any RHEL 9 / AlmaLinux 9 / Rocky 9 host with
podman + systemd + FIPS mode (or SKIP_FIPS_CHECK=1 for dev).
Tarballs are published for linux-amd64 and linux-arm64 —
pick the one matching uname -m on the target host.
Install
# Pick the arch that matches your target (uname -m)
ARCH=amd64 # or arm64
VER=v1.0.0
TAR=cmmc-filebrowser-$VER-linux-$ARCH.tar.gz
curl -L -O https://github.com/TroutSoftware/Open-CMMC/releases/download/v1.0.0/$TAR
curl -L -O https://github.com/TroutSoftware/Open-CMMC/releases/download/v1.0.0/$TAR.sha256
sha256sum --check $TAR.sha256
tar -xzf $TAR
sudo cmmc-filebrowser-$VER-linux-$ARCH/config/install.sh deploy \
--from-release "$(realpath $TAR)"See docs/operator-2fa.md for 2FA enrollment (TOTP + FIDO2) and
docs/compliance-posture.md for per-control NIST 800-171 Rev 2 coverage.
Full Changelog: https://github.com/TroutSoftware/Open-CMMC/commits/v1.0.0