diff --git a/README.md b/README.md index 0482626..b7bc769 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@
-
+
@@ -44,22 +44,25 @@ Mac Clean is a **free, open-source** macOS app that cleans junk files, removes m
## How Mac Clean compares
-| | Mac Clean | CleanMyMac | Pearcleaner | PureMac | OnyX |
-|---|:---:|:---:|:---:|:---:|:---:|
-| **Price** | Free | $39.95/yr | Free | Free | Free |
-| **Open source** | ✅ BSD-3 | ❌ | ✅ Fair-code | ✅ MIT | ❌ |
-| **Telemetry** | ❌ None | ⚠️ Yes | ❌ None | ❌ None | ❌ None |
-| **Smart Scan (one-click)** | ✅ | ✅ | ❌ | ➖ Partial | ❌ |
-| **System Junk (16 categories)** | ✅ | ✅ | ➖ | ✅ | ➖ Limited |
-| **Malware scanner** | ✅ | ✅ | ❌ | ❌ | ❌ |
-| **Browser privacy cleaner** | ✅ | ✅ | ❌ | ❌ | ➖ |
-| **Uninstaller with leftover detection** | ✅ 10-level | ✅ | ✅ Focus | ❌ | ❌ |
-| **Disk treemap visualizer** | ✅ | ❌ | ❌ | ❌ | ❌ |
-| **Duplicate finder** | ✅ | ✅ | ❌ | ❌ | ❌ |
-| **Menu bar system monitor** | ✅ | ✅ Menu | ❌ | ❌ | ❌ |
-| **Maintenance scripts** | ✅ | ✅ | ❌ | ❌ | ✅ Strong |
-| **Notarized by Apple** | ❌ | ✅ | ✅ | ✅ | ✅ |
-| **macOS version** | 14+ | 13+ | 13+ | 13+ | varies |
+| | Mac Clean | CleanMyMac | Pearcleaner | PureMac | OnyX | Mole |
+|---|:---:|:---:|:---:|:---:|:---:|:---:|
+| **Price** | Free | $39.95/yr | Free | Free | Free | Free (CLI) |
+| **Open source** | ✅ BSD-3 | ❌ | ✅ Fair-code | ✅ MIT | ❌ | ✅ MIT |
+| **Telemetry** | ❌ None | ⚠️ Yes | ❌ None | ❌ None | ❌ None | ❌ None |
+| **Native GUI app** | ✅ | ✅ | ✅ | ✅ | ✅ | ❌ CLI (paid GUI separate) |
+| **Smart Scan (one-click)** | ✅ | ✅ | ❌ | ➖ Partial | ❌ | ➖ Interactive CLI |
+| **System Junk (16 categories)** | ✅ | ✅ | ➖ | ✅ | ➖ Limited | ✅ |
+| **Universal Binary thinning** | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
+| **Malware scanner** | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
+| **Browser privacy cleaner** | ✅ | ✅ | ❌ | ❌ | ➖ | ❌ |
+| **Uninstaller with leftover detection** | ✅ 10-level | ✅ | ✅ Focus | ❌ | ❌ | ✅ |
+| **Disk treemap visualizer** | ✅ | ❌ | ❌ | ❌ | ❌ | ➖ Analyzer |
+| **Duplicate finder** | ✅ | ✅ | ❌ | ❌ | ❌ | ❌ |
+| **Menu bar system monitor** | ✅ | ✅ Menu | ❌ | ❌ | ❌ | ❌ |
+| **Maintenance scripts** | ✅ | ✅ | ❌ | ❌ | ✅ Strong | ➖ |
+| **In-app activity log viewer** | ✅ | ❌ | ❌ | ❌ | ❌ | N/A CLI |
+| **Notarized by Apple** | ❌ | ✅ | ✅ | ✅ | ✅ | N/A |
+| **macOS version** | 14+ | 13+ | 13+ | 13+ | varies | varies |
> CleanMyMac is a great product — they deserve the revenue from users who want a polished, supported experience. Mac Clean is for everyone who'd rather have transparent source code and zero subscription.
@@ -69,7 +72,7 @@ Mac Clean is a **free, open-source** macOS app that cleans junk files, removes m
| Module | Description |
|--------|------------|
| **Smart Scan** | One-click scan combining cleanup, protection, and performance analysis with live progress across 13 modules |
-| **System Junk** | 16 scan categories — user/system caches, logs, language files, broken preferences, broken login items, document versions, iOS backups, Xcode junk, universal binaries, deleted users, and more |
+| **System Junk** | 16 scan categories — user/system caches, logs, language files, broken preferences, broken login items, document versions, iOS backups, Xcode junk, **Universal Binary thinning** (detects fat Mach-O binaries with both arm64 and x86_64 slices and rewrites them to your native arch via `lipo`), deleted users, and more |
| **Mail Attachments** | Find cached attachments from Apple Mail, Outlook, and Spark |
| **Trash Bins** | Empty trash from all locations including external drives |
@@ -83,7 +86,7 @@ Mac Clean is a **free, open-source** macOS app that cleans junk files, removes m
| Module | Description |
|--------|------------|
| **Optimization** | Manage login items and launch agents with enable/disable toggles |
-| **Maintenance** | 10 system tasks — free RAM, run maintenance scripts, repair permissions, rebuild Launch Services, reindex Spotlight, flush DNS, thin Time Machine snapshots |
+| **Maintenance** | 10 system tasks — free RAM, run maintenance scripts, repair permissions, rebuild Launch Services, reindex Spotlight, flush DNS, thin Time Machine snapshots. Tasks are tagged with severity (safe / disruptive) and "Run All" requires explicit confirmation; long-running tasks can be cancelled mid-flight |
### Applications
| Module | Description |
@@ -99,13 +102,21 @@ Mac Clean is a **free, open-source** macOS app that cleans junk files, removes m
| **Duplicates** | Progressive detection — size grouping → partial SHA-256 (4KB) → full hash → inode verification |
| **Shredder** | Secure file erasure with standard, permanent, and secure overwrite modes |
-### Menu Bar Monitor
-Independent menu bar app with **real-time system stats**:
-- CPU load via `host_processor_info` (Mach API)
-- Memory pressure via `vm_statistics64`
-- Disk usage and health
-- Battery charge, health, cycle count, temperature
-- Network throughput via `getifaddrs`
+### Menu Bar Widget
+
+
+
+