Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

sashavegas

macrumors regular
Original poster
Jul 11, 2018
125
90
I installed Tahoe on a MacBook Air with an M3 chip and 16GB of RAM. I decided to play around and remove some of the unnecessary apps Apple includes by default (such as Stocks, News, etc.) along with a few background services. After the usual steps of disabling csrutil and mounting the volume, I was able to slim it down.


Right now, it’s running perfectly, using only about 6GB of RAM compared to almost 12GB before. I removed everything related to Apple Intelligence, Siri, and several other useless apps.
 

Attachments

  • Screenshot 2025-09-17 at 6.56.02 PM.png
    Screenshot 2025-09-17 at 6.56.02 PM.png
    64.4 KB · Views: 33
Might as well remove all the other language packs, speech synthesis, linguistic data, non-latin fonts, Apple's Photos Print Products (why is this installed by default and not on-demand???), and desktop pictures.

Oh and if you've not disabled AI you'll have the models for that downloaded that you can delete. In addition to Siri, dictionaries, more non-latin fonts, and other assorted "assets" in the AssetsV2 folder.
 
Can you give us a tutorial on this?
First disable csrutil from startup menu

Open terminal and type

csrutil disable
csrutil authenticated-root disable

Reboot

Create mnt volume
sudo mkdir -p -m777 mnt

Find sealed volume
mount | grep sealed

Returned
/dev/disk3s1s1 on / (apfs, sealed, local, read-only, journaled)

Mount mnt

sudo mount -o nobrowse -t apfs /dev/disk3s1 mnt/

To disable services from LaunchAgent and LaunchDemon
For example

sudo mv mnt/System/Library/LaunchAgents/com.apple.familycircled.plist mnt/System/Library/LaunchAgents/com.apple.familycircled.plist.bak

continue to whatever services you want to disable

To remove apps

For example remove News

sudo rm -rf mnt/System/Applications/News.app

once done you need to seal volume with the following command

sudo bless --mount mnt/System/Library/CoreServices \

--bootefi --create-snapshot && sudo reboot
 
On the Windows side, there's a guy who maintains some kind of installation script that lets normal users select out all the stuff they don't want during install. I think Microsoft makes this possible so that enterprises can customize their Windows installs. I suppose Mac is too locked down to allow anything like that, but I would love it
 
It will be so nice if apple have base minimum system and let user install whatever they want as supplemental pack. But it quite opposite. Each iteration of os bring more bloatware and unnecessary crap
 
  • Like
Reactions: diego.caraballo
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.