Install Nodus:
curl -fsSL https://nodus.elata.ai/install.sh | bash Add your first package:
nodus add nodus-rs/nodus --adapter codex That command:
- creates
nodus.tomlif needed - records the dependency you asked for
- resolves and locks the exact revision
- writes the adapter runtime files for the enabled tool
Validate the result:
nodus doctor Common next steps:
nodus info nodus-rs/nodus
nodus update
nodus sync --locked