Install in one command. Keep repo output exact.

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.

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

Simple start. Exact output.

Built for teams that want a clear first command and predictable repo state.

Start from a repo link

Use GitHub shorthand, repo URLs, or a full Git remote.

Use one project-scoped install path

Start with `nodus add ... --adapter <adapter>` and keep the command reproducible.

Write only what tools read

Generate adapter-specific runtime files instead of scattering config across the repo.

Start with `nodus add`, then learn the rest from `nodus --help`.

Paste a source, choose an adapter, and validate with `nodus doctor`.

Paste a repo link. Get the command.

Turn a package URL into the exact nodus add command for your repo.

github.com/owner/repo owner/repo git@example.com/org/pkg.git
Project-scoped example
nodus add nodus-rs/nodus --adapter <adapter>
nodus doctor
nodus --help