Skip to content

REDESIGN TEST 2

FileMayorby Chevza
v3.6.1 · hardened runtime

Your AI can suggest. FileMayor can act — safely.

The doctor for your filesystem.

FileMayor diagnoses, plans, and cures messy folders. Locally. With rollback safety. On every OS you use.

scan explain cure apply undo
Download FileMayor
Available onCLIDesktopPWAMac · Windows · Linux

Five verbs. Real output.

No screenshots. No mocks. The output below is what FileMayor prints today, in the order you would type the commands.

scanexplaincureapplyundo
  1. 01scan
    filemayor scan ~/Downloads
    $ filemayor scan ~/Downloads
    Scanned 1,248 files (4.2 GB) in 1.4s
    Images482 files · 1.2 GB
    Videos12 files · 2.1 GB
    Documents634 files · 0.8 GB
    Archives18 files · 0.1 GB
    Code102 files · 18 MB
    1,242 duplicates · 11.2 GB potentially recoverable

    Read the directory. No moves yet — no cloud, no permission prompts beyond reading. The CLI takes 1.4 seconds on 1,248 files.

  2. 02explain
    filemayor explain ~/Downloads
    $ filemayor explain ~/Downloads
    FILEMAYOR DIAGNOSIS
    Health: 22/100 (POOR)
    Issues
    • 63 screenshots clogging the root level
    • 14 duplicate installers (.exe, .dmg) — 1.7 GB
    • 27 archive files older than 12 months
    • 8 stale browser downloads (.crdownload)
    → filemayor cure ~/Downloads

    Diagnose the actual problem. A 0–100 health score plus a plain-English issue list. Still no moves, still no upload, still no risk.

  3. 03cure
    filemayor cure ~/Downloads --prompt "organize by type"
    $ filemayor cure ~/Downloads --prompt "organize by type"
    CURATIVE PLAN
    Gemini 2.0 Flash · 0.8s · metadata only, no file contents read
    Strategy
    → Move 63 screenshots → ~/Downloads/Screenshots
    → Consolidate installers → ~/Downloads/Software
    → Archive .zip > 12mo → ~/Archive/2024
    → Trash 8 .crdownload artifacts
    Plan covers 112 files · ETA 3.1s
    → filemayor apply

    Plan, do not act. The AI proposes specific moves with rationale. Nothing happens to your filesystem until you type the next verb.

  4. 04apply
    filemayor apply
    $ filemayor apply
    [1/4] Screenshots63 moved ✓
    [2/4] Software14 moved ✓
    [3/4] Archive27 moved ✓
    [4/4] Trash8 removed ✓
    Cure applied · 112 files · 3.1s
    journaled at .filemayor/journal/2026-04-26-1442.json

    Execute reversibly. Every move written to a session journal in your workspace. Sub-second per category. Six security layers between the plan and your filesystem.

  5. 05undo
    filemayor undo --all
    $ filemayor undo --all
    Reverting 112 operations from session 2026-04-26-1442
    [1/4] Trash8 restored ✓
    [2/4] Archive27 restored ✓
    [3/4] Software14 restored ✓
    [4/4] Screenshots63 restored ✓
    Session reverted · 112 files restored
    journal sealed · downloads back to original state

    Change your mind. One command reverses the whole session. The journal is the safety net — you can explore aggressively without losing data.

The same five verbs work on the desktop app and the PWA. Same engine, three skins.

25k+
npm installs
GitHub stars
0
tests passing
0
runtime vulns
what counts? →
Under the hood —Chevza DoctrinejailvaultguardrailhaltarchitectsecurityRead the architecture

Free forever. Pro when ready.

Core features stay free. Pro unlocks the AI Curative Triad, watch mode, and unlimited bulk operations. USD pricing — local currency conversion shown automatically.

Free
Free

For individuals.

  • Directory scanning
  • File organization
  • Junk cleanup
  • Undo operations
  • Config file support
  • Up to 50 files per operation
Install free
Most popular
Pro
$5.99/mo

For power users.

  • Everything in Free
  • Watch mode (real-time)
  • AI SOP parsing
  • Curative Triad — explain, cure, apply
  • Unlimited bulk operations
  • CSV / JSON export
  • Priority support
Get Pro
Team
$24.99/mo

For small teams.

  • Everything in Pro
  • Up to 5 seats per license
  • Custom categories
  • CSV / JSON / API access
  • Priority support
Get Team
  • How is the license delivered?

    After checkout you receive an activation link by email. One click activates the desktop app. Offline activation also works — paste the key into the license command. License validation runs locally with a 30-day offline grace period.

  • Refunds?

    14 days, no questions, processed by the checkout provider. No retention tactics.

  • What's the actual difference between Pro and Team?

    Pro is one seat. Team is up to five seats per license, plus CSV/JSON/API access and priority support. We are deliberately not calling it Enterprise yet — real enterprise features (SSO, audit logs, large-fleet seat management) ship later. If you need those, email us first.

Honest answers.

  • Does FileMayor send my files anywhere?

    No. The core engine runs entirely on your machine. The optional AI features (the Curative Triad) call out to a model only with file metadata — names, sizes, paths, extensions — never file contents. Disable AI entirely and the rest still works.

  • How does Undo work?

    Every move is recorded in a journal kept inside the workspace. `filemayor undo` reverses the most recent operation; `undo --all` reverses the entire session. The journal persists across crashes and reboots, so you can roll back even after closing the laptop.

  • Can I script it?

    Yes. The CLI is the canonical surface. Every command accepts `--json`, so you can pipe to jq, integrate with shell scripts, or wire it into CI. The Desktop app and the PWA are visual layers over the same engine — anything you script with the CLI works identically in the others.

  • What if the AI proposes a bad plan?

    The Curative Triad separates planning from execution by design. `cure` outputs a plan; nothing is touched until you run `apply`. The Guardrail layer additionally refuses destructive batches even when planned. And if a plan slips through that you regret, `undo --all` rolls it back.