// Remote files at local speed
A dual-pane file manager for macOS whose remote panes feel like local ones. It speaks SSH directly and never mounts anything, which is the whole reason it is quick.
| kernel SMB mount | 16 ms RTT (LAN) | 6,900 ms |
| OpenSSH sftp client | 44 ms RTT (internet) | 570 ms |
| Small Commander | 44 ms RTT (internet) | 59.5 ms |
Measured 2026-08-11. The bottleneck was never the network — it is the kernel mount, which resolves one path component per round trip and expires its cache in about a second.
5.1 MB · macOS 14 or later · Apple silicon and Intel · signed and notarised by Apple
OR WITH HOMEBREW
brew tap deep-on/tap
brew trust deep-on/tap
brew install --cask small-commander The middle line is Homebrew's, not ours: it asks before reading a cask from a tap it did not write, and without it the install stops with an error that reads as though the cask were broken.