As of April 2023, Flasher is being phased out in preference to other installation options. Please refer to the EdgeTX Installation Guide for up-to-date installation instructions and guides.
The new alternative to OpenTX Companion for updating radio firmware and optimizing backups.
Check the releases section for prebuilt rolling-release binaries for the flasher.
- Downloading firmware and saving
- Themeing and Persistent config storage
- DFU Flashing
- SD Card automated downloads and setups
- YAML Configuration Interface
- SD Card and DFU Backup
Please note that development of Flasher requires node@16
. This can be installed with a version manager such as fnm.
npm install
npm run electron:serve
This compiles and hot-reloads inside of a fully functioned electron window, just note that DFU-util may not be found in this mode.
npm run electron:build
This will compile and package into the executable/installer for whatever OS you are running. On MacOS it will create an app, dmg, and zip file. On linux it will create an AppImage, snap, and deb file. On windows it will create an exe.