Closed as not planned
Description
Is your feature request related to a problem? Please describe.
Currently, the Arduino IDE is only built for MacOS x86, and not MacOS M1 ARM. It is however built for ARM32 and ARM64 Linux.
Describe the solution you'd like
A build of the Arduino IDE for ARM64.
Describe alternatives you've considered
Rosetta 2 x86 translation works as expected, but it's not native.
Additional context
Pyserial seems to have already ironed out most issues on ARM. Additionally, there are already ARM64 Arduino ports for Linux.