A tiny, free, honest junk cleaner for Windows.
No ads. No bundles. No telemetry. Just cleaning.
🌐 swiftcleanpc.com · 💬 Telegram — @windows_free_software · SourceForge
SwiftClean frees up disk space by removing the junk Windows and your browsers pile up over time — temporary files, caches, crash dumps, the Recycle Bin. It's a single ~60 KB executable: no installer, no background service, no runtime to download (it uses the .NET Framework 4.8 that ships with every modern Windows).
- 🧹 Windows temp files —
%TEMP%andC:\Windows\Temp - 🌐 Browser caches — Chrome, Edge, Yandex, Firefox, Opera, Brave (cache only — never touches logins or passwords)
- 🗑️ Recycle Bin — emptied via the native
SHEmptyRecycleBinAPI - 💥 Windows Error Reporting — leftover crash dumps
- 📦 Windows Update leftovers — the
SoftwareDistribution\Downloadcache - 🚀 Startup manager — see and disable autostart entries (with a registry backup, so it's reversible)
- 📁 Custom folder — point it at any folder and clean it
It shows the real amount of junk found before, and the real space freed after — no fake "1000 registry errors detected" scare tactics.
- Download
SwiftClean.zip - Extract it (right‑click → Extract All)
- Run
SwiftClean.exe— click Scan, then Clean
No installation. To remove it, just delete the file.
Most "PC cleaners" are bloated, show fake problems to scare you, bundle extra software, or phone home with your data. SwiftClean is the opposite:
| SwiftClean | |
|---|---|
| Size | One ~60 KB .exe |
| Ads / bundles | None |
| Telemetry | None — it makes no network connections at all |
| Fake "errors" | None — real sizes only |
| Registry "optimization" | None — it never edits the registry (except the reversible startup toggle) |
| Source code | Fully open — right here |
See BUILD.md. In short:
dotnet build src/SwiftClean.csproj -c ReleaseOutput is a single SwiftClean.exe.
SwiftClean is a small, unsigned .NET application that lists your browsers' cache folders in order to clean them. A few machine‑learning antivirus engines flag any new unsigned .NET binary that touches those folders as "suspicious" purely by heuristic — the signature‑based engines (Microsoft Defender, Kaspersky, ESET, Bitdefender, Avast) report it clean.
Because the entire source is in this repository, you can read exactly what it does and build it yourself. Code signing is planned, which will remove the SmartScreen prompt. If your browser blocks the download, it's a reputation warning for a new app — not a virus.
New releases, more free tools, guides and fixes go out in our Telegram channel: @windows_free_software — a hub of clean, free Windows utilities with official downloads via GitHub and SourceForge.
MIT — do whatever you like with it.
🇷🇺 По‑русски
Крошечная (~60 КБ) программа, которая освобождает место на диске, удаляя мусор, который со временем копят Windows и браузеры: временные файлы, кэш, отчёты об ошибках, Корзину. Без установщика и без рантайма — работает на .NET Framework 4.8, который уже есть в каждой Windows.
Что чистит: временные файлы Windows, кэш браузеров (Chrome/Edge/Yandex/Firefox/Opera/Brave — только кэш, логины и пароли не трогает), Корзину, отчёты об ошибках, хвосты обновлений Windows. Плюс менеджер автозагрузки (с бэкапом — всё обратимо).
Честно: без рекламы, без «встроенного» софта, без телеметрии (программа вообще не выходит в сеть), без фейкового «найдено 1000 ошибок». Показывает реальный размер мусора и реально освобождённое место. Реестр не трогает.
Скачать: последний релиз →
SwiftClean.zip → распаковать → запустить SwiftClean.exe → «Сканировать», затем «Очистить».
Больше бесплатного софта для Windows — наш Telegram-канал @windows_free_software: новые релизы, чистые бесплатные утилиты, официальные загрузки через GitHub и SourceForge.
