mirror of
https://github.com/builtbybel/FluentCleaner.git
synced 2026-09-16 14:27:02 +00:00
FluentCleaner Inspector
Inspect and compare Winapp2 cleaner databases directly in the browser using the same parser source as FluentCleaner.
What it does
- Opens compatible Winapp2 INI files locally in the browser.
- Summarizes file, registry, recursive, warning and duplicate rules.
- Checks
settings.jsonselections against the loaded database. - Compares two database versions.
- Exports selected signature names in the JSON-array format already accepted by FluentCleaner Classic's
/FROMCRAPCHECKhandoff.
No imported file is uploaded or sent to a server.
Run locally
dotnet run --project FluentCleaner.Inspector
GitHub Pages
The repository workflow publishes the static WebAssembly output to GitHub Pages. In the repository settings, choose Pages → Build and deployment → GitHub Actions.
The workflow assumes the repository name is FluentCleaner and changes the site's base path accordingly.