Docker Registry v2
Full OCI distribution spec. Push, pull, proxy. Works with Docker, Podman, containerd, Helm OCI.
Docker Registry v2
Full OCI distribution spec. Push, pull, proxy. Works with Docker, Podman, containerd, Helm OCI.
Maven Repository
Host JARs and POMs. Proxy to Maven Central with local cache.
npm Registry
Private npm packages. Proxy to npmjs.org with caching.
Cargo Registry
Rust crates hosting. Sparse index protocol (RFC 2789).
PyPI Repository
Python packages. PEP 503/691 compatible. Proxy to pypi.org.
Go Module Proxy
GOPROXY protocol. Proxy to proxy.golang.org.
+ 7 more formats
Raw files, RubyGems, Terraform, Ansible Galaxy, NuGet, Pub (Dart/Flutter), Conan (C/C++).
Curation Layer
Blocklist, allowlist, CVE blocking via OSV.dev, integrity verification. Modes: off / audit / enforce.
# Start NORAdocker run -d -p 4000:4000 -v nora-data:/data ghcr.io/getnora-io/nora:latest
# Push a Docker imagedocker tag myapp:latest localhost:4000/myapp:latestdocker push localhost:4000/myapp:latest
# Use as npm proxynpm config set registry http://localhost:4000/npm/Get Started
Install NORA and push your first artifact.
Registries
Client configuration for all 13 formats.
Configuration
Settings reference — env vars, config.toml, auth, curation.
Production
Deploy to production with HTTPS and Kubernetes.