# topcss/docker-pull-tar

无需 Docker 环境，就能直接搜索、下载多架构（如 arm、x86）的 Docker 镜像并保存为 tar 包。Search and download multi-architecture (e.g., arm, x86) Docker images directly as tar files without needing a Docker environment.

Repository: https://github.com/topcss/docker-pull-tar
Canonical: https://ross.abutalabs.com/products/docker-pull-tar
Language: Python
License: MIT
License Family: permissive
Topics: docker, docker-image-tar, multi-arch, tar, image-puller
Last push: 2026-09-02T13:30:10+00:00

## Health v2 (maintenance only)
Score: 74/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 100, release rhythm 59, longevity 42
- inputs: {"age_days": 596, "days_push": 0, "days_rel": 272, "gap_med": 3.5, "n_releases_24m": 7}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1153, forks 116 (observed 2026-09-03T02:15:19.913959+00:00)

## What it is
A Python tool (also distributed as a standalone EXE and a Gradio web UI) that searches Docker registries and pulls multi-architecture images as .tar files without requiring a Docker installation. It supports resume, retries, SHA256 verification, multiple registry mirrors, and proxy configuration.

## Use cases
- download docker images as tar without installing docker
- pull arm64 images on an x86 machine
- transfer docker images to an air-gapped intranet
- search docker hub images by keyword and pick a tag
- resume an interrupted image download
- browse and manage downloaded image tar files in a browser

## When to choose
- you need offline image tarballs for machines without Docker or internet access
- you want to pull images for a different CPU architecture than your host
- you prefer a simple single-file tool or web UI over installing Docker

## When to avoid
- you already have Docker and can just use docker pull and docker save
- you need to run or extract image layers rather than save them as tar
- you need a daemon or registry service rather than a download utility

## Facets
- artifact type: cli-tool
- maturity: active
- function: http-client, cli, developer-tools, file-system
- domain: developer-tools
- platform: cross-platform, python, cli
- tags: docker-registry, image-puller, offline-image-transfer, multi-architecture, gradio-ui, resume-download, air-gapped, containers, devops, command-line, web-server

## Member repositories
- topcss/docker-pull-tar (main) score 74

## Provenance
- Observed fields: from GitHub, fetched 2026-09-03T02:15:19.913959+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-30T06:35:49.068736+00:00, confidence not recorded.
  - readme: https://github.com/topcss/docker-pull-tar (fetched 2026-09-03T02:15:19.913959+00:00, sha 76fc69ac78c8)
- Data as of 2026-08-30T08:39:29.467469+00:00.
