Releases: Jason2866/esp32tool
ESP32Tool v1.3.2
ESP32Tool v1.3.2
Downloads
Electron GUI Apps
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | ESP32Tool-*-arm64.dmg |
| macOS | Intel | ESP32Tool-*-x64.dmg |
| Windows | x64 | *.exe / ESP32Tool-*.zip |
| Linux | x64 | *.deb / *.rpm / ESP32Tool-*.zip |
Electron CLI Tools (Standalone, No Node.js Required!)
| Platform | File | Size |
|---|---|---|
| macOS | ESP32Tool-CLI-darwin-*.zip |
~106-110MB |
| Linux | ESP32Tool-CLI-linux-*.zip / esp32tool-cli_*.deb / esp32tool-cli-*.rpm |
~83-108MB |
| Windows | ESP32Tool-CLI-win32-*.zip |
~130MB |
Installation
GUI Apps
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.2/ESP32Tool-1.3.2-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.2/ESP32Tool-1.3.2-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
CLI Tools
Standalone Electron-based CLI - No Node.js installation required!
macOS:
# Download and extract ZIP
curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.2/ESP32Tool-CLI-darwin-arm64-1.3.2.zip"
unzip ESP32Tool-CLI-darwin-arm64-1.3.2.zip
# Run from extracted folder
cd ESP32Tool-darwin-arm64/
./ESP32Tool.app/Contents/MacOS/esp32tool list-ports
./ESP32Tool.app/Contents/MacOS/esp32tool --port /dev/ttyUSB0 chip-id
# Optional: Install to /Applications and create symlink
sudo cp -r ESP32Tool.app /Applications/
sudo ln -s /Applications/ESP32Tool.app/Contents/MacOS/esp32tool /usr/local/bin/esp32tool
# Then simply:
esp32tool list-portsLinux:
# Option 1: Install DEB package (Debian/Ubuntu)
sudo dpkg -i esp32tool-cli_1.3.2_amd64.deb
esp32tool list-ports
# Option 2: Install RPM package (Fedora/RHEL/CentOS)
sudo rpm -i esp32tool-cli-1.3.2-1.x86_64.rpm
esp32tool list-ports
# Option 3: Extract ZIP and run
unzip ESP32Tool-CLI-linux-x64-1.3.2.zip
cd ESP32Tool-linux-x64/
./esp32tool list-ports
./esp32tool --port /dev/ttyUSB0 chip-id
# Optional: Install system-wide from ZIP
sudo ln -s $(pwd)/esp32tool /usr/local/bin/esp32toolWindows:
# Extract ZIP and run from extracted folder
esp32tool.exe list-ports
esp32tool.exe --port COM3 chip-id
# Optional: Add folder to PATH for system-wide accessESP32Tool v1.3.1
ESP32Tool v1.3.1
Downloads
Electron GUI Apps
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | ESP32Tool-*-arm64.dmg |
| macOS | Intel | ESP32Tool-*-x64.dmg |
| Windows | x64 | *.exe / ESP32Tool-*.zip |
| Linux | x64 | *.deb / *.rpm / ESP32Tool-*.zip |
Electron CLI Tools (Standalone, No Node.js Required!)
| Platform | File | Size |
|---|---|---|
| macOS | ESP32Tool-CLI-darwin-*.zip |
~106-110MB |
| Linux | ESP32Tool-CLI-linux-*.zip / esp32tool-cli_*.deb / esp32tool-cli-*.rpm |
~83-108MB |
| Windows | ESP32Tool-CLI-win32-*.zip |
~130MB |
Installation
GUI Apps
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.1/ESP32Tool-1.3.1-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.1/ESP32Tool-1.3.1-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
CLI Tools
Standalone Electron-based CLI - No Node.js installation required!
macOS:
# Download and extract ZIP
curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.1/ESP32Tool-CLI-darwin-arm64-1.3.1.zip"
unzip ESP32Tool-CLI-darwin-arm64-1.3.1.zip
# Run from extracted folder
cd ESP32Tool-darwin-arm64/
./ESP32Tool.app/Contents/MacOS/esp32tool list-ports
./ESP32Tool.app/Contents/MacOS/esp32tool --port /dev/ttyUSB0 chip-id
# Optional: Install to /Applications and create symlink
sudo cp -r ESP32Tool.app /Applications/
sudo ln -s /Applications/ESP32Tool.app/Contents/MacOS/esp32tool /usr/local/bin/esp32tool
# Then simply:
esp32tool list-portsLinux:
# Option 1: Install DEB package (Debian/Ubuntu)
sudo dpkg -i esp32tool-cli_1.3.1_amd64.deb
esp32tool list-ports
# Option 2: Install RPM package (Fedora/RHEL/CentOS)
sudo rpm -i esp32tool-cli-1.3.1-1.x86_64.rpm
esp32tool list-ports
# Option 3: Extract ZIP and run
unzip ESP32Tool-CLI-linux-x64-1.3.1.zip
cd ESP32Tool-linux-x64/
./esp32tool list-ports
./esp32tool --port /dev/ttyUSB0 chip-id
# Optional: Install system-wide from ZIP
sudo ln -s $(pwd)/esp32tool /usr/local/bin/esp32toolWindows:
# Extract ZIP and run from extracted folder
esp32tool.exe list-ports
esp32tool.exe --port COM3 chip-id
# Optional: Add folder to PATH for system-wide accessESP32Tool v1.3.0
ESP32Tool v1.3.0
Downloads
Electron GUI Apps
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | ESP32Tool-*-arm64.dmg |
| macOS | Intel | ESP32Tool-*-x64.dmg |
| Windows | x64 | *.exe / ESP32Tool-*.zip |
| Linux | x64 | *.deb / *.rpm / ESP32Tool-*.zip |
Electron CLI Tools (Standalone, No Node.js Required!)
| Platform | File | Size |
|---|---|---|
| macOS | ESP32Tool-CLI-darwin-*.zip |
~106-110MB |
| Linux | ESP32Tool-CLI-linux-*.zip / esp32tool-cli_*.deb / esp32tool-cli-*.rpm |
~83-108MB |
| Windows | ESP32Tool-CLI-win32-*.zip |
~130MB |
Installation
GUI Apps
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.0/ESP32Tool-1.3.0-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.0/ESP32Tool-1.3.0-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
CLI Tools
Standalone Electron-based CLI - No Node.js installation required!
macOS:
# Download and extract ZIP
curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.3.0/ESP32Tool-CLI-darwin-arm64-1.3.0.zip"
unzip ESP32Tool-CLI-darwin-arm64-1.3.0.zip
# Run from extracted folder
cd ESP32Tool-darwin-arm64/
./ESP32Tool.app/Contents/MacOS/esp32tool list-ports
./ESP32Tool.app/Contents/MacOS/esp32tool --port /dev/ttyUSB0 chip-id
# Optional: Install to /Applications and create symlink
sudo cp -r ESP32Tool.app /Applications/
sudo ln -s /Applications/ESP32Tool.app/Contents/MacOS/esp32tool /usr/local/bin/esp32tool
# Then simply:
esp32tool list-portsLinux:
# Option 1: Install DEB package (Debian/Ubuntu)
sudo dpkg -i esp32tool-cli_1.3.0_amd64.deb
esp32tool list-ports
# Option 2: Install RPM package (Fedora/RHEL/CentOS)
sudo rpm -i esp32tool-cli-1.3.0-1.x86_64.rpm
esp32tool list-ports
# Option 3: Extract ZIP and run
unzip ESP32Tool-CLI-linux-x64-1.3.0.zip
cd ESP32Tool-linux-x64/
./esp32tool list-ports
./esp32tool --port /dev/ttyUSB0 chip-id
# Optional: Install system-wide from ZIP
sudo ln -s $(pwd)/esp32tool /usr/local/bin/esp32toolWindows:
# Extract ZIP and run from extracted folder
esp32tool.exe list-ports
esp32tool.exe --port COM3 chip-id
# Optional: Add folder to PATH for system-wide accessESP32Tool v1.2.0
ESP32Tool v1.2.0
Downloads
Electron GUI Apps
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | ESP32Tool-*-arm64.dmg |
| macOS | Intel | ESP32Tool-*-x64.dmg |
| Windows | x64 | *.exe / ESP32Tool-*.zip |
| Linux | x64 | *.deb / *.rpm / ESP32Tool-*.zip |
Electron CLI Tools (Standalone, No Node.js Required!)
| Platform | File | Size |
|---|---|---|
| macOS | ESP32Tool-CLI-darwin-*.zip |
~106-110MB |
| Linux | ESP32Tool-CLI-linux-*.zip / esp32tool-cli_*.deb / esp32tool-cli-*.rpm |
~83-108MB |
| Windows | ESP32Tool-CLI-win32-*.zip |
~130MB |
Installation
GUI Apps
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.2.0/ESP32Tool-1.2.0-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.2.0/ESP32Tool-1.2.0-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
CLI Tools
Standalone Electron-based CLI - No Node.js installation required!
macOS:
# Download and extract ZIP
curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.2.0/ESP32Tool-CLI-darwin-arm64-1.2.0.zip"
unzip ESP32Tool-CLI-darwin-arm64-1.2.0.zip
# Run from extracted folder
cd ESP32Tool-darwin-arm64/
./ESP32Tool.app/Contents/MacOS/esp32tool list-ports
./ESP32Tool.app/Contents/MacOS/esp32tool --port /dev/ttyUSB0 chip-id
# Optional: Install to /Applications and create symlink
sudo cp -r ESP32Tool.app /Applications/
sudo ln -s /Applications/ESP32Tool.app/Contents/MacOS/esp32tool /usr/local/bin/esp32tool
# Then simply:
esp32tool list-portsLinux:
# Option 1: Install DEB package (Debian/Ubuntu)
sudo dpkg -i esp32tool-cli_1.2.0_amd64.deb
esp32tool list-ports
# Option 2: Install RPM package (Fedora/RHEL/CentOS)
sudo rpm -i esp32tool-cli-1.2.0-1.x86_64.rpm
esp32tool list-ports
# Option 3: Extract ZIP and run
unzip ESP32Tool-CLI-linux-x64-1.2.0.zip
cd ESP32Tool-linux-x64/
./esp32tool list-ports
./esp32tool --port /dev/ttyUSB0 chip-id
# Optional: Install system-wide from ZIP
sudo ln -s $(pwd)/esp32tool /usr/local/bin/esp32toolWindows:
# Extract ZIP and run from extracted folder
esp32tool.exe list-ports
esp32tool.exe --port COM3 chip-id
# Optional: Add folder to PATH for system-wide accessESP32Tool v1.1.8
ESP32Tool v1.1.8
Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | *.arm64.dmg |
| macOS | Intel | *.x64.dmg |
| Windows | x64 | *.exe / *.zip |
| Linux | x64 | *.deb / *.rpm / *.zip |
Installation
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.8/ESP32Tool-1.1.8-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.8/ESP32Tool-1.1.8-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
ESP32Tool v1.1.7
ESP32Tool v1.1.7
Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | *.arm64.dmg |
| macOS | Intel | *.x64.dmg |
| Windows | x64 | *.exe / *.zip |
| Linux | x64 | *.deb / *.rpm / *.zip |
Installation
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.7/ESP32Tool-1.1.7-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.7/ESP32Tool-1.1.7-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
ESP32Tool v1.1.6
ESP32Tool v1.1.6
Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | *.arm64.dmg |
| macOS | Intel | *.x64.dmg |
| Windows | x64 | *.exe / *.zip |
| Linux | x64 | *.deb / *.rpm / *.zip |
Installation
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.6/ESP32Tool-1.1.6-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.6/ESP32Tool-1.1.6-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
ESP32Tool v1.1.4
ESP32Tool v1.1.4
Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | *.arm64.dmg |
| macOS | Intel | *.x64.dmg |
| Windows | x64 | *.exe / *.zip |
| Linux | x64 | *.deb / *.rpm / *.zip |
Installation
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.4/ESP32Tool-1.1.4-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.4/ESP32Tool-1.1.4-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
ESP32Tool v1.1.2
ESP32Tool v1.1.2
Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | *.arm64.dmg |
| macOS | Intel | *.x64.dmg |
| Windows | x64 | *.exe / *.zip |
| Linux | x64 | *.deb / *.rpm / *.zip |
Installation
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.2/ESP32Tool-1.1.2-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v1.1.2/ESP32Tool-1.1.2-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.
ESP32Tool v.1.1.5
ESP32Tool v.1.1.5
Downloads
| Platform | Architecture | File |
|---|---|---|
| macOS | Apple Silicon | *.arm64.dmg |
| macOS | Intel | *.x64.dmg |
| Windows | x64 | *.exe / *.zip |
| Linux | x64 | *.deb / *.rpm / *.zip |
Installation
macOS Apple Silicon: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v.1.1.5/ESP32Tool-.1.1.5-arm64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
macOS Intel: Download with curl -L -O "https://github.com/Jason2866/esp32tool/releases/download/v.1.1.5/ESP32Tool-.1.1.5-x64.dmg" to avoid Gatekeeper flags the package. Open the DMG and drag the app to Applications.
Windows: Run the .exe installer or extract the .zip archive.
Linux: Install via sudo dpkg -i *.deb or sudo rpm -i *.rpm, or extract the .zip archive.