Skip to content

OrbitalRegSelf-hosted artifact registry

42 package formats, built-in CVE / license scanning, retention, governance, and supply-chain hardening β€” in one binary.

What is OrbitalReg? ​

OrbitalReg is an open-source artifact registry that ships everything an enterprise platform team needs to host packages safely:

  • One binary, one Helm chart. Postgres, Redis, S3-compatible storage, the API, and the SPA frontend are all the dependencies you provision. Everything else β€” scanning, governance, signing β€” is built in.
  • Single-tenant. Each deployment is one customer. Multi-tenant workloads go through projects, not separate clusters.
  • Air-gappable by default. A fresh install starts with egress blocked β€” webhooks, OSV, telemetry, Rekor β€” until an admin whitelists each integration explicitly.
  • No vendor lock-in. Storage backends, identity providers, scanners, and notification channels are swappable. The wire format for every external touchpoint is documented under Reference.

If you've used Artifactory, Sonatype Nexus, or Cloudsmith and wanted something less SaaS-flavoured and more "fits-in-a-namespace", OrbitalReg is built for that shape.

Where to start ​

If you want to…Go to
Get a registry running locally in five minutesQuickstart
Deploy to a real Kubernetes clusterInstallation
Understand the storage / scanning / governance modelArchitecture
Manage projects from GitOpsKubernetes operator
Manage projects from TerraformTerraform provider
Wire OrbitalReg into a GitLab pipelineGitLab CI components
Recover from a Postgres / S3 / cluster lossDisaster recovery
Map OrbitalReg to ISO 27001 Annex A controlsCompliance
Report a security vulnerabilitySecurity
Review the EULA, terms of service, or privacy policyLegal
See what changed in the latest releaseRelease notes

Source ​

The code lives at github.com/orbitalreg/orbital-enterprice. Issues, RFCs, and the product roadmap live in that repo. Documentation PRs that touch this site land in docs-site/; everything else lives under docs/.

Released under the Apache-2.0 License.