DEV Community

Brian Springer
Brian Springer

Posted on

JS Sandbox v1.0.0 — free open source desktop JavaScript scratchpad for Linux/Windows/Mac

Hey everyone — built a lightweight desktop JavaScript sandbox and wanted to share it free with the community.

Features:

  • Syntax highlighted editor (One Dark theme)
  • Full console output — log, warn, error, info all captured
  • Objects and arrays pretty-printed
  • Multiple tabs
  • Resizable split pane
  • No license key, no account, completely free

Linux users: unzip and run ./install.sh — handles everything automatically.

GitHub: https://github.com/carolinacodeworksdev/js-sandbox

Released free by Carolina Codeworks. Hope it helps someone!

Download

Grab the latest release directly from GitHub — no Git required:
https://github.com/carolinacodeworksdev/js-sandbox/releases/latest

Top comments (0)