Why I replaced Nexus with a 32MB binary

Published: (March 13, 2026 at 02:15 PM EDT)
1 min read
Source: Dev.to

Source: Dev.to

Every artifact registry I’ve used feels bloated. Nexus wants 4 GB RAM, Artifactory is even heavier, and I just want to store Docker images and Maven JARs.

Comparison

RegistryStartupRAMImage sizeLicense
NORA (Rust)– that’s it.

Tech Stack

  • Built with Axum + Tokio
  • No database – uses the filesystem or S3
  • AtomicU64 for lock‑free metrics
  • Tower middleware for authentication and rate limiting
  • GitHub:
  • Documentation:
  • Telegram:

MIT licensed, contributions welcome.

0 views
Back to Blog

Related posts

Read more »