pkgx

Universal package manager and runtime for any language or tool.

brewmacoslinux
Try with needOr install directly
Source

About

Standalone binary that can run anything

Commands

pkgx

Examples

run a command without installing it globally$ pkgx node script.js
execute Python script with dependencies$ pkgx python main.py
run Ruby Rails app in isolated environment$ pkgx rails server
install and use a package temporarily$ pkgx +rust cargo build
check what version of a tool is available$ pkgx --version node