From bf62053f516443a9b6985d881fc413ee884bfaf2 Mon Sep 17 00:00:00 2001 From: Alby <30591904+Xayton@users.noreply.github.com> Date: Tue, 30 Jan 2024 14:37:50 +0100 Subject: [PATCH] Improve the README section about Apple silicon support (#895) The paragraph regarding the Apple silicon support has been rewritten and improved. Clarifying that all processors are supported, not only M1 ones. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1606465c8..7f7100b5e 100644 --- a/README.md +++ b/README.md @@ -29,9 +29,10 @@ The Arduino Create Agent is a single binary that will sit on the traybar and wor Get the [latest version](https://github.com/arduino/arduino-create-agent/releases) of the Agent for all supported platforms or complete the [Getting Started](https://create.arduino.cc/getting-started/plugin/welcome). -## Apple M1 support +## Apple silicon support -At the moment the new Apple Silicon Macs released in November 2020, like the [MacBook Pro 13"](https://www.apple.com/macbook-pro-13/), [MacBook Air](https://www.apple.com/macbook-air/) and [Mac mini](https://www.apple.com/mac-mini/) models with the [Apple M1](https://www.apple.com/mac/m1/) chip do not have native builds. But the Arduino Agent performs well in [Rosetta 2 mode](https://support.apple.com/en-us/HT211861). +The Arduino Agent is supported both on Intel and Apple silicon computers. This includes devices with the M1, M2 and M3 processors. +At the moment the Arduino Agent is only built for Intel architectures, but Apple silicon devices can run it thanks to the [Rosetta 2](https://support.apple.com/en-us/HT211861) translation layer by Apple. ## Documentation