I still don’t get it. Electron is a very commonly used framework. The Electron system is written in nodeJS which is JIT compiled down using a browser which is natively compiled for the underlying architecture. This is just how cross platform apps are built these days. I don’t see and Electron app on an M1 is different on a Intel and AMD processor. They all incur the same overheads for the sake of portability. Can someone explain why the M1 MAC should be treated differently?