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. After install, run `nodus --help` to see the local workflow.
Read this first
Getting started
Set up the first project-scoped install and validate the result.
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.
For AI assistants
Give one public page to an assistant so it can operate Nodus safely.
Core workflow
nodus --help
nodus add owner/repo --adapter <adapter>
nodus doctor Most teams only need a few commands
nodus --help See the local command guide nodus add Declare a project-scoped dependency nodus doctor Validate the result nodus update Move dependencies forward What to read next
The docs are organized around the flow most users follow, not around the implementation details.