Does Arduino IDE work on Apple Silicon?

โœณ๏ธ Reported working via Rosetta with native support currently in development

May also be known as Arduino or Cc Arduino Arduino

App Bundles

cc.arduino.Arduino

v1.8.19
๐Ÿ”ถ App has not yet been reported to be native to Apple Silicon
๐Ÿ–ฅ Supported Architectures X86
Full Info Plist
{
  "CFBundleDevelopmentRegion": "English",
  "CFBundleExecutable": "Arduino",
  "CFBundleIconFile": "processing.icns",
  "CFBundleIdentifier": "cc.arduino.Arduino",
  "CFBundleDisplayName": "Arduino",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Arduino",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "1.8.19",
  "CFBundleVersion": "1.8.19",
  "CFBundleSignature": "Pde1",
  "NSHumanReadableCopyright": "Arduino LLC",
  "LSMinimumSystemVersion": "10.8",
  "LSApplicationCategoryType": "public.app-category.education",
  "NSHighResolutionCapable": true,
  "NSSupportsAutomaticGraphicsSwitching": true,
  "JVMRuntime": "jre8u252-b09.jre",
  "JVMVersion": "1.8",
  "JREPreferred": true,
  "JVMMainClassName": "processing.app.Base",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "ino",
        "c",
        "cpp",
        "h"
      ],
      "CFBundleTypeIconFile": "pde.icns",
      "CFBundleTypeName": "Arduino Source File",
      "CFBundleTypeRole": "Editor",
      "LSTypeIsPackage": false
    }
  ],
  "LSArchitecturePriority": [
    "x86_64",
    "i386"
  ],
  "LSEnvironment": {
    "LC_CTYPE": "UTF-8"
  },
  "JVMOptions": [
    "-Dapple.awt.application.name=Arduino",
    "-Dcom.apple.macos.use-file-dialog-packages=true",
    "-Dcom.apple.smallTabs=true",
    "-DAPP_DIR=$APP_ROOT/Contents/Java",
    "-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/",
    "-Djava.net.preferIPv4Stack=true",
    "-Xdock:name=Arduino",
    "-Dcom.apple.mrj.application.apple.menu.about.name=Arduino",
    "-Dfile.encoding=UTF-8",
    "-Xms128M",
    "-Xmx512M",
    "-splash:$APP_ROOT/Contents/Java/lib/splash.png"
  ],
  "JVMDefaultOptions": {},
  "JVMArguments": []
}
Full Meta Details
{
  "fileSize": 0.041748046875,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 21,
        "sizeofcmds": 2368,
        "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": 3,
          "offset": " 0x0"
        },
        {
          "description": "Symbol segment command",
          "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"
    }
  ]
}
v1.8.13
๐Ÿ”ถ App has not yet been reported to be native to Apple Silicon
๐Ÿ–ฅ Supported Architectures X86
Full Info Plist
{
  "CFBundleDevelopmentRegion": "English",
  "CFBundleExecutable": "Arduino",
  "CFBundleIconFile": "processing.icns",
  "CFBundleIdentifier": "cc.arduino.Arduino",
  "CFBundleDisplayName": "Arduino",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Arduino",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "1.8.13",
  "CFBundleVersion": "1.8.13",
  "CFBundleSignature": "Pde1",
  "NSHumanReadableCopyright": "Arduino LLC",
  "LSMinimumSystemVersion": "10.8",
  "LSApplicationCategoryType": "public.app-category.education",
  "NSHighResolutionCapable": true,
  "NSSupportsAutomaticGraphicsSwitching": true,
  "JVMRuntime": "jre8u252-b09.jre",
  "JVMVersion": "1.8",
  "JREPreferred": true,
  "JVMMainClassName": "processing.app.Base",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "ino",
        "c",
        "cpp",
        "h"
      ],
      "CFBundleTypeIconFile": "pde.icns",
      "CFBundleTypeName": "Arduino Source File",
      "CFBundleTypeRole": "Editor",
      "LSTypeIsPackage": false
    }
  ],
  "LSArchitecturePriority": [
    "x86_64",
    "i386"
  ],
  "LSEnvironment": {
    "LC_CTYPE": "UTF-8"
  },
  "JVMOptions": [
    "-Dapple.awt.application.name=Arduino",
    "-Dcom.apple.macos.use-file-dialog-packages=true",
    "-Dcom.apple.smallTabs=true",
    "-DAPP_DIR=$APP_ROOT/Contents/Java",
    "-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/",
    "-Djava.net.preferIPv4Stack=true",
    "-Xdock:name=Arduino",
    "-Dcom.apple.mrj.application.apple.menu.about.name=Arduino",
    "-Dfile.encoding=UTF-8",
    "-Xms128M",
    "-Xmx512M",
    "-splash:$APP_ROOT/Contents/Java/lib/splash.png"
  ],
  "JVMDefaultOptions": {},
  "JVMArguments": []
}
Full Meta Details
{
  "fileSize": 0.041748046875,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 21,
        "sizeofcmds": 2368,
        "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": 3,
          "offset": " 0x0"
        },
        {
          "description": "Symbol segment command",
          "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"
    }
  ]
}
v1.8.16
๐Ÿ”ถ App has not yet been reported to be native to Apple Silicon
๐Ÿ–ฅ Supported Architectures X86
Full Info Plist
{
  "CFBundleDevelopmentRegion": "English",
  "CFBundleExecutable": "Arduino",
  "CFBundleIconFile": "processing.icns",
  "CFBundleIdentifier": "cc.arduino.Arduino",
  "CFBundleDisplayName": "Arduino",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Arduino",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "1.8.16",
  "CFBundleVersion": "1.8.16",
  "CFBundleSignature": "Pde1",
  "NSHumanReadableCopyright": "Arduino LLC",
  "LSMinimumSystemVersion": "10.8",
  "LSApplicationCategoryType": "public.app-category.education",
  "NSHighResolutionCapable": true,
  "NSSupportsAutomaticGraphicsSwitching": true,
  "JVMRuntime": "jre8u252-b09.jre",
  "JVMVersion": "1.8",
  "JREPreferred": true,
  "JVMMainClassName": "processing.app.Base",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "ino",
        "c",
        "cpp",
        "h"
      ],
      "CFBundleTypeIconFile": "pde.icns",
      "CFBundleTypeName": "Arduino Source File",
      "CFBundleTypeRole": "Editor",
      "LSTypeIsPackage": false
    }
  ],
  "LSArchitecturePriority": [
    "x86_64",
    "i386"
  ],
  "LSEnvironment": {
    "LC_CTYPE": "UTF-8"
  },
  "JVMOptions": [
    "-Dapple.awt.application.name=Arduino",
    "-Dcom.apple.macos.use-file-dialog-packages=true",
    "-Dcom.apple.smallTabs=true",
    "-DAPP_DIR=$APP_ROOT/Contents/Java",
    "-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/",
    "-Djava.net.preferIPv4Stack=true",
    "-Xdock:name=Arduino",
    "-Dcom.apple.mrj.application.apple.menu.about.name=Arduino",
    "-Dfile.encoding=UTF-8",
    "-Xms128M",
    "-Xmx512M",
    "-splash:$APP_ROOT/Contents/Java/lib/splash.png"
  ],
  "JVMDefaultOptions": {},
  "JVMArguments": []
}
Full Meta Details
{
  "fileSize": 0.041748046875,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 21,
        "sizeofcmds": 2368,
        "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": 3,
          "offset": " 0x0"
        },
        {
          "description": "Symbol segment command",
          "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"
    }
  ]
}
v1.8.15
๐Ÿ”ถ App has not yet been reported to be native to Apple Silicon
๐Ÿ–ฅ Supported Architectures X86
Full Info Plist
{
  "CFBundleDevelopmentRegion": "English",
  "CFBundleExecutable": "Arduino",
  "CFBundleIconFile": "processing.icns",
  "CFBundleIdentifier": "cc.arduino.Arduino",
  "CFBundleDisplayName": "Arduino",
  "CFBundleInfoDictionaryVersion": "6.0",
  "CFBundleName": "Arduino",
  "CFBundlePackageType": "APPL",
  "CFBundleShortVersionString": "1.8.15",
  "CFBundleVersion": "1.8.15",
  "CFBundleSignature": "Pde1",
  "NSHumanReadableCopyright": "Arduino LLC",
  "LSMinimumSystemVersion": "10.8",
  "LSApplicationCategoryType": "public.app-category.education",
  "NSHighResolutionCapable": true,
  "NSSupportsAutomaticGraphicsSwitching": true,
  "JVMRuntime": "jre8u252-b09.jre",
  "JVMVersion": "1.8",
  "JREPreferred": true,
  "JVMMainClassName": "processing.app.Base",
  "CFBundleDocumentTypes": [
    {
      "CFBundleTypeExtensions": [
        "ino",
        "c",
        "cpp",
        "h"
      ],
      "CFBundleTypeIconFile": "pde.icns",
      "CFBundleTypeName": "Arduino Source File",
      "CFBundleTypeRole": "Editor",
      "LSTypeIsPackage": false
    }
  ],
  "LSArchitecturePriority": [
    "x86_64",
    "i386"
  ],
  "LSEnvironment": {
    "LC_CTYPE": "UTF-8"
  },
  "JVMOptions": [
    "-Dapple.awt.application.name=Arduino",
    "-Dcom.apple.macos.use-file-dialog-packages=true",
    "-Dcom.apple.smallTabs=true",
    "-DAPP_DIR=$APP_ROOT/Contents/Java",
    "-Djava.ext.dirs=$JVM_RUNTIME/Contents/Home/lib/ext/:$JVM_RUNTIME/Contents/Home/jre/lib/ext/",
    "-Djava.net.preferIPv4Stack=true",
    "-Xdock:name=Arduino",
    "-Dcom.apple.mrj.application.apple.menu.about.name=Arduino",
    "-Dfile.encoding=UTF-8",
    "-Xms128M",
    "-Xmx512M",
    "-splash:$APP_ROOT/Contents/Java/lib/splash.png"
  ],
  "JVMDefaultOptions": {},
  "JVMArguments": []
}
Full Meta Details
{
  "fileSize": 0.041748046875,
  "architectures": [
    {
      "bits": "64-bit",
      "fileType": "Demand Paged Executable File",
      "header": {
        "magic": 3489328638,
        "cputype": 7,
        "cpusubtype": 3,
        "filetype": 2,
        "ncmds": 21,
        "sizeofcmds": 2368,
        "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": 3,
          "offset": " 0x0"
        },
        {
          "description": "Symbol segment command",
          "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"
    }
  ]
}