<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>macoptimize guides</title>
    <link>https://macoptimize.app/blog/</link>
    <description>Practical guides to Mac disk space, developer caches and performance.</description>
    <language>en</language>
    <lastBuildDate>Fri, 11 Sep 2026 09:00:00 +0000</lastBuildDate>
    <atom:link href="https://macoptimize.app/blog/feed.xml" rel="self" type="application/rss+xml"/>
    <item>
      <title>Xcode DerivedData is probably 40GB or more right now. Here is how to check</title>
      <link>https://macoptimize.app/blog/xcode-derived-data-cleanup/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/xcode-derived-data-cleanup/</guid>
      <pubDate>Fri, 11 Sep 2026 09:00:00 +0000</pubDate>
      <description>DerivedData grows with every build and Xcode never clears it. Here is how to measure the folder, what is safe to delete, and how to stop it refilling your SSD.</description>
      <category>Xcode</category>
    </item>
    <item>
      <title>How many node_modules folders are on your Mac right now</title>
      <link>https://macoptimize.app/blog/node-modules-cleanup/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/node-modules-cleanup/</guid>
      <pubDate>Wed, 09 Sep 2026 09:00:00 +0000</pubDate>
      <description>A fresh React project is 300MB of node_modules and a Next.js project is closer to 800MB. Here is how to count them all, measure them, and clear the ones you forgot about.</description>
      <category>Node.js</category>
    </item>
    <item>
      <title>Delete node_modules recursively without wrecking your projects</title>
      <link>https://macoptimize.app/blog/recursive-node-modules-cleaner/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/recursive-node-modules-cleaner/</guid>
      <pubDate>Sun, 06 Sep 2026 09:00:00 +0000</pubDate>
      <description>The find commands that list every node_modules folder, how to keep the ones you need, and a safer alternative to blind recursive deletes.</description>
      <category>Node.js</category>
    </item>
    <item>
      <title>npm, yarn and pnpm keep their own caches, and they are bigger than you think</title>
      <link>https://macoptimize.app/blog/npm-yarn-pnpm-cache-cleanup/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/npm-yarn-pnpm-cache-cleanup/</guid>
      <pubDate>Thu, 03 Sep 2026 09:00:00 +0000</pubDate>
      <description>Where npm, yarn and pnpm store downloaded packages on macOS, how much space the caches take, and the commands that clear them without breaking your projects.</description>
      <category>Node.js</category>
    </item>
    <item>
      <title>Docker Desktop says 2GB. Docker.raw says 90GB. Both are true.</title>
      <link>https://macoptimize.app/blog/docker-disk-space-mac/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/docker-disk-space-mac/</guid>
      <pubDate>Sat, 29 Aug 2026 09:00:00 +0000</pubDate>
      <description>Docker Desktop on macOS stores everything in one sparse file that grows but rarely shrinks. Here is how to verify the real size and reclaim the space safely.</description>
      <category>Docker</category>
    </item>
    <item>
      <title>The monthly dev cleanup: Docker, Xcode and simulators in one pass</title>
      <link>https://macoptimize.app/blog/docker-xcode-disk-cleanup/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/docker-xcode-disk-cleanup/</guid>
      <pubDate>Tue, 25 Aug 2026 09:00:00 +0000</pubDate>
      <description>A repeatable 15 minute cleanup for a development Mac: prune Docker, clear Xcode caches, remove unused simulators and Android images, and verify the space came back.</description>
      <category>Docker</category>
    </item>
    <item>
      <title>Android Studio is eating your disk. Here is exactly where.</title>
      <link>https://macoptimize.app/blog/android-studio-disk-cleanup/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/android-studio-disk-cleanup/</guid>
      <pubDate>Fri, 21 Aug 2026 09:00:00 +0000</pubDate>
      <description>Gradle caches, emulator images and SDK packages quietly add up to 100GB on an Android development Mac. Here is how to measure each one and what is safe to remove.</description>
      <category>Android</category>
    </item>
    <item>
      <title>What is actually inside macOS System Data</title>
      <link>https://macoptimize.app/blog/macos-system-data-guide/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/macos-system-data-guide/</guid>
      <pubDate>Mon, 17 Aug 2026 09:00:00 +0000</pubDate>
      <description>System Data is the catch all category in macOS storage settings. Here is what fills it, why it grows to 200GB, and how to measure each contributor.</description>
      <category>macOS</category>
    </item>
    <item>
      <title>Seven folders inside System Data you can delete today</title>
      <link>https://macoptimize.app/blog/delete-system-data-folders-mac/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/delete-system-data-folders-mac/</guid>
      <pubDate>Thu, 13 Aug 2026 09:00:00 +0000</pubDate>
      <description>The specific folders behind a large System Data figure on macOS, how much each one usually holds, and which ones must never be cleared in bulk.</description>
      <category>macOS</category>
    </item>
    <item>
      <title>The hidden caches in ~/Library that nobody checks</title>
      <link>https://macoptimize.app/blog/library-hidden-caches-mac/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/library-hidden-caches-mac/</guid>
      <pubDate>Sat, 08 Aug 2026 09:00:00 +0000</pubDate>
      <description>Your Library folder is hidden by default and often holds 50GB or more of caches and backups. Here is how to find the folders that matter, and which to leave alone.</description>
      <category>macOS</category>
    </item>
    <item>
      <title>What is Other Volumes in Container on Mac, and why is it so large</title>
      <link>https://macoptimize.app/blog/other-volumes-container-apfs/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/other-volumes-container-apfs/</guid>
      <pubDate>Tue, 04 Aug 2026 09:00:00 +0000</pubDate>
      <description>Disk Utility shows Other Volumes in Container taking a big share of your drive. Here is what APFS containers hold and what can safely be removed.</description>
      <category>macOS</category>
    </item>
    <item>
      <title>The macOS update finished and now your disk is fuller than before</title>
      <link>https://macoptimize.app/blog/macos-update-disk-full/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/macos-update-disk-full/</guid>
      <pubDate>Thu, 30 Jul 2026 09:00:00 +0000</pubDate>
      <description>Major macOS updates leave snapshots, installers and re-indexed Spotlight data behind. Here is what to check after an update leaves your Mac short on space.</description>
      <category>macOS</category>
    </item>
    <item>
      <title>Mac storage full? Here is the order to check things in</title>
      <link>https://macoptimize.app/blog/mac-storage-full-guide/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/mac-storage-full-guide/</guid>
      <pubDate>Sat, 25 Jul 2026 09:00:00 +0000</pubDate>
      <description>Photos and Documents add up to 38GB on a 256GB Mac, so where did the other 200GB go? Work through these checks in order, biggest wins first, before buying anything.</description>
      <category>Beginner</category>
    </item>
    <item>
      <title>Find duplicate files on Mac without paying for an app</title>
      <link>https://macoptimize.app/blog/find-duplicate-files-mac/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/find-duplicate-files-mac/</guid>
      <pubDate>Tue, 21 Jul 2026 09:00:00 +0000</pubDate>
      <description>Three ways to find duplicate files on macOS using tools you already have, the reality check on whether duplicates are your real problem, and where a visualizer helps.</description>
      <category>Storage</category>
    </item>
    <item>
      <title>Mac running slow? Check memory and swap before you delete anything</title>
      <link>https://macoptimize.app/blog/mac-slow-performance-fixes/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/mac-slow-performance-fixes/</guid>
      <pubDate>Thu, 16 Jul 2026 09:00:00 +0000</pubDate>
      <description>A slow Mac is usually memory pressure, thermal throttling or a single runaway process, not a full disk. Here is how to tell which one you are dealing with in a minute.</description>
      <category>macOS</category>
    </item>
    <item>
      <title>DaisyDisk alternatives for Mac, and what to check before you buy any of them</title>
      <link>https://macoptimize.app/blog/daisydisk-alternatives/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/daisydisk-alternatives/</guid>
      <pubDate>Sun, 12 Jul 2026 09:00:00 +0000</pubDate>
      <description>DaisyDisk is a strong visualizer. Here are the realistic alternatives, what each one does well, and the four questions that decide which one fits your Mac.</description>
      <category>Comparison</category>
    </item>
    <item>
      <title>A CleanMyMac alternative without the yearly fee</title>
      <link>https://macoptimize.app/blog/cleanmymac-alternative/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/cleanmymac-alternative/</guid>
      <pubDate>Tue, 07 Jul 2026 09:00:00 +0000</pubDate>
      <description>CleanMyMac is polished software with a yearly subscription. Here is an honest comparison, and when a one time tool is the better buy.</description>
      <category>Comparison</category>
    </item>
    <item>
      <title>GrandPerspective vs macoptimize: which disk visualizer fits you</title>
      <link>https://macoptimize.app/blog/grandperspective-vs-macoptimize/</link>
      <guid isPermaLink="true">https://macoptimize.app/blog/grandperspective-vs-macoptimize/</guid>
      <pubDate>Thu, 02 Jul 2026 09:00:00 +0000</pubDate>
      <description>GrandPerspective is free, open source and honest. Here is what it does well, where a modern analyzer and cleaner adds value, and how to choose between them.</description>
      <category>Comparison</category>
    </item>
  </channel>
</rss>
