Jaculus allows for running JavaScript code on embedded devices.
Visit the project homepage.
Currently supports ESP32 and ESP32-S3 SoCs (Github).
The first step is to install the Jaculus CLI tool:
npm install -g jaculus-tools
Then, you can run the tools using:
npx jac
- Jaculus is still in early development and may contain bugs.
- Guide for troubleshooting common problems can be found here.