How to compil Explorair on Mac ? Go on Terminal Write this command : pyinstaller --onefile --target-architecture=x86_64 --target-architecture=arm64 --icon=explorair.icns explorair.py Now your custom Explorair is ready :D