LABASLABAS labaslabas.dev

Photo Cleaner v1.0

Scan your Apple Photos library for downloaded social media videos that lack proper camera metadata. Quickly identify and remove clutter from TikTok, Instagram, Snapchat, WhatsApp, and more — freeing up iCloud and local disk space.

About

Photo Cleaner is a native macOS app that scans your entire Photos library for vertical 9:16 videos that appear to be social media downloads. It detects videos with missing camera metadata (make, model, GPS, creation date), groups flagged items by source app, and lets you preview and remove them to reclaim storage space. Built in SwiftUI with incremental scanning — re-scans only new videos after the initial full scan.

Features

Requirements

Download

PhotoCleaner-v1.0.dmg

macOS may block the app — see installation guide below.

Installing PhotoCleaner on macOS (Unsigned App)

Because PhotoCleaner is not signed with an Apple developer certificate, macOS will block it by default. You can still install and run it by following these steps:

Step 1

Download and double-click the .dmg file to mount it.

Step 2

In the window that appears, drag PhotoCleaner.app into your Applications folder.

Step 3

Open the Terminal app (you can find it via Spotlight or in /Applications/Utilities/).

Step 4

In Terminal, run the following commands to remove macOS's security quarantine flag and add adhoc code signature:

sudo xattr -rd com.apple.quarantine "/Applications/PhotoCleaner.app" sudo codesign --force --deep --sign - "/Applications/PhotoCleaner.app"