Does Python work on Apple Silicon?

โœ… Yes, reported working for v2.7.16, v3.8.2, and v3.9

May also be known as Python Launcher or Python PythonLauncher

๐Ÿ“š Bundle Version History

org.python.PythonLauncher

v3.9.4
๐Ÿ”ถ App has not yet been reported to be native to Apple Silicon
๐Ÿ–ฅ Supported Architectures X86
Full Info Plist
{
  "CFBundleDevelopmentRegion": "English",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "py",
        "pyw"
      ],
      "CFBundleTypeIconFile": "PythonSource.icns",
      "CFBundleTypeName": "Python Script",
      "CFBundleTypeRole": "Viewer",
      "NSDocumentClass": "MyDocument"
    },
    {
      "CFBundleTypeExtensions": [
        "pyc",
        "pyo"
      ],
      "CFBundleTypeIconFile": "PythonCompiled.icns",
      "CFBundleTypeName": "Python Bytecode Document",
      "CFBundleTypeRole": "Viewer",
      "NSDocumentClass": "MyDocument"
    }
  ],
  "CFBundleExecutable": "Python Launcher",
  "CFBundleGetInfoString": "3.9.4, ยฉ 2001-2021 Python Software Foundation",
  "CFBundleIconFile": "PythonLauncher.icns",
  "CFBundleIdentifier": "org.python.PythonLauncher",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Python Launcher",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "3.9.4",
  "CFBundleSignature": "PytL",
  "CFBundleVersion": "3.9.4",
  "NSMainNibFile": "MainMenu",
  "NSPrincipalClass": "NSApplication"
}
Full Meta Details
{
  "fileSize": 0.0743408203125,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 23,
        "sizeofcmds": 3208,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 4277009103,
          "size": 524291,
          "offset": " 0x0"
        },
        {
          "description": 524291,
          "size": 23,
          "offset": " 0x8"
        },
        {
          "description": "Prebind Checksum Load Command",
          "size": 131205,
          "offset": " 0x10"
        },
        {
          "description": 131205,
          "size": 25,
          "offset": " 0x18"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x20"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x28"
        }
      ],
      "magic": "cffaedfe",
      "offset": "0",
      "processorSubType": 3,
      "processorType": "X86"
    }
  ]
}
v2.7.16
๐Ÿ”ถ App has not yet been reported to be native to Apple Silicon
๐Ÿ–ฅ Supported Architectures X86
Full Info Plist
{
  "CFBundleDevelopmentRegion": "English",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "py",
        "pyw"
      ],
      "CFBundleTypeIconFile": "PythonSource.icns",
      "CFBundleTypeName": "Python Script",
      "CFBundleTypeRole": "Viewer",
      "NSDocumentClass": "MyDocument"
    },
    {
      "CFBundleTypeExtensions": [
        "pyc",
        "pyo"
      ],
      "CFBundleTypeIconFile": "PythonCompiled.icns",
      "CFBundleTypeName": "Python Bytecode Document",
      "CFBundleTypeRole": "Viewer",
      "NSDocumentClass": "MyDocument"
    }
  ],
  "CFBundleExecutable": "Python Launcher",
  "CFBundleGetInfoString": "2.7.16, ยฉ 2001-2019 Python Software Foundation",
  "CFBundleIconFile": "PythonLauncher.icns",
  "CFBundleIdentifier": "org.python.PythonLauncher",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Python Launcher",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "2.7.16",
  "CFBundleSignature": "PytL",
  "CFBundleVersion": "2.7.16",
  "NSMainNibFile": "MainMenu",
  "NSPrincipalClass": "NSApplication"
}
Full Meta Details
{
  "fileSize": 0.05873870849609375,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 21,
        "sizeofcmds": 3032,
        "flags": [
          "The object file has no undefined references and is executable.",
          "The object file is the input for the dynamic linker and can not be staticly link edited again.",
          "undefined"
        ],
        "reserved": 0
      },
      "loadCommandsInfo": [
        {
          "description": 4277009103,
          "size": 524291,
          "offset": " 0x0"
        },
        {
          "description": 524291,
          "size": 21,
          "offset": " 0x8"
        },
        {
          "description": "Sub Library Load Command",
          "size": 131205,
          "offset": " 0x10"
        },
        {
          "description": 131205,
          "size": 25,
          "offset": " 0x18"
        },
        {
          "description": "64-bits Segment Load Command",
          "size": 1095786335,
          "offset": " 0x20"
        },
        {
          "description": 1095786335,
          "size": 20306,
          "offset": " 0x28"
        }
      ],
      "magic": "cffaedfe",
      "offset": "0",
      "processorSubType": 3,
      "processorType": "X86"
    }
  ]
}