Unifyl - AI-powered dual-pane file manager for macOS.
byβ’
Unifyl is a next-generation dual-pane file manager for macOS. Total Commander's depth, ForkLift's poliUnifyl brings Total Commander's power to macOS β with modern design and local AI intelligence.
π Dual-pane file management with tabs, workspaces, and function keys
π Press F3 to instantly preview any file β PDF, code, images, video, hex β in its own window
π§ 30+ built-in tools: hex editor, git panel, media converter, EXIF editor, folder heatmap

Replies
1.0.1 ships today with fixes for Korean archive support!
Maker here. I built this because I kept hitting the same three walls in Finder:
no second panel, no way to prove two folders actually match, and archives you
have to unpack before you can look inside.
Two things I'd rather say up front than have found out:
The Mac App Store build is sandboxed, so it does not have the developer tools β
Git panel, inline terminal, Docker, SSH tunnels, the port and process viewers.
Those need to spawn processes, which the sandbox forbids. If you want them, take
the direct download. Everything else is identical.
The AI is genuinely local. Semantic search runs through CoreML on the Neural
Engine and the vector index sits on your disk. There is no account, no server
and no telemetry, which also means I cannot see what you searched for β if you
report an AI bug I will need you to describe it, because I have nothing to look
at on my end.
Happy to answer anything, including the boring parts. My favorite bug this
month: opening your home folder triggered a Photos permission dialog, because
macOS guards a plain directory called ~/Library/Photos and my folder-size walk
stepped into it. TCC logs never name the path β I found it by attaching a
debugger while the dialog was up and reading the path out of the blocked
open() call's register.