Skip to content

Instantly share code, notes, and snippets.

@rcky844
Created October 7, 2025 04:48
Show Gist options
  • Select an option

  • Save rcky844/37e3520a7c30819633a70f1360e225f5 to your computer and use it in GitHub Desktop.

Select an option

Save rcky844/37e3520a7c30819633a70f1360e225f5 to your computer and use it in GitHub Desktop.
iOS 8.4.1 iPhone 5 debloat
find /Applications -type d -name *.app \! -name Preferences.app \! -name Cydia.app -exec rm -fr {} \;
rm -rf /private/var/mobile/Library/Caches/* /private/var/mobile/Library/Assets/*
rm -rf Library/Application\ Support/* Library/NanoLaunchDaemons/* /Library/Ringtones/* /Library/Wallpaper/* /System/Library/Audio/UISounds/* /Library/MusicUISupport/*
(cd /System/Library; rm -rf AccessibilityBundles/* AccessoryUpdaterBundles/* Accounts/* Assistant/* BulletinBoardPlugins/* Carrier\ Bundles/* Health/* IdentityServices/* Internet\ Plug-Ins/* KeyboardLayouts/* LinguisticData/* LocationBundles/* Messages/* NanoPreferenceBundles/* PairedSyncServices/* PreferencesSyncBundles/* PreinstalledAssets/* ProceduralWallpaper/* PublishingBundles/* Recents/* ScreenReader/* SearchBundles/* SetupAssistantBundles/* Spotlight/* SpringBoardPlugins/* StockholmPlugins/* SyncBundles/* TTSPlugins/* UsageBundles/* VoiceServices/* WeeAppPlugins/*)
find /System/Library/TextInput -type d -name TextInput_*.bundle \! -name TextInput_en.bundle -exec rm -fr {} \; rm -rf /System/Library/TextInput/Plugins/*
find / -type d -name *.lproj \! -name English.lproj \! -name en.lproj -exec rm -fr {} \;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment