Get it on your phone, or your desk.
One C core, two front ends. A native Android app that scrubs JPEG, PNG, WebP and HEIC without a photo ever leaving the device, and the original command-line tool for macOS and Linux. iOS is in the works.
ScrubPony for Android
The full tool on your phone: share photos in from anywhere, or pick a batch, and get clean copies back. Everything runs on the device — no network, and the app asks for no permissions at all. Your originals are never changed.
Android 10 or newer · arm64, arm, x86-64 · Apache-2.0 · direct from the GitHub release, no store account needed.
What the app does
| Two ways in | Share one or more photos from any app and pick Scrub metadata, or open the app and use the system Photo Picker or Pick from Files — the Files path is the one that reaches HEICs sitting outside the gallery. |
| Three ways out | Save to Pictures drops clean copies in Pictures/ScrubPony, Save to Files lets you choose any folder, and Share clean copies hands them to another app. |
| Formats | JPEG, PNG, WebP and HEIC, detected automatically. A HEIC with an exotic internal layout is reported as unsupported and left untouched rather than risked. |
| On device | The same C core as the desktop tool, compiled in through the NDK. Nothing is uploaded, no network is used, and no permission is requested. |
| Languages | English, German, Spanish, French, Japanese and Brazilian Portuguese, switchable in the app. |
Verify the download
Every release ships the APK with a SHA-256 checksum and a detached PGP signature. Check both before installing:
Checksum: .apk.sha256 · signature: .apk.asc · signed with the ScrubPony PGP key.
Command line — macOS and Linux
The original scrubpony: a single C99 program with no configure step and nothing to link but libc. Clone, make, and you have a binary — about thirty seconds on a developer machine. It reads JPEG, PNG, WebP and HEIC and is built around the folder you are about to upload.
$ git clone https://github.com/norsehorse-dev/ScrubPony.git $ cd ScrubPony $ make && sudo make install