Command bar
Press ⌘K from anywhere in the app. Type what you want done. FileMayor runs it.
Your AI can suggest. FileMayor can act — with one undo to roll it back.
FileMayor v4 — a command bar for your filesystem. Diagnose folders, plan moves, apply with rollback. Local-only, on Mac, Windows, and Linux.
Same engine. Same rollback. New ways to summon it — from the keyboard, from Claude, or from any MCP-aware client.
Press ⌘K from anywhere in the app. Type what you want done. FileMayor runs it.
See your current folder, recent moves, files categorized, and security status on one screen.
Install one MCP server. Claude Desktop and other MCP clients can now diagnose folders and apply moves.
Install the FileMayor skill once. Claude Code can run diagnose, cure, and undo on demand.
Proposed moves appear as cards. Accept, reject, or rewrite each one before anything touches disk.
Operation count, undo depth, and security checks shown at the bottom of every view.
Active folder, recent activity, and security status on one screen. Diagnose, cure, apply, and undo are one keystroke each.
Good morning, Chevza. The workspace looks healthy. 4 cures pending review.
One config entry and Claude Desktop, Claude Code, or Cursor can audit your folders, propose a plan, and apply it — while FileMayor keeps a full record of every move so you can take it all back.
{
"mcpServers": {
"filemayor": {
"command": "npx",
"args": ["filemayor", "mcp"]
}
}
}No screenshots. No mocks. The output below is what FileMayor prints today, in the order you would type the commands.
Read the directory. No moves yet — no cloud, no permission prompts beyond reading. The CLI takes 1.4 seconds on 1,248 files.
Diagnose the actual problem. A 0–100 health score plus a plain-English issue list. Still no moves, still no upload, still no risk.
Plan, do not act. The AI proposes specific moves with rationale. Nothing happens to your filesystem until you type the next verb.
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.
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.
Core features stay free. Pro unlocks the AI Curative Triad, watch mode, and unlimited bulk operations. USD pricing — local currency conversion shown automatically.
For individuals getting started.
For power users who live in their filesystem.
For teams who need a shared workflow.
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.
14 days, no questions, processed by the checkout provider. No retention tactics.
Pro is one seat. Team is up to five seats per license, plus shared rule libraries, audit-ready operation logs, and a support SLA. SSO and larger fleet management are on the roadmap — email us if you need them now.
Yes — annual billing saves you two months. Email hloninchefu@gmail.com to get the annual link before we wire it into checkout.
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.
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.
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.
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.