One CLI, Many SDKs
Manage Node.js, Python, Java, Go, Rust, package managers, `npm:
A cross-platform CLI that unifies versions, mirrors, caches, lockfiles, and project environments
# Install osdk
curl --proto '=https' --tlsv1.2 -sSf \
https://raw.githubusercontent.com/lejunyang/one-sdk/main/install.sh | sh
# Install Node.js and set the global default
osdk use -g node@20
# Use it directly
node --version