Start from a repo link
Use GitHub shorthand, repo URLs, or a full Git remote.
Start with a project-scoped install, then use `nodus --help` to learn the rest. Nodus pins package revisions and writes only the runtime files your adapters read.
curl -fsSL https://nodus.elata.ai/install.sh | bash Built for teams that want a clear first command and predictable repo state.
Use GitHub shorthand, repo URLs, or a full Git remote.
Start with `nodus add ... --adapter <adapter>` and keep the command reproducible.
Generate adapter-specific runtime files instead of scattering config across the repo.
Paste a source, choose an adapter, and validate with `nodus doctor`.
Turn a package URL into the exact nodus add command for your repo.
nodus add nodus-rs/nodus --adapter <adapter>
nodus doctor
nodus --help Use the install page for binaries, `nodus --help` for the local command guide, and the docs for the full workflow.