mrkeyoor.com_
Wed 09 Sept 13:30 UTC
Dev Toolsevaluationupdated 09 Sept 2026

Files review

Files is an open-source file manager made specifically for Windows. It replaces the single-window feel of File Explorer with tabs, dual panes, tags, custom layouts, cloud and FTP access, and integrations such as Git while keeping a Windows-style interface.

trackingstars / 7d
Verdict

We could not run Files because our sandbox has no supported C# path and the repository provides no Dockerfile, so this review cannot confirm its build or tests. The released app is a serious File Explorer alternative for Windows users who value tabs, dual panes, tags, and Git-aware folders. Keep File Explorer available if network shares, third-party context menus, or modified Windows builds are central to your day.

We ran it

Screenshot of Files (files.community)

Answers from our run

Did you run Files yourself?

No. Its code is C#, and it carries no manifest our lab installs from, and no Dockerfile, so there was nothing standard to install, build or test. This review is written from the repository's own documentation.

Who should not use Files?

macOS or Linux users: Files is built for Windows and its source prerequisites are Windows-specific.

What are the alternatives to Files?

File Explorer, Explorer++, Double Commander. The released app is a serious File Explorer alternative for Windows users who value tabs, dual panes, tags, and Git-aware folders.

Setup3/5Simple packaged install; source build needs a large Windows toolchain
Docs4/5Clear install, build, feature, and troubleshooting pages
Community5/544,950 stars with issues and pull requests active today
Maturity4/5Version 4.2.9 is active; network and memory issues remain

Who it’s for

Windows users who manage several folders at once and want tabs or dual panes.
Developers who want Git status and repository actions inside a file manager.
People who organize files with tags, per-folder layouts, and a command palette.
Contributors with a current Windows development machine and the full Visual Studio toolchain.

Who it’s NOT for

macOS or Linux users: Files is built for Windows and its source prerequisites are Windows-specific.
People running AtlasOS, ReviOS, disabled Windows Update, or similar debloated systems: the install guide says modified Windows is not officially supported.
Network-drive users who cannot tolerate discovery or UI stalls: issue 17751 reports missing SMB computers, and issue 18933 reports freezing while WebDAV audio metadata loads.
Anyone expecting existing File Explorer context-menu replacements to work unchanged: the FAQ says many Explorer-linked actions would not work inside Files unless the other tool adds an integration.
Users who leave many tabs and background mode running for long sessions on tight memory: the FAQ acknowledges memory leaks that can accumulate over time.
Source contributors without Visual Studio 2022 17.13, .NET 10, the Windows 11 SDK, MSVC, ATL, and Windows App SDK 2.0.1.

Setup reality

We did not run commit 8b98986. Our lab runner has no supported C# ecosystem for this project, and the repository has no Dockerfile that would supply one. We therefore have no measured install, build, test, dependency, or vulnerability result for Files.

Building requires Windows plus Visual Studio 2022 17.13 or later, the WinUI workload, Windows 11 SDK 10.0.26100.0, .NET 10 SDK 10.0.102, MSVC with ATL, Git for Windows, and Windows App SDK 2.0.1. Basic source compilation does not list an account or service credential.

End users can use the Microsoft Store or classic installer. The install guide says Windows Update and Delivery Optimization must be available, modified Windows is unsupported, and a non-admin install needs the .NET 10 desktop and runtime installed under the user account.

Files is a Windows-only replacement for File Explorer

Files takes ordinary folder navigation and adds the things Microsoft has introduced slowly or left to other tools. Tabs and dual panes reduce window sprawl. Tags add an organization layer that does not depend only on folder names. A command palette exposes actions without hunting through menus, while per-folder layouts, custom backgrounds, cloud drives, FTP, and Git integration extend the app beyond basic copy and move work. Its visual language still belongs on Windows rather than imitating a cross-platform utility.

The target is narrow by design. This repository does not ship a macOS or Linux file manager, and the build guide is entirely Windows-specific. The current stable release is 4.2.9, published August 19, 2026. Users can install the stable or preview branch through the Microsoft Store, a classic installer, PowerShell, or community-maintained package-manager entries. Keeping preview beside stable is useful for testing changes without making an early build the only route to your files.

What happened when we ran it

We did not run commit 8b98986. Our sandbox does not have a supported C# ecosystem for this project, and the repository contains no Dockerfile that could define one. There is no lab evidence here for installation, compilation, tests, dependency size, or known vulnerabilities. A green badge or contributor report elsewhere cannot replace a run under our stated conditions, so none of those results are presented as ours.

