How to remove Rosetta 2 on macOS Sequoia – Apple Silicon M2
Hi everyone,
I have a MacBook Pro with Apple M2 chip running macOS Sequoia. I installed Rosetta 2 to try to run a Steam game that was crashing at launch, but the game turned out to be incompatible anyway and I resolved the issue another way.
I use this Mac exclusively for professional work (Adobe Creative Cloud 2026 – webdesign), I have no Intel apps, no games, no 32-bit software. I would like to completely remove Rosetta 2 to recover disk space.
I tried the following commands in Terminal:
sudo pkgutil --forget com.apple.pkg.RosettaUpdateAuto
sudo rm -rf /Library/Apple/usr/libexec/oah
The first command returned "Forgot package" (success), but the second returns "Operation not permitted" on all files, apparently blocked by SIP.
Is there a safe and official way to remove Rosetta 2 on macOS Sequoia without disabling SIP?
Thank you