Getting started

Install Nodus, add your first package, and validate the resulting runtime files.

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.toml if 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