My app written in #Python packaged with #Pyinstaller keep getting flagged as positve on VirusTotal even after building the Bootloader. Even hello world app triggers false positive. I looked into switching to #Nuitka, but it triggered even more positives. apparently Nuitka charges € 250 / yr if you want to avoid false positive. "as described in the docs, the steps necessary to reduce it further are available for Nuitka commercial subscribers only." lol https://github.com/Nuitka/Nuitka/issues/2757
Bootstrap triggers virus total on signed executable · Issue #2757 · Nuitka/Nuitka

I have a signed executable made with nuitka and I uploaded it to virus total, the bootstrap seems to get detected. Can the bootstrap be compiled manually or something nuitka from pip version info: ...

GitHub