duktape

Embeddable JavaScript engine with a compact footprint

brewmacoslinux
Try with needOr install directly
Source

About

Embeddable Javascript engine with compact footprint

Commands

duk

Examples

Execute a JavaScript file$ duk script.js
Run JavaScript code interactively in REPL$ duk
Execute inline JavaScript code$ duk -e "console.log('Hello from Duktape')"