Jaguar is a small Toit program that runs on your ESP32. It uses the capabilities of the
Toit virtual machine to let you update and restart your ESP32 applications written in Toit over WiFi. Change your Toit code in your editor, update the application on your device, and restart it all within seconds. No need to flash over serial, reboot your device, or wait for it to reconnect to your network. It is live reloading on a microcontroller
Watch a short video that shows how you can experience Jaguar on your ESP32 in less than 3 minutes:
Jaguar is free and open source. It is based on the Toit language and it makes good use of the underlying capabilities of the Toit virtual machine. You can find the source code and start contributing to Jaguar on GitHub:
https://github.com/toitlang/jaguar.
I would love your feedback!