Skip to content

ESPConnect v1.1.18

Latest

Choose a tag to compare

@github-actions github-actions released this 26 Jul 19:26

ESPConnect v1.1.18

Browser-based control center for ESP32 and ESP8266 boards - now as a standalone desktop application.

Changes

Improvement

  • Device Information now shows ESP32-P4 silicon capabilities, correctly identifies its package and revision fields, and lets users expand long capability lists (issue #167).

Internal runtime

  • Bump Electron from 42.7.1 to 43.2.0.

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.
Web UI Any .zip Static dist/ build for custom hosting

Installation

macOS Apple Silicon:

curl -L -O "https://github.com/thelastoutpostworkshop/ESPConnect/releases/download/v1.1.18/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.1.18/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.1.18_amd64.deb

Linux (Fedora/RHEL):

sudo rpm -i espconnect-1.1.18.x86_64.rpm

Web UI (static files):

curl -L -o dist.zip "https://github.com/thelastoutpostworkshop/ESPConnect/releases/download/v1.1.18/dist.zip"
unzip dist.zip -d dist

Serve the dist/ folder with any static file server.

USB Serial Permissions (Linux):

Add your user to the dialout group:

sudo usermod -a -G dialout $USER

Then log out and back in.