
PureMac - Open-source macOS cleaner built entirely in SwiftUI
Built a macOS system cleaner app entirely in SwiftUI as a free alternative to CleanMyMac. Sharing it here since the entire UI is native SwiftUI.
SwiftUI highlights:
- Full native macOS UI with no AppKit bridging
- Settings and scheduling views
- Progress indicators for cleanup operations
- Menu bar integration
What the app does:
- Cleans Xcode derived data, archives, simulators
- Clears Homebrew cache
- System cache and log cleanup
- Scheduled auto-cleaning
MIT licensed, zero telemetry.
Source code: https://github.com/momenbasel/PureMac
Would appreciate any SwiftUI-specific feedback on the implementation.