Free trial · no NDA · no signup
Install it and the clock starts: 30 days with every
feature on. No form, no sales call, no licence key to start. The
images are public on Docker Hub, the chart is one helm repo add away.
Day 0–30: everything on
Full feature set, no key required. SAML, quotas, geo-sync, branding, notifications, SIEM and trust policies — all live so you can evaluate the real thing.
After 30 days
SIEM and Trust stay free, forever — security isn't a paywall. The other commercial features pause until you apply a licence key.
Push & pull never stop
Your registry keeps serving artifacts across all 42 formats no matter what — the trial expiring never blocks a build or a deploy.
Quick start · Kubernetes
You need a Kubernetes cluster, kubectl, and
helm. Postgres and Redis come bundled in the
chart; the only external dependency is S3-compatible object storage — and the
trial ships a throwaway MinIO so you don't need one to kick the tyres.
Get the trial
Drop your email and we'll unlock the install steps below — just so we know who's evaluating.
Add the Helm repo
helm repo add orbitalreg https://orbitalreg.com/charts
helm repo updateGrab the trial overlay + throwaway MinIO
curl -O https://orbitalreg.com/charts/values-trial.yaml
curl -O https://orbitalreg.com/charts/minio-trial.yaml
kubectl create namespace orbitalreg-trial
kubectl -n orbitalreg-trial apply -f minio-trial.yaml # or point values-trial.yaml at your own S3Install OrbitalReg
helm install orbitalreg orbitalreg/orbitalreg \
-n orbitalreg-trial -f values-trial.yamlThe trial overlay runs without an identity provider: a break-glass local admin is created and SAML is bypassed, so you can sign in immediately and wire up your IdP later.
Open it & sign in
kubectl -n orbitalreg-trial port-forward svc/orbitalreg-frontend 8080:8080
# open http://localhost:8080
# login: admin@orbital.local / orbitaltrialCreate a project, create a repository, push your first artifact. The migration guide covers bulk-importing an existing registry.
Container images
Release images are public on Docker Hub — no login to pull. The chart references them by default; pin a digest for air-gapped mirrors.
docker pull orbitalreg/orbitalreg-api:0.1.0
docker pull orbitalreg/orbitalreg-frontend:0.1.0
Air-gapped? Mirror those two tags (plus postgres:16-alpine and
redis:7-alpine) into your internal registry and override
api.image.repository / frontend.image.repository in your values file.
A licence key re-enables every commercial feature on the cluster you've already got running — nothing to reinstall, no data to migrate. Pricing is flat and lifetime-locked, with unlimited clusters and replicas.