BhooAI Registrynpm.bhooai.com · aurora connecting…

private scope · public read · token-gated publish

Packages under the Aurora

A zero-dependency registry running on the Nexus-Fusion database engine. Scoped @bhooai/* and bhooai-nexus live here — everything else proxies to npmjs.org.

npm config set @bhooai:registry https://npm.bhooai.com
/
packages
versions
publishers
uptime

Packages

publish

Ship in three steps

  1. 1

    Point npm at this registry

    npm config set @bhooai:registry https://npm.bhooai.com
  2. 2

    Create a publisher

    npm adduser --registry https://npm.bhooai.com
  3. 3

    Publish from the framework repo

    NPM_BHOOAI_TOKEN=<token> node scripts/publish.mjs --registry bhooai

Reading needs no account. Publishing @bhooai/* and bhooai-nexus needs the token from step 2 — never commit it.

protocol

Registry API

GET /-/pinghealth check
GET /:pkgpackument metadata
GET /:pkg/-/:file.tgztarball download
PUT /:pkgpublish (auth)
GET /-/v1/search?text=search
GET /-/whoamitoken owner (auth)