Sigroom Docs

Enroll HACP Control

Enrollment connects a user, device, harness installation, release manifest, and runtime evidence to a workspace.

draftHarness operatorsVerified 2026-06-01

Install From A Release Artifact

bash
ops/hacp-control/install.sh \
  --artifact dist/hacp-control/artifacts/hacp-control-0.1.0-x86_64-unknown-linux-gnu.tar.gz \
  --public-key hacp-control-release.pub
hacp --version
hacp doctor --json

Evidence Captured

  • Release fingerprint and installed-tree fingerprint.
  • Entrypoint hash and sandbox profile fingerprint.
  • Runtime measurement and isolation provider version.
  • Host platform, architecture, OS version, and network-denial evidence hash.

Source Material

  • docs/06-linux-launcher-and-enrollment.md
  • docs/deployment/macos-hacp-control-runtime.md
  • ops/hacp-control/README.md