https://github.com/keepcoolch/macfossils
MacFossils scans your Mac for leftover files from uninstalled apps and helps you clean up your system.
https://github.com/keepcoolch/macfossils
app apple appleleftovers applesilicon application clutterremoval fossils leftovers mac macfossils macintosh macos osx sequoia sonoma swift tahoe uninstall
Last synced: 3 months ago
JSON representation
MacFossils scans your Mac for leftover files from uninstalled apps and helps you clean up your system.
- Host: GitHub
- URL: https://github.com/keepcoolch/macfossils
- Owner: KeepCoolCH
- Created: 2026-03-07T16:13:13.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-07T22:06:55.000Z (3 months ago)
- Last Synced: 2026-03-07T22:32:42.102Z (3 months ago)
- Topics: app, apple, appleleftovers, applesilicon, application, clutterremoval, fossils, leftovers, mac, macfossils, macintosh, macos, osx, sequoia, sonoma, swift, tahoe, uninstall
- Language: Swift
- Homepage: https://kevintobler.ch
- Size: 3.37 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ð§Đ MacFossils
**MacFossils** scans your Mac for leftover files from uninstalled apps and helps you clean up your system.
Version **1.0** â developed by **Kevin Tobler** ð [www.kevintobler.ch](https://www.kevintobler.ch)
Over time, macOS accumulates many hidden files such as preferences, caches, launch agents and support data that remain even after an app is removed. These files often stay in your system libraries and can slowly clutter your Mac.
**MacFossils** searches common locations where applications store their data and identifies **orphaned files** that likely belong to apps that are no longer installed.
The app analyzes bundle identifiers and detects associated applications. **MacFossils** helps you keep your system clean, organized and transparent by showing you what macOS normally hides.
---
## ð Changelog
### ð Version 1.x
- **1.0**
- ð§ Initial release of **MacFossils**
- ðĨïļ Simple and modern SwiftUI interface
- ð Optimized for modern macOS versions and Apple Silicon (macOS 14.6 Sonoma+)
---
## ð Features
- ð Scan macOS for leftover files from removed apps
- ðĶī Detect orphaned app data ("fossils")
- ð Browse results by category and location
- â ïļ Risk indicators to help avoid deleting important files
- ð Identify associated apps via bundle identifiers
- ð Move unnecessary files safely to the Trash
- ð§ Open file locations directly in Finder
---
## ðļ Screenshots




---
## âïļ How It Works
MacFossils scans common macOS directories where applications store their data.
| Folder | Description |
|--------|-------------|
| `~/Library/Application Support` | Application data and resources used by apps |
| `~/Library/Application Scripts` | Scripts used by sandboxed applications |
| `~/Library/LaunchAgents` | User-level background services that start automatically |
| `/Library/LaunchAgents` | System-wide background services available to all users |
| `/Library/LaunchDaemons` | System daemons that run with elevated privileges |
| `~/Library/Preferences` | Application settings stored as .plist files |
| `~/Library/Caches` | Temporary cache data created by applications |
| `~/Library/Containers` | Sandboxed app containers used by Mac App Store apps |
| `~/Library/Saved Application State` | Stored window and session states for applications |
| `~/Library/Logs` | Log files generated by applications |
MacFossils does not delete anything automatically. All detected files can be reviewed before removal.
Always verify items before deleting them to avoid removing files still used by active applications.
---
## ð§ Installation
1. Download the latest **MacFossils.app** release
2. Move **MacFossils.app** to your **Applications** folder
3. Launch the app
4. Allow the app to access the required files
5. Scan your Mac for app leftovers
6. Analyze and remove old app leftovers
5. Done â Your Mac is now "fossils"-free!
> ð§ą Requires macOS 14.6 Sonoma or newer
---
## ð§âðŧ Developer
**Kevin Tobler**
ð [www.kevintobler.ch](https://www.kevintobler.ch)
---
## ð License
This project is licensed under the **MIT License** â feel free to use, modify, and distribute.