# psviderski/unregistry

Push docker images directly to remote servers without an external registry

Repository: https://github.com/psviderski/unregistry
Canonical: https://ross.abutalabs.com/products/unregistry
Homepage: https://uncloud.run
Language: Go
License: Apache-2.0
License Family: permissive
Topics: containerd, docker, golang, kubernetes, oci, registry
Last push: 2026-07-14T02:56:03+00:00

## Health v2 (maintenance only)
Score: 79/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 92, release rhythm 88, longevity 32
- inputs: {"age_days": 457, "days_push": 50, "days_rel": 82, "gap_med": 17, "n_releases_24m": 12}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 4861, forks 93 (observed 2026-08-28T04:09:01.538868+00:00)

## What it is
Unregistry is a lightweight container image registry that stores and serves images directly from a Docker daemon's storage. Its `docker pussh` CLI plugin pushes Docker images straight to remote servers over SSH, transferring only missing layers without needing an external registry.

## Use cases
- push a docker image to a remote server without a registry
- deploy locally built images to production over ssh
- transfer only missing image layers to a server
- avoid paying for private docker registry storage
- replace docker save/load with faster image transfer
- self-host container images without exposing ports

## When to choose
- you need to move images between Docker hosts without setting up or paying for a registry
- you want fast transfers that skip layers already on the remote server
- you deploy to a few servers over SSH and want a simple rsync-like workflow
- you use Uncloud or a similar multi-host Docker setup

## When to avoid
- you need a persistent, shared registry for CI/CD pipelines or teams pulling images
- you target Kubernetes clusters rather than plain Docker hosts
- you need image vulnerability scanning, retention policies, or registry access controls

## Facets
- artifact type: cli-tool
- maturity: active
- function: container-runtime, deployment, developer-tools, cli
- domain: self-hosted, developer-tools
- platform: cli, go
- tags: docker, container-images, ssh, oci-registry, containerd, image-transfer, docker-plugin, containers, devops, linux, macos

## Member repositories
- psviderski/unregistry (main) score 79

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:01.538868+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-29T18:18:22.056304+00:00, confidence not recorded.
  - readme: https://github.com/psviderski/unregistry (fetched 2026-08-28T04:09:01.538868+00:00, sha e075fe6c5634)
  - homepage: https://uncloud.run (fetched 2026-08-29T09:00:57.775397+00:00, sha 160c6e919b80)
  - site_page: https://uncloud.run/docs (fetched 2026-08-29T09:00:57.778577+00:00, sha 7a7e4cbfc409)
  - site_page: https://uncloud.run/docs/getting-started/deploy-demo-app (fetched 2026-08-29T09:00:57.781081+00:00, sha ea48e5a370d8)
  - site_page: https://uncloud.run/hub (fetched 2026-08-29T09:00:57.783465+00:00, sha ba42cde92c0a)
- Data as of 2026-08-30T08:39:29.467469+00:00.
