PyPI / PyTorch
StablePyPI simple index, Python packages, and PyTorch wheels.
Use EdgeMirror as a single-domain edge mirror gateway. Open a web page for guided commands, or copy the routes into package managers, CLIs, Docker, and download tools.
Tool names stay in English. Explanations and usage notes follow the selected language.
Start from the main dashboard, scan all accelerators, and open the specific tool page you need.
Every accelerator runs under the same domain with a dedicated path, which fits Cloudflare Workers and Vercel deployments.
pip, huggingface-cli, git, docker, npm, go, cargo, wget, and curl can use generated URLs directly.
These are the current service entry points for this deployment.
| Status | Service | Entry | What it accelerates |
|---|---|---|---|
| Stable | PyPI / PyTorch | https://mirror.aierliz.top/pypi | PyPI simple index, Python packages, and PyTorch wheels. |
| Stable | Hugging Face | https://mirror.aierliz.top/hf | Models, datasets, API requests, and LFS downloads. |
| Stable | GitHub | https://mirror.aierliz.top/github | Git clone, raw files, releases, and GitHub pages. |
| Stable | Docker | https://mirror.aierliz.top/docker | Docker Hub and multi-registry image pulls through the current /v2 host. |
| Stable | Linux Mirrors | https://mirror.aierliz.top/mirrors | APT, YUM, DNF, Pacman, wget, and curl mirror paths. |
| Stable | Universal Proxy | https://mirror.aierliz.top/proxy | Any HTTP or HTTPS file URL with redirect and filename handling. |
| Test | npm Registry | https://mirror.aierliz.top/npm | npm, pnpm, and yarn metadata plus tarball downloads. |
| Test | Go Modules | https://mirror.aierliz.top/go | GOPROXY module metadata, .mod files, and .zip files. |
| Test | Maven / Gradle | https://mirror.aierliz.top/maven | Maven Central, Google Maven, Gradle Plugin Portal, and JitPack. |
| Test | crates.io Sparse | https://mirror.aierliz.top/crates | Cargo sparse index and crate package downloads. |
| Test | Downloads | https://mirror.aierliz.top/downloads | Runtimes, Open VSX, SourceForge, GitLab, Gitea, and direct file URLs. |
PyPI simple index, Python packages, and PyTorch wheels.
Models, datasets, API requests, and LFS downloads.
Git clone, raw files, releases, and GitHub pages.
Docker Hub and multi-registry image pulls through the current /v2 host.
APT, YUM, DNF, Pacman, wget, and curl mirror paths.
Any HTTP or HTTPS file URL with redirect and filename handling.
npm, pnpm, and yarn metadata plus tarball downloads.
GOPROXY module metadata, .mod files, and .zip files.
Maven Central, Google Maven, Gradle Plugin Portal, and JitPack.
Cargo sparse index and crate package downloads.
Runtimes, Open VSX, SourceForge, GitLab, Gitea, and direct file URLs.
Test routes are implemented and verified by smoke tests, but should be validated in your own workflow before being treated as stable.
Commands are generated from the active domain. Replace package names, model names, or file URLs as needed.
pip install numpy -i https://mirror.aierliz.top/pypi/simple/pip install torch torchvision --index-url https://mirror.aierliz.top/pypi/pytorch/cu118export HF_ENDPOINT=https://mirror.aierliz.top/hf
huggingface-cli download sentence-transformers/all-MiniLM-L6-v2git clone https://mirror.aierliz.top/github/vercel/next.js.gitdocker pull mirror.aierliz.top/library/nginx:latest{
"registry-mirrors": [
"https://mirror.aierliz.top"
]
}deb https://mirror.aierliz.top/mirrors/http://archive.ubuntu.com/ubuntu/ jammy main restricted universe multiversecurl -L -O "https://mirror.aierliz.top/proxy/https://nodejs.org/dist/v22.11.0/node-v22.11.0-x64.msi"npm install lodash --registry=https://mirror.aierliz.top/npm/go env -w GOPROXY=https://mirror.aierliz.top/go,directmaven { url = uri("https://mirror.aierliz.top/maven/maven-central") }[source.crates-io]
replace-with = "edgemirror"
[source.edgemirror]
registry = "sparse+https://mirror.aierliz.top/crates/"curl -L -O "https://mirror.aierliz.top/downloads/node/v22.11.0/node-v22.11.0-x64.msi"npm ci
npx wrangler deploynpm ci
npx vercel@latest --prodnpm run verifyUse the web UI directly, or persist routes inside your tools for long-term acceleration.
The default wrangler.toml is portable for one-click Cloudflare deployment. Use wrangler.custom-domain.example.toml only after the domain is available in the target account.
vercel.json forwards every path to api/index.js, so the same path model works on Vercel domains.
Run npm run verify before deployment. It checks JavaScript syntax, page navigation, Vercel routing, Docker API routing, and high-severity npm audit results.