Now it is requiring to install Rosetta in order to use Pico. Would be nice if Pico was Apple silicon native, this can be achieved releasing two builds (x86_64-intel and arm64-apple silicon) or making an universal build, bundling two builds into a single file, using `lipo` (this will double the build size).
https://developer.apple.com/documentation/apple-silicon/building-a-universal-mac...