logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Just.js - Run JavaScript on Linux | Online Free DevTools by Hexmos

Run JavaScript code easily with Just.js, a V8 JavaScript runtime for Linux. Execute scripts, use a REPL, and build JavaScript applications. Free online tool, no registration required.

just-js

A V8 JavaScript runtime for Linux. More information: https://github.com/just-js/just.

  • Start a REPL (interactive shell):

just

  • Run a JavaScript file:

just {{path/to/file.js}}

  • Evaluate JavaScript code by passing it as an argument:

just eval "{{code}}"

  • Initialize a new project in a directory of the same name:

just init {{project_name}}

  • Build a JavaScript application into an executable:

just build {{path/to/file.js}} --static

See Also