gitwtfhub

wtf is fluentcleaner?

builtbybel/fluentcleaner — explained in plain English

Analysis updated 2026-05-18

1,164C#Audience · generalComplexity · 2/5Setup · easy

TL;DR

A free, open-source Windows disk cleaner that removes temp files and app leftovers using a community-maintained rules database, without ads or dark patterns.

Mindmap

mindmap
  root((FluentCleaner))
    What it does
      Disk cleaning
      Temp file removal
      Cache cleanup
    Tech stack
      C#
      WinUI 3
    Use cases
      Automated scheduled runs
      Custom rule databases
    Audience
      Windows users
      Privacy conscious users

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

Why would anyone build with this?

REASON 1

Clean temporary files, browser data, and app caches from Windows

REASON 2

Run automated cleanups from the command line with a scheduler

REASON 3

Load a custom or self-built cleaning rules database

REASON 4

Review a log of exactly what was deleted after each run

What's in the stack?

C#WinUI 3

How it stacks up

builtbybel/fluentcleanerluolangaga/tubatoolsabhishekk130804/claude-mythos-ai-anthropic-app
Stars1,1641,712571
LanguageC#C#C#
Last pushed2026-07-03
MaintenanceActive
Setup difficultyeasyeasymoderate
Complexity2/52/53/5
Audiencegeneralops devopswriter

Figures from each repo's GitHub metadata at analysis time.

How do you spin it up?

Difficulty · easy Time to first run · 5min

Requires Windows 10 build 19041 or later, or Windows 11.

Wtf does this do

FluentCleaner is a free, open-source Windows disk cleaning app built with WinUI 3, Microsoft's modern desktop UI framework, for Windows 10 and Windows 11. It is inspired by the original CCleaner from the mid-2000s, before that tool acquired a reputation for dark patterns and upselling, and aims to do what a cleaner should: remove temporary files, browser data, app caches, and leftover traces from uninstalled software, without anything deceptive. The key differentiator is that it uses winapp2.ini, a community-maintained database of cleaning rules built up over 15+ years with thousands of entries covering specific apps. Each entry precisely targets known cache folders, temp paths, or registry keys for a given app, rather than using broad wildcard deletions. You can use the default database, point to a custom one from another source, or build your own and load it via Settings. Beyond standard cleaning, it supports running silently from the command line (useful for automation via Windows Task Scheduler) with a /AUTO flag, and optionally shuts the system down after cleaning finishes. Each automated run creates a detailed log showing what was deleted and how much space was recovered. The app is a solo project, written in C#. It supports Windows 10 build 19041 and later as well as Windows 11. You would reach for it if you want a straightforward, auditable cleaner without ads, registry tricks, or scare prompts, and you want full control over which rules apply. The full README is longer than what was provided.

Yoink these prompts

Prompt 1
How do I run FluentCleaner silently from the command line with the /AUTO flag?
Prompt 2
How do I point FluentCleaner at a custom winapp2.ini rules file?
Prompt 3
Can I schedule FluentCleaner to run automatically and shut down my PC afterward?

Frequently asked questions

wtf is fluentcleaner?

A free, open-source Windows disk cleaner that removes temp files and app leftovers using a community-maintained rules database, without ads or dark patterns.

What language is fluentcleaner written in?

Mainly C#. The stack also includes C#, WinUI 3.

How hard is fluentcleaner to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is fluentcleaner for?

Mainly general.

View the repo → Decode another repo

This repo across BitVibe Labs

Don't trust strangers blindly. Verify against the repo.