Axis Repository

A lightweight, multi-format artifact repository built on the edge.

Under active development — not production-ready yet

What is Axis

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

Supported formats

apt

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 main

PyPI

Publish wheels and source distributions and install them with pip.

pip install --index-url https://axis.example.com/repositories/my-repo/simple/ my-package

npm

Coming soon

Publish npm packages and install them with npm or pnpm.

Cargo

Coming soon

Publish crates and pull them with cargo.

Go

Coming soon

Serve a Go module proxy that go get and go mod resolve against.

Docker

Coming soon

Host container images and pull them with docker.