Does WolframScript work on Apple Silicon?

โœ… Yes, Native Apple Silicon Support reported as of v1.60

May also be known as WolframScript, launcher, or Wolfram WolframScript

๐Ÿ“š Bundle Version History

com.wolfram.WolframScript

v1.60
โœ… Yes, Native Apple Silicon Support
๐Ÿ–ฅ Supported Architectures ARM
Full Info Plist
{
  "CFBundleDevelopmentRegion": "English",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "wls"
      ],
      "CFBundleTypeIconFile": "WolframScriptType.icns",
      "CFBundleTypeMIMETypes": [
        "text/plain",
        "application/vnd.wolfram.wolframscript"
      ],
      "CFBundleTypeName": "Wolfram Language Script",
      "CFBundleTypeOSTypes": [
        "TEXT"
      ],
      "CFBundleTypeRole": "Editor",
      "LSItemContentTypes": [
        "com.wolfram.script"
      ],
      "LSTypeIsPackage": false
    }
  ],
  "CFBundleExecutable": "launcher",
  "NSMainNibFile": "MainMenu",
  "NSPrincipalClass": "NSApplication",
  "CFBundleGetInfoString": "WolframScript 1.6.0  Copyright 1988-2021 Wolfram Research, Inc.",
  "CFBundleIconFile": "WolframScript.icns",
  "CFBundleIdentifier": "com.wolfram.WolframScript",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "WolframScript",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "1.6",
  "CFBundleSignature": "OMEg",
  "CFBundleVersion": "1.6.0",
  "LSMinimumSystemVersion": "10.9",
  "UTExportedTypeDeclarations": [
    {
      "UTTypeConformsTo": [
        "public.data",
        "public.content"
      ],
      "UTTypeDescription": "Wolfram Language Script",
      "UTTypeIconFile": "WolframScriptType.icns",
      "UTTypeIdentifier": "com.wolfram.script",
      "UTTypeReferenceURL": "http://www.wolfram.com/",
      "UTTypeTagSpecification": {
        "public.filename-extension": [
          "wls"
        ]
      }
    }
  ]
}
Full Meta Details
{
  "fileSize": 0.069091796875,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 12,
        "cpusubtype": 0,
        "filetype": 2,
        "ncmds": 21,
        "sizeofcmds": 2704,
        "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": 0,
          "size": 21,
          "offset": " 0x8"
        },
        {
          "description": "Sub Library Load Command",
          "size": 135301,
          "offset": " 0x10"
        },
        {
          "description": 135301,
          "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": "all",
      "processorType": "ARM"
    }
  ]
}
Report Update