nodeup
nodeup is a Rust-based Node.js version manager with rustup-like commands and deterministic runtime selection.
Why use nodeup
- Manage multiple Node.js runtimes with a single CLI.
- Resolve runtime precedence consistently across default, override, and explicit execution.
- Use stable human and JSON output modes for both operators and automation.
Core capabilities
- Toolchain lifecycle:
toolchain list|install|uninstall|link - Runtime selection:
default,override set|unset|list,show active-runtime - Runtime-aware execution:
run,which - Self-management:
self update|uninstall|upgrade-data
Common workflows
Set a global default runtime:Runtime resolution precedence
- Explicit runtime selector in command invocation (
run,which --runtime) - Directory override selector (
override set) - Global default selector (
default)
Output and logging behavior
--output human|jsonis available for management commands.- Human mode uses pretty
tracinglogs by default. - JSON mode writes machine payloads to stdout and keeps logs off by default unless explicitly enabled.