Last updated
User mode file system library for windows with FUSE Wrapper
$ winget install --id dokan-dev.Dokany --exact --version 2.3.1.1000Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.
Dokan Library uses MSI (WiX). The silent install switches are /quiet /norestart.
msiexec.exe /i Dokan_x64.msi /quiet /norestart
For Intune admins
Automated application patching for Microsoft Intune. Pckgr keeps a curated library of 1,000+ apps continuously up-to-date in your tenant via Microsoft Graph - no manual repackaging, no chasing vendor sites.
Start free 30-day trialNo credit card required.
Dokany is a fork of Dokan 0.6.0 with bug fixes, clean change history and updated to build with latest tools.
When you want to create a new file system on Windows, other than FAT or NTFS, you need to develop a file system driver. Developing a device driver that works in kernel mode on windows is extremely technical. By using Dokan, you can create your own file systems very easily without writing device drivers. Dokan is similar to FUSE (Linux file system in user space) but works on Windows. Moreover, dokany includes a FUSE wrapper that helps you to port your FUSE filesystems without changes.
| Architecture | Type | Scope | Install | Download |
|---|---|---|---|---|
| x86 | MSI WiX | machine | Direct | |
| x64 | MSI WiX | machine | Direct | |
| arm64 | MSI WiX | machine | Direct |
Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.
No known CVEs for Dokan Library.
Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.
More from Dokany Project or browse driver, filesystem, fuse.