The photo of the bike. And your address.

This is not a threat model about state adversaries. It is a photo of a bicycle for sale, taken in your driveway, uploaded to a public listing, carrying the coordinates of your driveway to within a few metres.

Where this actually bites

The everyday cases are the ones that catch people, because there is no moment where it feels like a security decision:

Some platforms strip metadata on upload. Some do not. Some strip it from the version they display and keep the original. You cannot tell which from the outside, and you cannot undo an upload that did not.

What ScrubPony changes

The quickest version

If you only ever run two commands, make them these:

Also worth doing once, on your phone: turn off location for the camera, so the next few years of photographs do not need this at all.

Honest limits

The command-line tool needs a Mac or a Linux computer. If your photographs live only on your phone, there is now a ScrubPony app for Android that scrubs on the device itself, with no network and no permissions. On an iPhone there is no app yet (iOS is in development), so the built-in "remove location" option in the share sheet is the realistic answer for now — and here is exactly what it does and does not cover. A tool you will not use protects nothing.

It handles JPEG, PNG, WebP and HEIC — including the HEICs most phones now shoot by default — so there is no need to export to another format first. RAW, TIFF, AVIF and video are reported and skipped rather than cleaned.

Most importantly: this does not make a photograph anonymous. It removes the labels, not what is in the picture. A house number, a street sign, a reflection in a window, a school uniform, or a distinctive view out of the back is all still there, and no tool can help with that. Look at the picture before you post it.

And it cannot help with what has already gone. Scrub before you share, not afterwards.

Common questions.

Do I really need this if the site strips metadata?

Some sites do, some do not, some strip it from the copy they display while keeping the original, and none of them tell you which. Stripping it before upload is the only version of this you control.

Is it hard to use?

On a computer it is two commands, and the first one only looks. If a terminal is not something you use, the ScrubPony Android app is a tap — share photos in and clean copies out — and on an iPhone your phone's "remove location" option is the honest recommendation for now.

Will my photos look different?

No. The image data is copied through byte for byte, the orientation is preserved, and the colour profile is kept by default. The file is smaller by exactly the size of what was removed.

Should I just turn off location on my camera?

Yes, and it is the better fix going forward. It does nothing for the photographs you already have, which is what the scrubber is for.

Get ScrubPony

Strips identifying metadata out of your photos — JPEG, PNG, WebP and HEIC — without touching a pixel. A C99 command line tool for macOS and Linux, and a native Android app on the same core.