Web-based firmware installer for zclaw, the smallest AI assistant for ESP32.
Uses ESP Web Tools and the Web Serial API to flash zclaw firmware directly from the browser. No drivers, no CLI tools required.
- ESP32-C3 (recommended: Seeed XIAO ESP32-C3)
- ESP32-S3
- ESP32-C6
Chrome or Edge on desktop. Web Serial is not available on mobile or in Firefox/Safari.
Firmware binaries are built automatically via GitHub Actions:
- Go to Actions > Build Firmware
- Click "Run workflow"
- Optionally specify a zclaw git ref (branch, tag, or SHA)
- CI builds for all three targets, merges binaries, and commits them to
firmware/
Just open index.html in Chrome. No build step needed.