SyncCloud compares two folders side by side and shows exactly what differs — then helps you organize a single one: find duplicates, fix broken filenames, straighten a tree that has drifted out of shape, see where space goes, and auto-file loose documents. Everything is undoable.
Point each pane at a provider (or any folder) and scan. SyncCloud finds what's missing on either side, what's newer, and what only looks the same.
Every row is shape- and colour-coded, so status reads at a glance — and still reads without colour. A date tolerance absorbs the timestamp rounding cloud providers do, so you're not staring at hundreds of false differences.
kind:pdf, >10mb, only:left, with live counts.
Copy or move in bulk, or step through changes one at a time in Guided Review. When two files are the same size but different dates, content verification checksums both sides and tells you whether they truly differ — then offers to reconcile the identical ones in one click.
⌘→ copy, add ⇧ to move.
A whole workspace is just your files, and it is the one SyncCloud opens on: Browse gives one provider the full window — no lens, no suggestions, the plain file browser. A folder sidebar runs down the left of all four workspaces, holding the folders you keep and the ones you were last in. And wherever a pane appears, it renders as columns, the way Finder does — so you can see the path you took, not just where you landed. Drill into a folder and the linked pane follows.
Down the left of every workspace, in three sections: Favorites, the folders and places you keep; Locations, every account you have signed into plus your home folder, your disks and the Trash; and Recents, the folders you were last in. Favorites and Recents span every source, and you choose what sits in them.
The default view. Each level stays on screen, so the route in is always visible — and a drill on one side mirrors onto the other.
Select a file and it previews in place, pinned beside the stack rather than squeezed inside it. Available in the Browse and Organize file browser and in both comparison panes.
Send a file somewhere without the system panel — the app's own picker, floated over the window, built on the same surfaces as Settings.
The bar above each pane is a canvas. Drag the controls you use into it, drop the ones you don't, and it stays that way.
Switch a provider into the Organize workspace and reach for whichever lens the mess calls for.
Scans loose files and suggests which existing folder each one belongs in, filing it there safely. Starts fully offline; Apple Intelligence or Claude can sharpen the picks.
Finds identical copies, overlapping folders, drifted versions, and PDFs whose text matches when their bytes don't. Picks a smart keeper, previews each copy, and reclaims space — always to the Trash, never the last copy.
Filenames that break on a provider — OneDrive's forbidden characters and reserved device names, Dropbox's trailing spaces and periods — plus zero-width characters and non-standard spaces, which are flagged on every provider because no cloud stores them predictably. Then files that break their folder's NN. Mon YYYY date convention where the folder already keeps one, and files whose ordinals have to shift or gain a leading zero to keep that folder in order. Each row names the problem in words and shows the name it would become.
Finds where the tree disagrees with its own habits — siblings shaped differently, a year with files and no folders yet, two names for one thing — and turns most of it into a plan you review operation by operation. Apply writes the way back to disk before the first folder moves.
Deterministic, on-device rules — "when a file matches …, file it into Taxes/{year}." Dry-run preview before anything moves, and SyncCloud can learn a rule after you file by hand.
Every clean-up action across all five lenses is one grouped, reversible step. Trash-backed, atomic, and gone with a single ⌘Z.
SyncCloud content-hashes size-colliding files (SHA-256), never trusts names alone, and refuses to trash the last copy of anything. The keeper it recommends is the one not buried in archive/, old/, or backup/ — and you can always pick a different one.
Report, Report (1), Report-final; keep the newest.Folders filed sensibly at the time end up disagreeing with each other a decade later. Restructure names eight kinds of that drift, turns most of them into a plan you review operation by operation, and applies it — with the way back written to disk before the first folder moves.
Siblings shaped differently, a year with files and no folders yet, a year hiding inside a name, two spellings of one name, an inbox mirroring a real destination, files above a year run, a leaf beside its container, and two branches under parallel names.
Every distinct folder name the family uses, listed once. Every operation is derived rather than typed, and the review names each one, its member, and the files it carries.
A folder the target has no slot for stays where it is and is listed as kept; a file whose name is taken arrives under a new one. Never an overwrite, and no file is ever deleted.
⌘Z takes the whole landing back as one step. "Undo this reorganisation" replays a reversal kept on disk, so it still works after you quit.
A section of Organize, after Rules on its rail, and the report is strictly read-only — the treemap and its lists never move or delete anything, and nothing here evicts a file from your Mac.
Storage shows you a treemap of your biggest folders and three ranked lists: the largest files, the ones you haven't touched in over a year, and the big-and-idle reclaim candidates.
Every other workspace moves files around. Edit is the one that changes what is inside one — a note, a README, a config file — and it does it with the same caution the rest of the app spends on moves.
A collapsible file pane to browse to any folder, and beside it every text file that folder holds. A row too large to read, or still in the cloud, is listed and dimmed rather than hidden — and says which it is.
Edit, Preview, or Split with a divider you can drag. Rendered by a real Markdown parser — tables and task lists included — at the app's own text size rather than a web view's.
A couple of seconds after you stop typing, and whenever the document leaves the screen. Every write is staged and swapped in atomically and goes back in the encoding the file was read in — byte-order mark and line endings intact. ⌘S still means "now".
A file that is not valid text opens read-only: saving it would replace the parts that could not be read. A folder that appeared where the file was is not written over. Typing has its own undo, so ⌘Z here can never reach into a move.
Point Organize at a folder full of downloads and screenshots. A fast, fully-offline engine reads your existing folder names, the filenames, and — on device — a little of each file's text, then proposes a home for each one with a confidence rating and a plain-English reason.
Want sharper picks? Layer AI on top. It's optional, gated, and metered — and it only ever leads when it's more confident than the offline engine.
SyncCloud treats your files as irreplaceable. Every mutation is designed to be reversible — and to refuse and report when something is ambiguous rather than guess.
Copy, move, delete, rename, new folder — each is a grouped ⌘Z step, including "Undo Last Run".
Deletes go to the macOS Trash. Permanent delete only exists as a clearly-warned, Trash-less-volume fallback.
Overwrites stage to a temp file and swap in — the original is never momentarily missing, and a backup is kept.
From/To confirmations, collision strategies, an invalid-name guard, and a path boundary that won't cross provider roots.
git-style CLIScan and sync from the terminal or a script — no window required.
# discover the cloud providers on this Mac $ synccloud providers # compare two folders (a provider id/name or a path) $ synccloud scan -L iCloud/Documents -R OneDrive/Documents $ synccloud scan -L ~/A -R ~/B --verify # checksum same-size pairs $ synccloud scan -L ~/A -R ~/B --json # machine-readable # sync one direction, keeping both on collision (prompts unless --yes) $ synccloud sync -L ~/A -R ~/B --direction to-right --strategy keep-both --yes # report where a surveyed tree disagrees with its own habits (read-only) $ synccloud restructure $ synccloud restructure --json # full report, stable format
A Liquid-Glass interface with System / Light / Dark themes, 12 accent hues, and per-provider brand colours.



