01
Two panels
Source on the left, target on the right. Copy, move, pack and compare without opening a second window or reaching for the mouse.
Two panels, function keys along the bottom, a plugin for everything – the working style power users build their habits on, running natively on Windows 11. Born from the open source Open Salamander codebase and written in C++, it now speaks full Unicode, handles long paths, connects over SFTP, renders Markdown on F3 – and ships in a dark theme as well as the light one.
Windows installer · Windows 11 · x64 · free under GPLv2
Two themes, one binary
The classic light panels are still the default – nothing moved, nothing was reflowed. The new dark theme is the same layout with the same information density, for the people who stopped enjoying white rectangles at 2 a.m. It is still experimental – a few places are not quite final yet.
What it is
A file manager for people who navigate by keyboard and think in two panels.
01
Source on the left, target on the right. Copy, move, pack and compare without opening a second window or reaching for the mouse.
02
Function keys along the bottom edge, a shortcut for everything, and a command line that stays exactly where your hands already are.
03
tandemcommander.exe is a program with its own identity: own icon, own window titles, own settings – and a modern core built for Windows 11, with full Unicode and long paths throughout.
What's new
The main additions and improvements in this release.
Names and paths are Unicode end to end – panels, dialogs, viewers, plugins. Accents and non-Latin scripts render correctly everywhere, and paths past the old 260-character limit just work.
A Linux server in one panel, your disk in the other – built on libssh2 over SSH. Password or private-key auth with host-key verification, unix permissions shown as drwxr-xr-x, chmod from the panel.
F3 on a .md file opens the new mdview plugin: rendered headings, lists, tables and code blocks instead of raw markup.
The image viewer works again – pictures open reliably from either panel, with the fixes carried into the new Unicode-clean core. Optimized file thumbnail rendering in directories containing tens of thousands of photos.
The project
Tandem Commander grew out of Open Salamander, the classic file manager whose source was opened to the world, and it owes that project everything it started with. Our thanks go to the original Salamander authors and to everyone who kept the code alive after them – a quarter century of careful work by people who cared how a file manager should feel. The core has since gone its own way, but the debt stands.
Tandem Commander is free software, licensed under GPLv2 and later. Individual files and bundled libraries carry different but compatible licenses, and everyone who has contributed to it is credited in AUTHORS.
The rules the project holds itself to – build reproducibility, incremental modernization, a commitment to Windows, and a stable plugin API – are written down in the repository rather than kept in someone's head.
There is one genuinely new thing here. Development follows spec-driven principles: every change starts as a written specification that is clarified, planned and broken into tasks before any code is touched, and the implementation is carried out by agentic coding frameworks. The whole paper trail is committed next to the code, so the repository records not only what changed in this quarter-century-old C++ codebase, but why.
From the author
Whenever I have worked on Windows, there has always been a Salamander close at hand. First Servant Salamander, later Altap Salamander – in my view one of the finest pieces of software I have ever worked with. But the last released version of Altap Salamander dates back to 2019, and it still carries a few aches inherited from the original versions: incomplete encoding support, missing long directory and file path support, and quite a few others. At the same time, many of my friends and family members use Altap Salamander every day, both at work and at home.
The moment Salamander was released as Open Salamander, I had a clear vision: I would adapt it for myself so I could simply keep using it. That vision quickly ran into hard reality – even though I am a very experienced software engineer, developer, and architect, I was missing the one factor a project of this scale demands above all else: time.
That has changed, essentially within the last few months, with the overall shift in how software can now be – not programmed, but created – with agentic systems. To be clear, I am emphatically not talking about "vibe coding"; I consider that a bit of a buzzword and I do not like it. The term I would choose is Full Agentic Spec-Driven Development: clearly defined procedures not just for producing code, but for producing the entire project – documentation and artifacts included. This project is deliberately built with the spec-driven approach on top of GitHub SpecKit, using the best agentic models available at the time – currently Fable 5, with reviews also carried out by GPT-5.6 Sol and others.
Tandem Commander is, of course, not perfect. But thanks to this approach I ended up with a genuinely usable tool – one that I hope can serve others as well.
None of this would exist without the people who built Servant Salamander, Altap Salamander, and finally Open Salamander. Over a quarter of a century they created and refined a program that countless people – me, my friends, my family – have trusted with their daily work, and it shows in every detail: the speed, the keyboard-first design, the plugin architecture, the sheer care in the code this repository inherited. Their decision to release it under an open-source license was an act of real generosity that gave this remarkable software a second life. Tandem Commander stands entirely on their shoulders, and I hope it honors what they built. To all the original authors and contributors: Thank you.
Pavel Stupka
pavel.stupka@gmail.com
LinkedIn
Version 0.1.7 for Windows 11, x64.
Released August 29, 2026
tandemcommander-0.1.7-x64-setup.exe
⚠ Disclaimer
This is a first release, created through agentic AI development. The software is provided "as is", without warranty of any kind, and the author accepts no responsibility or liability for its use.
Build from source