msatish223/cleanagent-releases — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple CleanAgent app for Mac and Windows that runs locally and helps people clean up their computer safely. I want it to start a small local web dashboard automatically in the browser, scan the machine for things like cache files, temporary files, crash dumps, browser clutter, and startup items, then show a clear summary of what it found.

After each scan, show an AI insights area that explains the most important recommendations in plain English and prioritizes what the user should do first. The cleanup should feel safe, with clear buttons, confirmation before deleting anything, good error handling, and no weird crashes if a scan is already running.

Use Python and a lightweight local web app approach. Make sure it works reasonably on both Windows and Mac with the right paths for each system. Also set it up so I can build downloadable Windows and Mac executables, ideally through GitHub Actions, with basic release artifacts. Look up current docs online if you need to.

Want more depth? Deep Reverse