PyPI · OCI · one binary

Fast as the falcon, sealed as the pyx.

peryx is one blazing-fast, open-source vault for a wide range of ecosystems. It caches upstream indexes, hosts the packages you publish, and merges the two so your own artifacts override upstream. One Rust binary, zero-config on a laptop: the first pull runs at upstream speed while the cache fills, every one after comes from your own disk.

peryx
$ peryx serve
peryx listening on 127.0.0.1:4433 · 6 indexes
$ uv pip install --index-url \
    http://127.0.0.1:4433/root/pypi/simple/ requests
Installed 5 packages in 41ms
$ docker pull 127.0.0.1:4433/dockerhub/library/alpine
Downloaded from cache in 0.3s

Documentation