# web-esptool **Repository Path**: mirrors_larryli/web-esptool ## Basic Information - **Project Name**: web-esptool - **Description**: Flash Espressif chips on your web browser! - **Primary Language**: Unknown - **License**: GPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-02-16 - **Last Updated**: 2026-03-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README [Web ESPTool](https://esp.xingrz.me) [![Auto deploy](https://github.com/xingrz/web-esptool/actions/workflows/deploy.yml/badge.svg)](https://github.com/xingrz/web-esptool/actions/workflows/deploy.yml) ========== [![license][license-img]][license-url] [![issues][issues-img]][issues-url] [![commits][commits-img]][commits-url] Flash Espressif chips on your web browser! ## Development ```sh npm install npm run serve ``` ## Features / TODOs - [x] Auto program - [x] Stub loader - [x] ESP8266/ESP8285 - [x] ESP32 - [x] ESP32-S2 - [x] ESP32-C3 - [x] Compression - [ ] Encryption ## Links * [esptool.py](https://github.com/espressif/esptool) * [Espressif Serial Protocol](https://github.com/espressif/esptool/wiki/Serial-Protocol) * [Web Serial API](https://wicg.github.io/serial/) * [Ant Design Vue](https://antdv.com/) ## License This project are open-sourced under [GNU v3](LICENSE). [license-img]: https://img.shields.io/github/license/xingrz/web-esptool?style=flat-square [license-url]: LICENSE [issues-img]: https://img.shields.io/github/issues/xingrz/web-esptool?style=flat-square [issues-url]: https://github.com/xingrz/web-esptool/issues [commits-img]: https://img.shields.io/github/last-commit/xingrz/web-esptool?style=flat-square [commits-url]: https://github.com/xingrz/web-esptool/commits/master