The reason matters more than a blank result. Files is a native Windows application that relies on WinUI and Windows SDK components, while our general sandbox does not provide a Windows desktop. Containerizing that environment is not a normal substitute for launching and exercising a file manager. A useful future test would need a supported Windows host or VM and should cover navigation, file operations, shell dialogs, packaged installation, updates, network paths, keyboard use, and recovery from interrupted copies.

Source builds require Visual Studio 2022 and .NET 10

The official build page calls for Visual Studio 2022 version 17.13 or later with the WinUI application workload. It also specifies Windows 11 SDK 10.0.26100.0, .NET 10 SDK 10.0.102, MSVC build tools, ATL, Git for Windows, and Windows App SDK 2.0.1. Contributors open Files.slnx, choose Files.App as the startup project, select the machine architecture, and launch a Debug build. That is clear documentation, though it is a large prerequisite set for a first patch.

No account or hosted service is listed for a basic local build. Some features naturally add credentials later, such as signing, cloud storage, or authenticated Git operations. The repository asks prospective contributors to link their intent to an issue and follow its coding conventions before opening a pull request. That process makes sense for a file manager where a small shell change can affect deletion, permissions, network paths, or the Recycle Bin.

Installation depends on Windows Update components

The Microsoft Store is the promoted route, while the project also provides a classic installer and direct app-installer commands. The documentation says Windows Update and Delivery Optimization services must be enabled. AtlasOS, ReviOS, systems with the Store removed, and other modified Windows installations are not officially supported. That caveat will exclude exactly the sort of power user who often looks for a replacement file manager, so check it before paying through the Store or moving settings.

Files can be installed without administrator privileges, but the documented path then installs both .NET 10 desktop and runtime components into the user profile and sets DOTNET_ROOT. Offline installation requires dependencies in a stated order. Updates restart the app, and the guide tells users to save work first. These details are better than a vague download button, yet they also show how much Files depends on the modern Windows packaging stack.

Network locations still expose visible gaps in version 4.2.9

Open issue 17751 reports that an SMB computer visible in File Explorer did not appear correctly on Files' Network page. The inaccessible, nameless share in that report is a meaningful compatibility problem for homes and offices built around Windows sharing. Issue 18933 reports a temporary UI freeze when Files reads audio metadata from a WebDAV-mounted drive. Both issues were active in September 2026 and concern current network behavior rather than an obsolete component with a similar name.

Local workflows have caveats too. The official FAQ says memory use rises with tabs and acknowledges leaks that can accumulate during extended sessions. Its suggested mitigation is to stop leaving Files running in the background, at the cost of slower launches. The same FAQ explains why File Explorer context menus cannot simply be dropped in: actions tied to Explorer, including layout and properties operations, may not function in Files unless the other product adds support.

A September 9 push and 465 open items show an active project

GitHub reported 44,950 stars, an MIT license, and 465 open issues and pull requests when fetched. The last push was September 9, 2026, one day after several new bug reports and code-quality pull requests. Release 4.2.9 was less than a month old. That combination points to active maintenance and an active bug queue. The combined open count includes pull requests, so it should not be read as 465 confirmed defects.

Files is easiest to recommend as an additional file manager first. Use it for tab-heavy local work, dual-pane moves, tagged folders, and Git repositories, then compare its behavior with File Explorer on network shares and shell extensions. The feature set is thoughtful and the project is moving quickly. Our missing lab run, documented memory leaks, and current network reports are enough reason to keep the Windows default nearby until Files has proved itself on your own folders.

Alternatives

ProjectWhat it isPick it when
File ExplorerThe file manager included with Windows and tied directly to its shell behavior.pick this instead when first-party shell compatibility and zero extra installation matter more than tabs, tags, or customization.
Explorer++A lightweight portable file manager for Windows with tabs and a traditional layout.pick this instead when a small classic utility is preferable to a packaged WinUI application.
Double CommanderA cross-platform two-panel file manager inspired by Total Commander.pick this instead when dual-pane workflows must stay similar across Windows, Linux, and macOS.
DolphinKDE's file manager with split views, network locations, and extensive configuration.pick this instead when Linux and KDE integration are the priority.

What people are saying

  1. [velocity-scout] files-community/Files
  2. [hackernews] uv: Deduplicate all files in the wheel cache
  3. [lobsters] Transfer files over an ethernet patch cable
  4. [hackernews] Recovering Corrupt Zip Files
  5. [hackernews] Visual Analysis of Binary Files
  6. [hackernews] Launching Route 53 Files

Sources

  1. Files repository and README
  2. Files source build guide
  3. Files installation guide
  4. Files frequently asked questions
  5. Files 4.2.9 release
  6. SMB discovery issue 17751
  7. WebDAV metadata freeze issue 18933

More dev tools reviews

chezmoi · iced · linux · tokio · lerna · system-design-notes · the whole board →