Lixian.Online

May 16, 2026 · View on GitHub

A one-stop tool to grab installer packages for VSCode extensions, Chrome/Edge add-ons, Docker images, and Microsoft Store apps — download once, install anywhere, even offline.

Live demo: lixian.online

Docs: English | 中文文档

lixian.online

What you can download

FeaturePaste thisGet this
VSCode ExtensionsMarketplace URL.vsix direct link
Chrome ExtensionsName, extension ID, or Web Store URL.crx and/or .zip
Microsoft Edge Add-onsName, CRX ID, ProductId, or Edge Add-ons URL.crx and/or .zip
Docker Imagesnginx:latest, library/nginx, or Docker Hub URLdocker load compatible .tar
Microsoft StoreStore URL, ProductId, PackageFamilyName, or CategoryId.msix download link

Run it yourself

pnpm install
pnpm dev          # http://localhost:3000
pnpm build        # production build
pnpm start        # production server (default port 12723)

Other scripts: pnpm lint, pnpm test:e2e, pnpm test:e2e:headed, pnpm test:e2e:ui.

Run with Docker

Prefer containers? The repo ships a multi-stage Dockerfile and a docker-compose.yaml:

docker compose up -d        # build the image and start in the background
docker compose logs -f      # follow logs
docker compose down         # stop and remove the container

Then open http://localhost:12723. Change the host port by editing the ports mapping in docker-compose.yaml (e.g. "8080:12723").

Self-hosting tips

Pick a server with a clean route to the upstreams. This project proxies requests to Docker Hub, the Chrome Web Store, Edge Add-ons, the VSCode Marketplace, and Microsoft Store endpoints. The network path from your server to these services needs to be fast and stable for downloads to work. From mainland China the route is often slow or unstable, so a VPS elsewhere (Singapore, Japan, US, Europe, etc.) is strongly recommended — otherwise the page will load but downloads may hang or time out.

Documentation

Acknowledgements

License

MIT