ByeDMG is a tiny native macOS menu bar utility that helps clean up after installing apps from .dmg files.
It detects mounted disk images, checks whether their app bundle appears in /Applications or ~/Applications, and offers a safe cleanup plan:
- Eject the mounted installer volume.
- Move the original
.dmgfile to Trash when ByeDMG can confidently match it.
Nothing is deleted automatically, .app bundles are never deleted, and cleanup uses macOS Trash.
./scripts/build.shThe build output is:
dist/ByeDMG.appdist/ByeDMG-0.1.0.zip
ByeDMG works locally on your Mac. It has no analytics, accounts, networking, or cloud sync. Preferences are stored with UserDefaults.
