Nodus docs

Install Nodus, add a package, and sync deterministic repo output.

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

Install

Pick the install path that fits your environment and release policy.

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