A browser-based media cleaner that lets you swipe through the files in a local folder — swipe right to mark for deletion, swipe left to keep — then review and permanently delete the unwanted ones.
- Open a folder — click Open Folder and grant read/write access to a local directory via the browser's File System Access API.
- Swipe — media files are shown one at a time as cards:
- Swipe / drag right (or click Delete) to mark a file for deletion.
- Swipe / drag left (or click Keep) to keep the file.
- Review — once all files have been swiped, a grid shows every file marked for deletion. You can restore individual files before committing.
- Delete — confirm to permanently remove the marked files from disk.
| Type | Extensions |
|---|---|
| Image | .jpg .jpeg .png .gif .webp |
| Video | .mp4 .mov .webm .mkv |
The File System Access API is required. It is supported in Chromium-based browsers (Chrome, Edge, Opera) version 86 and later. Firefox and Safari do not support this API; the app will display an error message on unsupported browsers.
npm install
npm run devnpm run build
npm run preview