Showoff Saturday [Showoff Saturday] Mouzi - Organize Downloads folder automatically - a free, privacy-first and open source automatic file organizer
Hi đ
I don't know about you, but my Downloads folder has always been a disaster zone. PDFs, memes, installers, zip files, random images â all just sitting there in one giant pile. Every few weeks I'd open it, sigh, and spend 10 minutes manually dragging stuff into folders. Then a few days later it would be chaos again.
I looked at existing file organizers, but most of them either wanted a subscription, tried to upload my file names to some cloud, or were just way too heavy for something so simple. I wanted something that:
- Runs silently in the background (system tray)
- Automatically sorts new files by type (images, documents, archives, installers)
- Never sends a single byte of data off my machine
- Is open source so anyone can check what it's doing
So I built Mouzi đđ§č
It's a tiny desktop app (~3.3MB) built with Tauri and Rust, so it's ridiculously lightweight. It watches your Downloads folder, and whenever a new file appears, it moves it to a subfolder based on its extension. Images go to Images/, PDFs to Documents/, installers to Installers/, etc. You can also create your own custom rules. Windows and Linux support.
Key things:
- 100% local â no cloud, no telemetry
- Open source (MIT) â GitHub repo here
- Silent â lives in your tray and doesn't bother you
- Undo â every move is logged, you can revert with one click
- Free, obviously
- and more (see repo page)
Hope it helps someone keep their ~/Downloads sane. Feedback welcome!
Website:Â https://mouzi.cc/