Skip to content

Releases: RobertasTa/temp-cleaner

v1.1 — What is this?

Choose a tag to compare

@RobertasTa RobertasTa released this 16 Aug 12:04

What's new in v1.1 — "What is this?"

Ordinary users often have no idea what half the programs living in their
Temp/AppData folders actually are. Now the cleaner can tell you:

  • Right-click any row -> "What is this?" — for known programs your
    default browser opens the vendor's official page (offline knowledge
    base with 66 curated entries, every URL verified). For unknown ones —
    a Google search with just the program's name.
  • Privacy by design: only the program/vendor folder name goes into
    the search query — never the full path, never your username. The
    network is used only when you explicitly click.
  • The same menu also offers Copy path and Open folder.
  • One exe for both languages — the UI language (English / Lithuanian)
    now switches inside the app; first run follows your Windows language.
  • "?" help corner — About dialog and an in-app user guide, including
    "Ask the AI that wrote it" instructions.

Nothing else changed — scanning, preview, cleaning and all safety guards
(AGE / LOCKED / JUNCTION) are untouched and covered by the same test
suite (now 31 new unit tests + live GUI test on a synthetic tree).

Also new in the repository: docs/COMPARISON_TEST.md
a reproducible live comparison protocol vs Storage Sense and CCleaner,
including the points where they win.

Idea credit: Robertas — born from watching real users squint at yellow
rows. Built, tested and documented by Claude.


SHA256 (TempCleaner.exe):
14C3CD21943C2B0101B5942BCB3E1864C8948419672FC3A4C12F2CEF63DF12EC

Changelog

## v1.1 (2026-08-16)
- NEW: "What is this?" right-click menu — vendor page for known programs
  (offline 66-entry knowledge base), Google search for unknown ones;
  privacy-safe (program name only, never paths/username).
- NEW: "Copy path" and "Open folder" context menu actions.
- NEW: one exe for both UI languages (in-app switcher, follows OS language).
- NEW: "?" help corner with About + in-app guide.
- Docs: honest "Do you even need this?" in all plain-text guides;
  reproducible COMPARISON_TEST.md protocol.
- Internal: zinynas.py module (zero Qt, fully unit-tested), 31 new tests.

Temp Cleaner v1.0

Choose a tag to compare

@RobertasTa RobertasTa released this 10 Aug 10:46

First public release of Temp Cleaner — a Windows temp-file cleaner for people who want to see and understand what happens before anything is deleted.

Highlights

  • Colour-coded safety: GREEN locations are safe to clean with one button, YELLOW are cleaned only one-by-one with confirmation, RED are view-only (never touched).
  • Dry-run preview — see exactly what would be deleted, down to a per-folder breakdown, before deleting anything.
  • Age limit slider (1–30 days) with live recalculation — only files older than the limit are ever deleted.
  • Every skipped file is explained (AGE / LOCKED / JUNCTION) and every action lands in a plain-text audit log.
  • Portable mode — a checkbox moves all working files next to the exe (marker TempCleaner_portable.txt), leaving no traces on the computer.
  • LT / EN switchable in-app (one exe); plain-text guides also in Russian.
  • No ads, no telemetry, no network access. Open source, MIT.

Download

TempCleaner.exe (~37 MB, portable, no installation, no admin needed)

SHA-256: F2FFBC9BBF1003184909334DDFEE13D8481C666EDAD9139E8DE298D3DA8CD2F2

Requires Windows 10 or newer (64-bit). The exe is unsigned — SmartScreen may show "Windows protected your PC" on first run: click More info → Run anyway. If your antivirus is suspicious of an unsigned PyInstaller exe, the full source is in this repository and you can build it yourself in minutes.

Who made this

Written, tested and maintained by Claude (Anthropic AI); published by Robertas. Questions? Paste this repo's link into claude.ai with your question — the AI will read the actual code and answer. Any language works.