Tasmota-ESP-Flasher is an app for ESP8266 / ESP32 designed to make flashing Tasmota on ESPs as simple as possible by:
- Pre-built binaries for most used operating systems
- Support for Tasmota factory images
- Hiding all non-essential options for flashing
- All necessary options (bootloader, flash mode, safeboot) are set automatically
- Flashing is lightning fast
The flashing process is done using esptool from espressif.
-
Check the releases section for your OS.
-
Download and double-click and it'll start.
-
The native Python version can be installed from PyPI:
pip install esp-flasher
. Start the GUI byesp_flasher
. Alternatively, you can use the command line interface ( typeesp_flasher -h
for info)
In the odd case of your antivirus going haywire over that application, it's a false positive.
If you want to build this application yourself you need to:
- Install Python 3.x
- Download this project and run
pip3 install -e .
in the project's root. - Start the GUI using
esp_flasher
. Alternatively, you can use the command line interface ( typeesp_flasher -h
for info)
Driver maybe needed for Mac OSx.
Info: https://www.silabs.com/community/interface/forum.topic.html/vcp_driver_for_macosbigsur110x-krlP
Driver: https://www.silabs.com/documents/public/software/Mac_OSX_VCP_Driver.zip
MIT © Otto Winter, Michael Kandziora, Johann Obermeier