01_CAPABILITIES
PAX is the official package management engine for the XCX ecosystem. It provides professional project
scaffolding, deterministic dependency resolution via pax.lock, and seamless integration with
the distributed registry.
02_COMMAND_REFERENCE
xcx pax new <name> --- Create professional project structure
xcx pax install --- Resolve and install dependencies
xcx pax add <dep> --- Add package (supports @version)
xcx pax search <q> --- Query the XCX Registry
xcx pax publish --- Upload package to registry
xcx pax run --- Execute project entry point
03_REGISTRY_PORTAL
The global PAX Registry is the authoritative source for verified XCX modules. Access the public index to explore libraries for networking, data science, and system utilities.
→ OPEN_REGISTRY_HUB04_TECHNICAL_DOCS
For detailed configuration specifications and advanced registry commands, consult the local PAX manual.
01 PAX_SYSTEM_MANUAL