Package Catalog

Sovereign Bazaar

Signed, reproducible, content-addressed packages. Inspect the recipe. Rebuild the binary. Trust the math, not the vendor.

Every Badge Is Verifiable

Badge claims are backed by the registry schema. Each package entry must include a matching evidence block, and operators can check the catalog with nexus bazaar validate before installing or publishing.

Signed

Ed25519 signature valid against the publisher key — the production signing target. The current pack uses development BLAKE3 sidecars until the Forge pipeline lands.

Reproducible

Two independent builds produce identical artifact hashes — the reproducibility target. Build proofs are recorded per package; independent-build verification is being automated.

Audited

Third-party security review target, with the report linked in the package detail. The first audited set ships with the production pipeline.

No-Heap

Static allocation only. Verified by build-time analysis. Suitable for safety-critical deployments.

No-Network

Package does not initiate network connections at runtime. Syscall filter enforced.

Air-Gap Ready

No external runtime dependencies. Can be installed and operated entirely offline.


Seed Catalog — 19 Foundational Recipes

These packages are maintained by the core team and verified through the Forge pipeline. Each carries a Variant-CID (sample values shown until production signing lands), build proof, and compatibility matrix. Production Ed25519 signing is in the Forge/Bazaar pipeline — the current proof pack carries development BLAKE3 sidecars (see the SDK).

kernel-core

Core kernel graft — Linux LTS or native Rumpk microkernel.

Signed Reproducible Core Fleet
cid:v1:blake3:5c1a9f3b...d7e24c08
nip install kernel-core
drivers/virtio-gpu

VirtIO GPU display driver with framebuffer and cursor support.

Signed Micro Core
cid:v1:blake3:9e27b4c0...f13a58d2
nip install virtio-gpu
drivers/virtio-net

VirtIO network driver with LWF frame support and NetSwitch bridge.

Signed Reproducible Core Fleet
cid:v1:blake3:2d48c6e1...b9f30a74
nip install virtio-net
drivers/virtio-blk

VirtIO block storage driver with Block Valve protocol.

Signed Core Fleet
cid:v1:blake3:7ab35d92...c0e48f16
nip install virtio-blk
drivers/virtio-input

VirtIO input driver for keyboard, mouse, and multi-seat support.

Signed Micro Core
cid:v1:blake3:f6c908a4...3d17b2e5
nip install virtio-input
scheduler/harmonic

Event-driven Harmonic Scheduler with spectrum tiers and time budgets.

Signed Reproducible No-Heap Tiny Micro Core
cid:v1:blake3:04d7fa38...8e25c901
nip install harmonic
security/capability-algebra

CSpace, pledge/unveil, and Kinetic Economy enforcement.

Signed Reproducible Audited Core
cid:v1:blake3:b1e52d74...9f40d6a3
nip install capability-algebra
packaging/nip

Sovereign package manager with CAS, grafting, and ProvChain.

Signed Core Fleet
cid:v1:blake3:c82f16b5...4a79e3b0
nip install nip
storage/nexfs

Flash-native, content-addressed filesystem with Merkle DAG snapshots.

Signed Reproducible Tiny Core
cid:v1:blake3:d93a70c6...5b8ef4c1
nip install nexfs
net/utcp

Universal Transport and Control Protocol — identity-centric, encrypted by default.

Signed Core Fleet
cid:v1:blake3:e04b81d7...6c9fa5d2
nip install utcp
net/lwf

Libertaria Wire Frame v3 — Noise XX, XChaCha20-Poly1305, zero cleartext.

Signed Reproducible Core
cid:v1:blake3:f15c92e8...7da0b6e3
nip install lwf
registry/nrp

Nexus Registry Protocol — SovereignKV-backed system nervous system.

Signed Core Fleet
cid:v1:blake3:026da3f9...8eb1c7f4
nip install nrp
shell/nexshell

Semantic shell — KDL intents, PRQL queries, structured display lists.

Signed Core Fleet
cid:v1:blake3:137eb4a0...9fc2d8a5
nip install nexshell
display/compositor

Vector scene graph compositor with Niri layout and TextureRef support.

Signed Core Fleet
cid:v1:blake3:248fc5b1...a0d3e9b6
nip install compositor
drivers/imu/bno055

Bosch BNO055 9-DOF IMU driver with sensor fusion support.

Signed Mech Tiny
cid:v1:blake3:359ad6c2...b1e4f0c7
nip install bno055
lib/kinematics

Real-time kinematics solver for robotic arm control.

Signed No-Heap Mech
cid:v1:blake3:46abe7d3...c2f5a1d8
nip install kinematics
drivers/tsn

Time-Sensitive Networking driver for deterministic industrial Ethernet.

Signed Grid Core
cid:v1:blake3:57bcf8e4...d3a6b2e9
nip install tsn
crypto/monocypher

Compact cryptographic library — Ed25519, BLAKE3, XChaCha20-Poly1305.

Signed Reproducible Audited Tiny Core
cid:v1:blake3:68cd09f5...e4b7c3f0
nip install monocypher
hypervisor/rumkv

Type-1 hypervisor for NipCell isolation. EL2 on ARM64, VMX on x86_64.

Signed Reproducible Core Fleet
cid:v1:blake3:79de1a06...f5c8d4a1
nip install rumkv

Graft Into Your System

Native

Install from the Bazaar

nip install <package>

Resolves dependencies, verifies signatures, extracts to /Programs/Nippels/.

Foreign

Graft from Another Ecosystem

nexus graft pacman:<pkg> nexus graft nix:<pkg> nexus graft apt:<pkg>

Fetches from foreign package manager, converts to NPK, installs via CAS.

Submit Your Package

Have a driver, library, or tool that belongs in the Sovereign Bazaar? Packages must build reproducibly, pass static analysis, and carry a valid signature.