For our aarch64 version, currently the UI (electron) is running under Rosetta, but the actual VM is aarch64-native. Since the actual workload isn't under Rosetta it should be fine for now — there's an in progress PR for switching, but it's not ready yet.
a
abundant-fall-57530
08/11/2022, 9:56 PM
Thank you @proud-jewelry-46860, that would explain it. Note that because the UI is under Rosetta, it appear all of its children also end up invoked for Intel arch as well (ssh, sudo, etc. etc.)
p
proud-jewelry-46860
08/11/2022, 9:57 PM
Right, that makes sense; we probably should consider moving that up then.