ESPConnect v1.0.11
- Added standalone electron app in release assets by Jason2866 (PR #56).
- Fixed filesystem image flashing to pass an
ArrayBufferintoflashData(avoidsArrayBufferLike/SharedArrayBufferTypeScript warnings). - Use tasmota-webserial-esptool v7.2.2
- Refactor to be better aligned with tasmota-webserial-esptool
- Fixed LittleFS update to support disk version by Jason2866 (PR #61).
Browser-based control center for ESP32 and ESP8266 boards - now as a standalone desktop application!
🎯 Features
- ✅ Works completely offline - no internet connection required
- ✅ Native Web Serial API support for all platforms
- ✅ Flash firmware, manage SPIFFS/LittleFS, backup flash memory
- ✅ Device info, partitions viewer, serial monitor
📥 Downloads
| Platform | Architecture | File Type | Notes |
|---|---|---|---|
| macOS | Apple Silicon (M1/M2/M3) | .dmg
| macOS 11+ |
| macOS | Intel | .dmg
| macOS 10.13+ |
| Windows | x64 | .exe installer
| Windows 10+ |
| Linux | x64 | .deb / .rpm
| Ubuntu, Debian, Fedora, etc. |
📝 Installation
macOS Apple Silicon:
curl -L -O "https://github.com/thelastoutpostworkshop/ESPConnect/releases/download/v1.0.11/ESPConnect-arm64.dmg"Open the DMG and drag ESPConnect to Applications. First launch: Right-click → Open (to bypass Gatekeeper).
macOS Intel:
curl -L -O "https://github.com/thelastoutpostworkshop/ESPConnect/releases/download/v1.0.11/ESPConnect-x64.dmg"Open the DMG and drag ESPConnect to Applications. First launch: Right-click → Open (to bypass Gatekeeper).
Windows:
Download and run the .exe installer. Windows Defender may show a warning on first launch - click "More info" → "Run anyway".
Linux (Debian/Ubuntu):
sudo dpkg -i espconnect_1.0.11_amd64.debLinux (Fedora/RHEL):
sudo rpm -i espconnect-1.0.11.x86_64.rpm🔌 USB Serial Permissions (Linux)
Add your user to the dialout group:
sudo usermod -a -G dialout $USERThen log out and back in.