A lightweight, multi-format artifact repository built on the edge.
Under active development — not production-ready yetAxis Repository is a lightweight, multi-format artifact repository designed to run at the edge. Brings multiple package ecosystems into a single deployment you own, instead of a separate registry for each.
Publish .deb packages and install them with apt, from signed indexes it verifies.
deb [signed-by=/usr/share/keyrings/axis-my-repo.gpg] https://axis.example.com/repositories/my-repo noble mainPublish wheels and source distributions and install them with pip.
pip install --index-url https://axis.example.com/repositories/my-repo/simple/ my-packagePublish npm packages and install them with npm or pnpm.
Publish crates and pull them with cargo.
Serve a Go module proxy that go get and go mod resolve against.
Host container images and pull them with docker.