Analysis updated 2026-05-18
Speed up docker pull commands by mirroring Docker Hub, GHCR, GCR, and Quay through your own proxy.
Download GitHub release assets, raw files, or clone repositories through a faster relay.
Export a batch of Docker images as offline tar files for machines without internet access.
Accelerate downloading Hugging Face AI model files.
| 787a68/hubproxy | b404dev/gitm8 | hadihonarvar/flock | |
|---|---|---|---|
| Stars | 16 | 16 | 16 |
| Language | Go | Go | Go |
| Setup difficulty | moderate | easy | moderate |
| Complexity | 3/5 | 2/5 | 4/5 |
| Audience | ops devops | developer | ops devops |
Figures from each repo's GitHub metadata at analysis time.
Needs a server with a domain name to reverse proxy through, plus Docker or a binary install, default config is in src/config.toml.
HubProxy is a self-hosted proxy server that speeds up downloads from Docker Hub, GitHub, and Hugging Face, which is useful in places where direct connections to those services are slow or unreliable. You run it on your own server, point your traffic at it, and it fetches and forwards the files on your behalf, acting as a shortcut in front of the original source. For Docker, it can mirror images from Docker Hub as well as other registries like GHCR, GCR, Quay, and Kubernetes' own registry, so a normal docker pull command can go through your proxy instead of hitting those services directly. It can also export images as offline tar files, either one at a time or in a batch, letting you download a set of images to move onto machines without internet access. For GitHub, it proxies file downloads including release assets, raw files, repository archives, API calls, and even git clone operations. For Hugging Face, it speeds up downloading AI model files. Other features include a search endpoint for looking up Docker Hub images and their available tags and architectures, configurable rate limiting per IP address or IP range, and a wildcard based allow list and block list for controlling which images or GitHub repositories can be proxied. It also exposes a health check endpoint and Prometheus formatted metrics for monitoring. You can run it as a single binary installed with a shell script, as a Docker container, or with Docker Compose. Configuration is set through a TOML file, and nearly every setting can also be overridden with an environment variable. The project builds on an earlier open source project by a different author and is released under the MIT license, meaning it is free to use, modify, and redistribute, including commercially.
A self-hosted proxy that speeds up and mirrors downloads from Docker Hub, GitHub, and Hugging Face, with rate limiting and access control built in.
Mainly Go. The stack also includes Go, Docker, TOML.
MIT license: free to use, modify, and redistribute, including commercially, as long as you keep the copyright notice.
Setup difficulty is rated moderate, with roughly 30min to a first successful run.
Mainly ops devops.
This repo across BitVibe Labs
Verify against the repo before relying on details.