Automatic organization
Mouzi sits in your system tray and watches the folders you choose. When a new file lands, it applies your rules and moves it to the right place. You keep working; the folder stays clean.
Read the docs
Free · Open source · Local-only
Mouzi quietly organizes new files using rules you control. No cloud, no accounts, no telemetry.
Code signing approval in progress with SignPath Foundation.
See Mouzi work
Run four ordinary rules and watch Mouzi put every file where it belongs. Everything happens locally.
invoice-march…pdf
pdf · 412 KB
IMG_202607…jpg
jpg · 3.1 MB
node-v22…msi
msi · 31.8 MB
backup-photos.zip
zip · 1.2 GB
Screenshot…png
png · 284 KB
contract_v3…pdf
pdf · 198 KB
holiday-video.mp4
mp4 · 812 MB
setup-obs…exe
exe · 148 MB
data-export.csv
csv · 2.4 MB
presentation…pptx
pptx · 9.6 MB
What it does
Mouzi is a small Rust and Tauri tray application. It stays out of the way until a watched folder needs attention.
Mouzi sits in your system tray and watches the folders you choose. When a new file lands, it applies your rules and moves it to the right place. You keep working; the folder stays clean.
Read the docs
Match files by extension and optionally narrow the match with a regular expression applied to the full file name. Destinations can use placeholders such as {year} and {month} to create dated folders.
Read the docs
Every successful move is recorded in a local SQLite database. If a rule sends a file somewhere unexpected, open History and undo that entry.
Read the docs
No cloud, no account and no telemetry. Releases are built in public CI. Mouzi also uses a grace period, skips browser temporary files and checks for file locks before an automatic move.
Read the docs
Privacy
Mouzi has no server side. There is nothing to sign up for, nothing to sync and nothing to leak.
No cloud processing
Every rule runs on your CPU, against your disk.
No account
Download, install, done. Mouzi never asks who you are.
No telemetry
The app sends nothing home. You can verify this in the source.
No file names transmitted
File names, paths and contents stay on your machine.
Rules and history stored locally
Configuration and history live in a local SQLite database you can delete anytime.
Open to inspection
The full source code is on GitHub under the MIT license.
Watched folder
~/Downloads

Mouzi rules
runs on your device
Organized folders
Documents · Images · Archives
Rules
These are real rules from real setups. Click through them to see how Mouzi resolves each destination.
File extension is PDFThenMove to Documents/{year}/{month}Documentation
From your first rule to advanced regex patterns and managed deployments.
Security
Public Mouzi releases are built from tagged commits by workflows that anyone can inspect on GitHub.
Releases are compiled in public CI from tagged commits. The workflow files are part of the repository.
Code signing approval in progress with SignPath Foundation.
The security guide explains how to inspect Windows signatures and calculate a local SHA-256 hash. A trusted comparison value is required before a hash can verify a download.
Version 0.1.5
Free, MIT licensed, around 4 MB for the Windows installer. Pick the build for your system.
Writing
How Mouzi turns a public git tag into Windows and Linux packages, why the Windows executable is signed before the installers and where manual approval fits.
A small Mouzi setup for documents, images, screenshots, invoices and installers, with working regex examples and an explanation of rule order.
Mouzi watches a folder that may contain invoices, photos and private documents. This is what the app reads, what it stores and why none of it leaves your computer.
Direction
Plans, not promises. Items move between columns as priorities shift.
Community
Mouzi is developed in the open. Every issue, commit and release is visible on GitHub, and there are plenty of ways to help beyond writing Rust.
Funding
Mouzi is developed after hours by one independent developer. Sponsorship helps fund code signing, testing, documentation, additional platform support and the time needed to maintain the project.
Founding sponsor
One exclusive placement for a company aligned with privacy, productivity or open source.
Claim this placement
v0.1.5 · Windows 10/11 and Linux · MIT License