01Install the tooling
leji is one CLI with three homes: npm, PyPI, and Go. All three are tested against the
same fixture suite, so commands, flags, JSON findings, and exit codes stay identical no matter which
one your toolchain or CI installs.
npm install -g @leji-org/leji # or: npx @leji-org/leji
pip install leji # the PyPI twin
go install github.com/leji-org/leji/packages/sdk-go/cmd/leji@latest # single binary, no runtime