# rlidwka/sinopia

Private npm repository server

Repository: https://github.com/rlidwka/sinopia
Canonical: https://ross.abutalabs.com/products/sinopia
Language: JavaScript
License Family: other
Last push: 2024-02-25T06:23:49+00:00

## Health v2 (maintenance only)
Score: 32/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 35, longevity 100
- inputs: {"age_days": 4851, "days_push": 920, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 5478, forks 629 (observed 2026-08-28T04:09:19.699719+00:00)

## What it is
Sinopia is a zero-configuration private npm registry server that caches packages from npmjs.org and lets you publish private packages locally. It runs as a self-hosted Node.js web server with a small built-in database and a web UI for browsing and searching packages.

## Use cases
- host a private npm registry for company packages
- cache npm packages to reduce install latency across servers
- override a public npm package with a locally patched version
- keep npm installs working when npmjs.org is down
- run an offline npm mirror inside a private network

## When to choose
- you need private npm packages without running CouchDB or a paid registry
- you want a zero-config, lightweight npm proxy cache for multiple servers
- you need to publish patched forks of third-party packages under the same name

## When to avoid
- you want an actively developed registry - consider Verdaccio, its maintained successor
- you need enterprise features like SSO, audit logs, or high availability
- you need a registry for non-npm ecosystems like PyPI or Maven

## Facets
- artifact type: service
- maturity: maintenance
- function: http-server, caching, proxy, auth, package-manager
- domain: developer-tools, self-hosted, backend
- platform: self-hosted, cli
- tags: npm-registry, private-registry, package-proxy, offline-cache, javascript, devops, nodejs, docker, web-server

## Member repositories
- rlidwka/sinopia (main) score 32

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:09:19.699719+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-29T17:56:42.203450+00:00, confidence not recorded.
  - readme: https://github.com/rlidwka/sinopia (fetched 2026-08-28T04:09:19.699719+00:00, sha 352a337803d9)
  - registry_npm: https://registry.npmjs.org/sinopia (fetched 2026-08-29T08:51:48.581415+00:00, sha 55859c0b8673)
- Data as of 2026-08-30T08:39:29.467469+00:00.
