A Dual-Pane File Manager for People Who Miss the Keyboard-First Era
If you've ever found yourself dragging files between two Finder windows, you know the feeling. You open a window, navigate to a folder, open another window, navigate somewhere else, then carefully drag things across while trying not to drop them in the wrong place. It works, but it's not exactly efficient. Nimble Commander is a free, dual-pane file manager for macOS that brings back a different approach—one where your hands stay on the keyboard and the mouse stays where you left it.
What It Does
Nimble Commander is a macOS file manager built around the classic dual-pane layout you'd recognize from file managers of the '80s and '90s. Two directory views sit side by side, so you can see source and destination at the same time without shuffling windows around. The project describes its aim as blending that older user experience with the modern look and feel of Mac computers.
The app is designed with a focus on three things: speed, keyboard-based navigation, and flexibility. That means it's built for people who'd rather type a path or hit a shortcut than reach for a trackpad. It's distributed as a native macOS application, available both as a direct download and through the Mac App Store, with a Homebrew formula as well.
Why It's Cool
-
The dual-pane layout solves a real problem. Copying and moving files is fundamentally a two-location operation. Showing both locations at once removes the mental overhead of remembering what's where—and it makes drag-and-drop between panes trivial when you do want to use the mouse.
-
Keyboard-first isn't a gimmick here. The README leads with keyboard-based navigation as a core design goal, not a feature bullet. For anyone who spends a lot of time in a terminal or an editor like Vim or Emacs, moving files with the keyboard instead of hunting through context menus is a genuine quality-of-life improvement.
-
It's honest about its influences. The project explicitly says it wants to blend the UX of classic file managers with the modern Mac look. That's a specific, self-aware design position—not just "we made a file manager." It tells you what to expect before you download it.
-
Distribution is handled well. You can grab a nightly build from GitHub Actions if you want the latest code, download the current release directly, install via Homebrew with a single command, or get it from the Mac App Store. Past releases are archived in a separate repository, which is a nice touch if you ever need to roll back.
-
It's been around. The copyright notice spans 2013 to 2026, which suggests this isn't a weekend project that got abandoned. That kind of longevity matters when you're trusting a tool with your file system.
-
The licensing is straightforward. GNU GPL version 3. If you care about free software, that's a meaningful detail—and it means the source is there if you want to dig in.
How to Try It
The fastest way to get started is Homebrew:
brew install nimble-commander
If you'd rather not use Homebrew, you can download the current release directly from https://magnumbytes.com/downloads/releases/nimble-commander.dmg. It's also available on the Mac App Store under the name Files Lite.
If you want to live on the edge, nightly builds are published as artifacts through GitHub Actions. You'll need a GitHub account to grab them—head to the nightly workflow, open the most recent integration, and look for nimble-commander-nightly in the Artifacts section.
Once it's installed, the user guide lives in the repository at Docs/Help.md. That's where you'll want to look for keyboard shortcuts and navigation details, since the whole point is learning the keybindings.
To build from source, check Docs/Building.md for instructions and an overview of the codebase. If you want to contribute—whether that's reporting bugs, suggesting features, or submitting code—CONTRIBUTING.md lays out the guidelines.
The repository is at https://github.com/mikekazakov/nimble-commander.
Final Thoughts
Nimble Commander isn't trying to replace Finder for everyone. It's aimed at a specific kind of user: someone who remembers (or wishes they remembered) the efficiency of keyboard-driven file management and wants that experience without leaving macOS. If you work with files constantly and find yourself annoyed by the friction of window juggling, it's worth a look. It's free, it's been maintained for over a decade, and it's installable in one command. That's a low-risk experiment with potentially high payoff.
Follow @githubprojects for more developer tools and open source projects.