A gui for osxiec https://github.com/Okerew/osxiec
It requires java
When executed a command make sure to close the process.

Git clone the gui
git clone https://github.com/Okerew/osxiec_gui.gitGo to the directory
cd osxiec_guiBuild the class
javac OsxiecApp.javaBuild the jar
jar -cvfe osxiec.jar OsxiecApp OsxiecApp.classCopy jar into app bundle, remove the previous one
cp osxiec.jar osxiec.app/Contents/ResourcesIf using the one from release, delete the previous one
Copy the osxiec icon into Contents/Resources
Finally, copy the run_app_bundle.sh into the bundle as osxiec_gui
cp run_app_bundle.sh osxiec.app/Contents/MacOS/osxiec_gui