It is 2026 and I am still building a private module registry :)
Most registries seem optimized for formal repository setup, official releases, and strict SemVer requirements. In practice, I often just want to publish a module from a PR, share it with a team, and iterate quickly. S3 or Git could be a solution but lack features of a central registry, like visibility control and analytics.
So I built Unmold. It supports CLI-based publishing, direct CI/CD integration, and non-SemVer versions while remaining compatible with the Terraform/OpenTofu registry spec.
It's especially useful for development snapshots, testing, and pre-release modules.
Take a look: https://unmold.dev
Note: this is still a very early-stage project, so feedback is greatly appreciated.
u/OddyJoe — 13 days ago