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 Python script without having Python installed$ pkgx python script.py
Execute Node.js code without Node.js installed locally$ pkgx node app.js
Install and run a specific tool version$ pkgx +rust cargo build