Nodus is a package manager for repo-scoped agent tooling. It pulls packages from GitHub, Git URLs, or local paths, pins them, and writes the runtime files your enabled adapters actually use.
Read this first
Getting started
Learn the basic flow and the terms used across the docs.
Install
Pick the install path that fits your environment and release policy.
Add package from link
See how sources normalize before they become a nodus add command.
Core workflow
nodus add owner/repo --adapter codex
nodus sync
nodus doctor Most teams only need a few commands
nodus add Declare a dependency nodus sync Rebuild managed output nodus update Move dependencies forward nodus doctor Validate manifest, lockfile, store, and generated files What to read next
The docs are organized around the flow most users follow, not around the implementation details.