logo

Dev Cleanup Utility – safe Xcode cleanup for macOS developers

Posted by kovallux |2 hours ago |1 comments

kovallux 2 hours ago

I built Dev Cleanup Utility to clean Xcode leftovers on macOS (DerivedData, caches, simulator/device artifacts) with safer defaults and review-before-delete flow.

I made it after repeatedly hitting disk pressure during iOS/macOS development. Main goal: reclaim storage quickly without accidental “too much cleanup”.

I’d especially like feedback on: - which cleanup categories should be opt-in by default, - what trust/safety signals are missing, - and what would make this a daily developer tool.