Skip to content

macOS Cleaner v2.0.0

Latest

Choose a tag to compare

@AlexTkDev AlexTkDev released this 17 Jul 16:04
d7104ab

🧠 On-Device Apple Intelligence

  • Native Foundation Models Integration: Fully offline analysis of running processes, startup agents, files, and application leftovers.
  • Smart Explanations: Click the ✨ (sparkles) icon in any section (Uninstaller, Startup Services, Processes, Smart Cleanup, Disk Analyzer) to get local AI explanations in your preferred language (English, Русский, Українська, Español).

🌌 Liquid Glass Redesign (macOS 27+)

  • Adaptive Glass Interface: Transitioned to GlassEffectContainer, .glassEffect(), and .glassButtonStyle() with native blur rendering and responsiveness to the system "Reduce Transparency" setting.
  • Micro-animations: Smooth card morphing using matchedGeometryEffect and interactive hover highlights.

📁 New Disk Space Analyzer

  • File & Folder Breakdown: Scan custom folders to browse subdirectories and files sorted by size with interactive categories (Video, Audio, Photos, Apps, Documents, Archives).
  • Quick Actions: Reveal any item in Finder or move it to the Trash immediately using the safe trashItem(at:) API.
  • Background Scanning: Keeps scanning without interruption when the window is minimized or inactive.

📊 Redesigned Dashboard

  • Interactive Radar Chart: High-level visual distribution of disk usage (Caches, Logs, Development, Applications, Media, Other).
  • Hover Tooltips: Instantly check size allocations with hover stats.

⚙️ Process Manager

  • View Modes: Toggle between Flat and Grouped application hierarchies.
  • Flexible Sorting: Sort by CPU, Memory, Name, or Threads.
  • Whitelists & Blacklists: Add resource-heavy apps to the Blacklist for quick termination, or guard crucial ones with the Whitelist to prevent accidental termination.

🚀 Startup Services

  • Deep Scanning: Scan LaunchAgents and LaunchDaemons from both user-level (~/Library) and system-level (/Library) directories.
  • Smart Categorization: Group services automatically into My Services (User), Third-party, and System categories.
  • Safe Management: Load, unload, or stop active services (requesting administrator privileges via AppleScript when necessary), and customize protected System Vendors.

🗑️ Advanced App Uninstaller

  • Evidence-Based Forensics: Scans up to 5 levels deep using 30 evidence types (Bundle ID, Team ID, Spotlight metadata, Plist contents, Launch Services database, etc.).
  • Drag & Drop: Easily drop any .app bundle into the window to initiate an instant deep scan.
  • Confidence Tiers: Evaluates leftover files to distinguish critical components from optional files (.guaranteed, .veryLikely, .possible, .ignore).

🧹 Safer & More Precise Cleaning

  • Precise Deletion: Refined the Smart Cleanup logic to remove caches and temp files without touching user data.
  • SafetyManager Policies: Hardened path restrictions protecting system directories (/System, /usr, /bin, ~/.ssh, etc.) and system-critical processes.
  • Developer Toggles: Added explicit cleanup options for Maven local repositories (~/.m2), Go package caches (GOMODCACHE), and Flutter/Dart .dart_tool build data.
  • Clutter-free Sizes: Sizes below 1MB are formatted in KB instead of rounding down to "0 MB" for absolute transparency.