Skip to content

Getting started

PandJS is a lightweight and open-source JavaScript runtime environment designed for simplicity. It offers developers an easy-to-use, free platform for running JavaScript applications outside of the browser.

Installing

PandJS is single executable file, you can put it anywhere you want. Run command below to install pre-built binary:

Terminal window
curl https://pandland.github.io/install | sh

Running scripts

To run JavaScript file, simply run:

Terminal window
pand ./sample.js