Files is a file manager for Windows with a powerful yet intuitive design. It has features like multiple tabs, panes, columns, shell extensions in the context menu and tags.
We welcome discussions and contributions to our repository, however to help maintain a healthy community, please read our code of conduct.
We use App Center to track which settings are being used, find bugs, and fix crashes. Information sent to App Center is anonymous and free of any user or contextual data.
Have any questions? Check out our documentation site!
- Git
- Visual Studio 2022 with the UWP Development Kit and following individual components:
- Windows 11 SDK (10.0.22000)
- MSVC v143 - VS 2022 C++ x64/x86 build tools
- C++ ATL for latest v143 build tools (x86 & x64)
git clone https://github.com/files-community/Files
This will create a local copy of the repository.
To build the app in development mode, open the sln file in Visual Studio (Files.sln) and set the Files.Package project as the startup item by right-clicking on Files.Package
in the solution explorer & hitting ‘Set as Startup item’.
In the architecture pane, select the correct architecture for your system as Debug which should look like this:
Want to contribute to this project? Feel free to open an issue or pull request. View our Contributing guidelines to make sure you're up to date on the latest guidelines for contributing to the Files codebase.