A graphical front-end for the XERtools toolkit which can be found here.
For users who are not very comfortable with the command line, or don't need to automate execution of the toolkit executables with batch scripts and prefer to run things visually.
The graphical frontend is written in Dart + Flutter.
git clone https://github.com/chipnetics/xertools_gui.git
https://docs.flutter.dev/get-started/install
For building in Windows, you need Visual Studio with "Desktop Development with C++" workload installed (~8GB)
NB: Visual Studio Community edition is sufficient.
https://visualstudio.microsoft.com/
sudo apt install build-essential
(or similar, depending on flavor)
flutter build linux
flutter build windows