
Silt: temp file cleanup, no registry, no bloat
I used CCleaner for years and stopped. Not because it broke, but because it kept growing. Driver updater, health check, software updater, popups. I only ever wanted one thing out of it: delete the temp junk.
So I wrote a .bat file. It worked fine, but every time I wanted to change something I had to read through the whole thing again. Eventually I put a UI on top of it and moved all the paths into a plain silt.ini sitting next to the exe. Every folder it cleans is a line in that file. Don't like one? Delete the line. I missed one? Add it.
What it does:
scans first, shows how much is sitting in each location, then you choose what goes
tells you the exact folders it touches, nothing hidden behind a category name
never writes to the registry, never touches Windows system files
That last part is the whole point for me. Registry cleaning is where these tools historically wrecked people's installs and I never saw a real benefit from it.
Some questions I'd ask myself:
Why use this instead of Disk Cleanup / Storage Sense / BleachBit?
Maybe don't. Disk Cleanup is built in and it's fine. BleachBit is open source and does more. I'm not trying to compete with anyone here. I built this for myself and figured someone else might want the same small thing.
Is it free?
Yes. No trial, no pro tier, no account.
Then why isn't it open source?
The UI framework it's built on belongs to my company and I use it in my commercial products, so I can't publish the source. The cleaning logic isn't the secret part anyway, it's all sitting in silt.ini and you can read every path before you run anything.
Windows only.
Link: https://silt.devslim.com
If there's a folder that should be there and isn't, or one that shouldn't be there at all, tell me.