OrbitalReg Sign in →

Free trial · no NDA · no signup

Run OrbitalReg in your own cluster.

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.

Install in 5 minutes → Get the chart

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

Helm install, start to finish

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.

1

Add the Helm repo

helm repo add orbitalreg https://orbitalreg.com/charts
helm repo update
2

Grab 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 S3
3

Install OrbitalReg

helm install orbitalreg orbitalreg/orbitalreg \
  -n orbitalreg-trial -f values-trial.yaml

The 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.

4

Open it & sign in

kubectl -n orbitalreg-trial port-forward svc/orbitalreg-frontend 8080:8080
# open http://localhost:8080
# login: admin@orbital.local  /  orbitaltrial

Create a project, create a repository, push your first artifact. The migration guide covers bulk-importing an existing registry.

Optional: evaluation tips by email

A short guide for your 30-day window plus release notes. Entirely optional — everything you need to install is above. No newsletter spam, unsubscribe any time.

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.

Ready past day 30?

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.