Focused Tool · Apache 2.0 · Single Binary · Developer Tools

Self-hosted package registry proxy

Cache npm, PyPI, or Go module downloads locally. Air-gapped environments, faster installs, no dependency on public registries during deploys.

Install Parcel Proxy Free Complete — all 150 tools $29/mo

Full REST API

Every operation in Parcel Proxy is available through a JSON REST API. No SDK required — use curl, fetch, or any HTTP client.

Why this exists

Teams outgrow spreadsheet-based upstreams tracking around the same time they realize SaaS alternatives want $15 to $50 per seat per month. Parcel Proxy is a single binary that handles the same job without the recurring bill or the vendor dependency.

Under the hood

The dashboard opens at /ui and gives you a search bar, status filters, and a create form. Double-click any upstream to edit it inline. Behind the dashboard, every operation maps to a REST endpoint under /api/upstreams. Responses are JSON. Authentication is handled at the network level — put Parcel Proxy behind your VPN or reverse proxy, and it serves requests to whoever can reach it.

A regulated company runs Parcel Proxy inside their air-gapped network. No data leaves the building. Compliance auditors can inspect the SQLite file directly. When the team needs a report, they query the API and format the output however the auditor expects.

Endpoints

Artifactory at $98/mo.

Self-hosted package registry proxy. Self-hosted on your infrastructure. Your data never leaves your server.

Quickstart

Running in under a minute.

Download
curl -fsSL https://stockyard.dev/install.sh | sh -s -- --tool parcelproxy
Run
PORT=9700 ./parcelproxy
Open
http://localhost:9700

Single binary. Embedded SQLite. No Docker. No database. No dependencies.

Pricing

Free to start. Pro when you need it.

Free
$0
forever
  • 500MB cache
  • Single binary, embedded SQLite
  • Apache 2.0 — modify freely
Pro
$0.99
per month
  • Unlimited cache, private packages, access tokens, audit log
  • License key, no cloud dependency
  • Email support

License key by email. One env var.

Your license key arrives by email within 5 minutes of checkout. Set it as an environment variable and restart the binary.

export PARCELPROXY_LICENSE_KEY=stockyard_xxxxxxxxxxxxxxxxxxxx
./parcelproxy

No cloud connectivity required. The binary validates the key offline with Ed25519 signatures.

Part of the Stockyard family — 150 focused self-hosted tools · Complete bundle $29/mo · stockyard.dev