Purge

Give your PC its space back.

Purge finds the junk and clears it. Nothing leaves the Recycle Bin.

8 MB · run it, that’s the whole install

Free · v1.0.0 · Windows 10 & 11

Windows will warn you the first time. Purge isn't code-signed, and an unsigned program that deletes files is exactly what SmartScreen is built to distrust. Click More info —  Run anyway. Every release publishes its SHA256, and the source is public, so you never have to take the binary on trust.

Purge showing App Caches with sizes and safety labels

why you can trust it

A tool that touches your files should earn it.

Open source

Every line is public. Read it, audit it, or fork it. The code is the proof, not the marketing. See the repo.

Only touches what it knows

Purge clears paths it recognises as cache and junk, nothing else. Your documents, photos, and anything it doesn't recognise are never in scope.

Recycle Bin by default

Even the junk it clears goes to the Recycle Bin, never straight to delete. Changed your mind? It's still sitting right there.

Frequently asked questions

Is Purge safe to use?

Purge can only touch paths on a fixed allowlist that ships inside the app. Anything outside that list is unreachable, no matter what you click. It also refuses drive roots, your user folder and anything under C:\Windows even if a rule asked for them. Everything it removes goes to the Recycle Bin, so you can put it back.

What does it actually delete?

Caches and build output that regenerate on their own: browser caches, developer tool caches, temporary files, logs, and project folders like node_modules that a single install command rebuilds. Every item is labelled either Safe to Clean or Check First, and the one-click button only ever acts on the safe ones.

Will it delete anything permanently?

Not unless you ask it to. The default is the Recycle Bin, always. There is a permanent-delete option in Settings for people who want the space back immediately, but it is off until you turn it on, and the confirmation looks completely different when it is active so you cannot trigger it by accident.

Why didn't my free space go up right away?

Moving files to the Recycle Bin doesn't free disk space — the bytes sit there until it's emptied. Purge is upfront about this: after every clean it tells you the space isn't reclaimed yet and offers to empty the bin right then.

Why does Windows say it's dangerous?

Because it isn't code-signed. A certificate costs a few hundred dollars a year and this is a free project. SmartScreen treats any unsigned program that deletes files with suspicion, which is honestly fair of it. Verify the SHA256 published with each release, or build it yourself from source — both are better proof than a certificate.

Does it touch my OneDrive files?

No. Files kept in the cloud show their full size but occupy nothing locally. Deleting one would free zero space and destroy your only local copy, so Purge detects and skips them everywhere.

Is it really free?

Yes. No licence, no trial, no paid tier, nothing bundled in. The full source is on GitHub if you want to read it.

Does Purge collect any data?

No analytics, no telemetry, no crash reporting. It makes no network requests at all.

How is it different from CCleaner?

Purge is free, open source, and limited to a published allowlist you can read before you run it. It explains every item in plain English instead of showing you a progress bar, and it takes developer folders seriously — node_modules, target, Gradle caches — which most Windows cleaners ignore entirely.

How do I install it?

Download Purge.exe from the releases page and run it. Nothing else is needed — WebView2, the only dependency, already ships with Windows.

How do I uninstall it?

Through Add or Remove Programs, like anything else. It installs no background services and no startup entries. If you used the portable ZIP, delete the file.

credit where it's due

Purge began on the Mac.

Jithin Sabu built Purge for macOS — and everything good about how this app behaves came from his design. The two labels that decide what's safe. The refusal to touch anything outside a published list. Explaining each item in plain English instead of showing a progress bar and a number. The promise that nothing is ever really gone — the Trash on his side, the Recycle Bin on this one.

This is that idea rebuilt for Windows, because Windows had nothing like it. None of his code is here — the original is Swift and targets macOS paths that don't exist on this platform — so what carried over is the thinking, not the source.

Purge for macOS His repository