| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |

SimpleZipDrive is a Windows application that mounts ZIP, 7Z, RAR, and TAR archives (including compressed TAR variants and comic-book archives), Zstd-seekable .zar containers, and Xbox XISO disc images as virtual drives or NTFS directory mount points. Mounted archives appear and behave exactly like a regular drive in File Explorer and every other application — files can be browsed, opened, and streamed directly from the archive without extracting it first.
Current version: 3.0.1 · License: GPL v3 · Downloads: Releases
SimpleZipDrive ships as two separate executables that share the same core engine and user interface:
| SimpleZipDrive (Dokan variant) | SimpleZipDrive_WinFsp (WinFsp variant) | |
|---|---|---|
| Filesystem driver | Dokan v2 ≥ 2.3 | WinFsp ≥ 2.1 |
| Executable | SimpleZipDrive.exe | SimpleZipDrive_WinFsp.exe |
| Drive-letter mounts | ✔ | ✔ |
| Folder mounts | ✔ | ✔ |
| Cross-integrity mounts | — | ✔ |
| Maturity | Mature, widely deployed | Modern, actively developed driver |
See Variants for a detailed comparison and help choosing.
| Requirement | Details |
|---|---|
| Operating system | Windows 10 or 11 (x64 or ARM64) |
| Runtime | .NET 10 Desktop Runtime |
| Filesystem driver | Dokan v2 2.3+ (Dokan variant) or WinFsp 2.1+ (WinFsp variant) — install the matching driver for the variant you use |
| Disk space | ~10 MB for the application; temp space equal to the largest file you open when the disk cache is used |
| Memory | The memory cache is clamped to 90 % of installed RAM; the per-entry default is 512 MB |
Deep Dives
Operations
Development
Resources
| Back | FazBrowse Home | New Git URL |