@philiphubbard thx for the figures. Very informative and a good selling point for nuitka. The tricks are basically removing compiled parts of libraries one by one and check if everything works as expected. For instance, on win using Qt maybe I can remove the dll related with bluetooth if it is not needed. Also, sometimes I prefer to do it with pip+venv instead of conda+mamba as it seems the conda env can contain some extra stuff @computingnature