Skip to content

Banner File Manager 1.2.0

Latest

Choose a tag to compare

@The412Banner The412Banner released this 06 Aug 01:35

Banner File Manager 1.2.0 — fast large folders.

A native Windows file manager for Bannerlator containers, forked from the Winlator File Manager by BrunoSX (MIT).

What's new

  • Large folders open fast and scroll without stalling. A folder's file sizes and dates are now read straight from the single directory listing instead of asking the system about every file one by one — so a folder with thousands of files no longer pauses on open. Previously each file cost a separate round-trip through Wine to Android storage; now it costs none.
  • Icons and file types are remembered. Working out a file's icon and type is an expensive shell lookup under Wine, so it's now cached per file extension and kept as you move around. The first .txt in a folder does the lookup; every other .txt — and any you meet later in other folders — is instant. The list only ever builds the rows you can see.
  • Proper version information. The executable now carries standard Windows version details (company, product, version, license). This fills in the file's Properties dialog and clears a reputation-based antivirus false-positive that an executable with no version metadata was drawing from Microsoft's scanner — every other engine was already clean.

Everything from 1.1.0 (dual-pane split view, file actions, full light/dark theming, dark scrollbars) is unchanged.

Compatibility

Universal x86-64 build — runs natively under Box64, via wowbox64 in arm64ec containers, and under FEXCore. No arch-specific code.

Install

Place wfm.exe and libcdio.dll (needed for ISO mounting) together in a container's C:\windows\.


License: GPL-3.0-or-later. Incorporates MIT-licensed WFM code © 2023 BrunoSX (preserved in LICENSE.WFM); bundles/links libcdio (GPL-3.0-or-later), which is why the combined binary is GPL. © 2026 The412Banner.