Getting started

Install Nodus, open `nodus --help`, add your first package, and validate the resulting runtime files.

Install Nodus:

curl -fsSL https://nodus.elata.ai/install.sh | bash

Open the local guide:

nodus --help

Add your first package:

nodus add nodus-rs/nodus --adapter <adapter>

That command:

  • creates nodus.toml if needed
  • records the dependency you asked for
  • locks the exact resolved 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