EnvyUI v1.0.4
Build Exe Reworked launcher approach
The Build EXE function has been rebuilt from the ground up. Previously it used PyInstaller to bundle a self-contained Python environment inside the exe, which caused downloads to behave differently from the batch file (no live progress, grey scrolling text instead of the normal coloured download panel).
The exe now works as a small launcher that uses your existing Python installation — the same one the batch file uses — so downloads are identical in both. The build also produces EnvyUI.lnk alongside the exe.
To launch / pin to Start: use EnvyUI.exe (double-click or right-click → Pin to Start in File Explorer)
To pin to taskbar: right-click EnvyUI.lnk → Pin to taskbar (using the exe directly causes two icons)
Updates: in most cases only envy_launcher.py needs replacing — no rebuild required
If you have a previous install just download the updated envy_launcher.py from the main code page.