Skip to content

osdkOne manager for every language SDK

A cross-platform CLI that unifies versions, mirrors, caches, lockfiles, and project environments

osdk logo

Start in three steps

bash
# 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

Read the complete installation guide →

Released under the MIT License