Quick install (recommended)
Via npm (any OS with Node 20+)
The package is named
opendevtool on npm, but the binary installed is opendev. (The unqualified opendev name was taken on npm, but the tool’s name stays the same.)Via curl one-liner (Linux / macOS / WSL)
Auto-detects your OS, installs Node 20 via nvm if missing, and sets up opendev:Manual install
Requirements
- Node.js 20+ (20 LTS recommended; some dependencies require Node 20+)
- git
- A terminal
opendev is a monorepo with npm workspaces (cli, services, scripts). The steps below clone + build + install only the
cli/ package globally — the same flow the curl one-liner runs internally.