Supported tools
Built-in
The following tools are supported natively in proto's toolchain.
WASM
Node.js
Node.js is a JavaScript runtime built on Chrome's V8 engine.
proto install node
Available bins: node
, npx
Globals directory: ~/.proto/tools/node/globals/bin
Detection sources: .nvmrc
, .node-version
, package.json
engines
WASM
npm, pnpm, yarn
proto supports all popular Node.js package managers.
proto install <manager>
Available bins: npm
, pnpm
, yarn
, node-gyp
Globals directory: ~/.proto/tools/node/globals/bin
Detection sources: package.json
engines / package manager
WASM
Python (experimental)
Python is a high-level, general-purpose programming language.
proto install python
Available bins: python
, pip
Globals directory: ~/.local/bin
Detection sources: .python-version
Third-party
Add toolAdditional tools can be supported through plugins.