Skip to content

Free · Open source · Local-only

Your Downloads folder, sorted before it becomes a problem.

Mouzi quietly organizes new files using rules you control. No cloud, no accounts, no telemetry.

  • Windows 10 & 11
  • Linux
  • MIT License
  • Local-only processing

Code signing approval in progress with SignPath Foundation.

762
GitHub stars
35
Forks
3.5K+
Downloads
11
Contributors
10
Languages
2
Platforms

See Mouzi work

From download chaos to quiet order.

Run four ordinary rules and watch Mouzi put every file where it belongs. Everything happens locally.

~/Downloads
WaitingLocal only

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

Documents·pdf, csv, pptx
Images·jpg, png
Archives·zip
Installers & media·msi, exe, mp4

What it does

Small app, sharp behavior.

Mouzi is a small Rust and Tauri tray application. It stays out of the way until a watched folder needs attention.

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
Mouzi settings showing watched folders in Silent, Manual and Paused modes

Custom rules, in your words

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
Mouzi rules view listing image, document, archive, installer, music and video rules

History and one-click undo

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
Mouzi recent actions showing organized files, destinations and undo buttons

Privacy and security, by design

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
Mouzi general settings showing local controls for startup, grace period and file locks

Privacy

Your files never leave your computer.

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

No server. No cloud. Nothing leaves this diagram.
How Mouzi handles your data →

Rules

One condition, one destination. That's a rule.

These are real rules from real setups. Click through them to see how Mouzi resolves each destination.

IfFile extension is PDFThenMove to Documents/{year}/{month}
invoice-march.pdfDocuments/2026/08/invoice-march.pdf
Explore the rules documentation →

Documentation

Everything you need to make Mouzi yours.

From your first rule to advanced regex patterns and managed deployments.

Security

Releases you can verify.

Public Mouzi releases are built from tagged commits by workflows that anyone can inspect on GitHub.

GitHub Actions builds

Releases are compiled in public CI from tagged commits. The workflow files are part of the repository.

SignPath Foundation

Code signing approval in progress with SignPath Foundation.

Verify the file you received

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

Download Mouzi.

Free, MIT licensed, around 4 MB for the Windows installer. Pick the build for your system.

Windows

  • Installer (NSIS)Recommended
    Download
    Mouzi_0.1.5_x64-setup.exex64v0.1.53.7 MB
  • MSI package
    Download
    Mouzi_0.1.5_x64_en-US.msix64v0.1.55.3 MB
  • Portable
    Download
    Mouzi_0.1.5_x64-portable.exex64v0.1.514.7 MB
Windows install guide →

Linux

  • AppImageRecommended
    Download
    Mouzi_0.1.5_amd64.AppImagex86_64v0.1.584.4 MB
  • DEB package
    Download
    Mouzi_0.1.5_amd64.debamd64v0.1.57.1 MB
  • RPM package
    Download
    Mouzi-0.1.5-1.x86_64.rpmx86_64v0.1.57.1 MB
Linux install guide →

Writing

From the Mouzi blog.

Why Mouzi processes every file locally

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.

Read the Mouzi blog

Direction

Where Mouzi is heading.

Plans, not promises. Items move between columns as priorities shift.

Now

  • Folder picker in the rule editor
  • Tooltips and accessibility labels
  • Quick enable/disable on every rule row

Next

  • History search and filters
  • AppImage icon fix for AppManager installs
  • Signed Windows releases via SignPath

Later

  • Recursive folder watching with loop protection
  • Rules based on file size and dates
  • More Linux packaging formats
Full roadmap →

Community

Built in public.

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

Help keep Mouzi independent.

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
Mouzi mascot, a low-poly mouse with a broom

A cleaner Downloads folder is one install away.

v0.1.5 · Windows 10/11 and Linux · MIT License