Wingetlywingetly
← All apps

WinFsp 2024 Beta2

by Navimatics LLCv2.1.24255

Last updated

Windows File System Proxy - FUSE for Windows

Install with winget

$ winget install --id WinFsp.WinFsp.Beta --exact --version 2.1.24255

Run in Command Prompt, PowerShell, or Windows Terminal. Prompts for any agreements.

Silent install command for WinFsp 2024 Beta2

WinFsp 2024 Beta2 uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x86)
msiexec.exe /i winfsp-2.1.24255.msi /quiet /norestart

See the full silent install reference for WinFsp 2024 Beta2

Built by Pckgr

For Intune admins

Stop chasing app updates. Pckgr patches them for you.

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 trial

No credit card required.

About

WinFsp enables developers to write their own file systems (i.e. "Windows drives") as user mode programs and without any knowledge of Windows kernel programming.

It is similar to FUSE (Filesystem in Userspace) for Linux and other UNIX-like computers.

Installers · v2.1.24255

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

No known CVEs for WinFsp 2024 Beta2.

Coverage is best-effort and depends on a winget package mapping to an NVD CPE entry. Absence here is not a guarantee of safety.

Related apps

  • WinFsp 2025Navimatics LLC
    WinFsp.WinFspv2.1.25156

    Windows File System Proxy - FUSE for Windows

  • S
    SSHFS-WinNavimatics LLC
    SSHFS-Win.SSHFS-Winv3.5.20357

    SSHFS for Windows

  • SiriKaliFrancis Banyikwa
    FrancisBanyikwa.SiriKaliv1.8.6

    A Qt/C++ GUI front end to sshfs, ecryptfs-simple, cryfs, gocryptfs, securefs, fscrypt and encfs

  • SSHFS-Win ManagerEvandro Araujo
    evsar3.sshfs-win-managerv1.3.1

    A GUI for SSHFS-Win (https://github.com/billziss-gh/sshfs-win)

  • ext4-win-driverAntimatter Studios
    AntimatterStudios.ext4-win-driverv0.2.2

    Browse and auto-mount ext4 disks on Windows via WinFsp.

  • S
    Slogs Obsidian Drivedimohy
    Dimohy.SlogsObsidianDrivev0.1.1

    Mount a Slogs Obsidian remote vault as a WinFsp-backed Windows drive.

More from Navimatics LLC or browse sshfs, winfsp.

Frequently asked questions

How do I install WinFsp 2024 Beta2 on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id WinFsp.WinFsp.Beta --exact --version 2.1.24255. winget downloads the installer from Navimatics LLC and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install WinFsp 2024 Beta2 silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id WinFsp.WinFsp.Beta --exact 2.1.24255 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
What are the silent install switches for WinFsp 2024 Beta2?
WinFsp 2024 Beta2 uses MSI (WiX). Run the downloaded installer with: msiexec.exe /i winfsp-2.1.24255.msi /quiet /norestart. The silent switches are /quiet /norestart.
How do I uninstall WinFsp 2024 Beta2 via winget?
Run: winget uninstall --id WinFsp.WinFsp.Beta --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from WinFsp 2024 Beta2's Apps & Features entry.
Is WinFsp 2024 Beta2 free?
WinFsp 2024 Beta2 is distributed under GPLv3. Refer to the publisher (https://winfsp.dev/) for the full license terms - Wingetly itself does not charge for installation.
Does WinFsp 2024 Beta2 work on Windows 10?
Yes, as long as your Windows 10 build supports winget (1809 or newer). winget ships with App Installer on Windows 10/11 and pulls WinFsp 2024 Beta2 directly from the publisher.
How do I keep WinFsp 2024 Beta2 up to date?
Run winget upgrade --id WinFsp.WinFsp.Beta --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of WinFsp 2024 Beta2 from microsoft/winget-pkgs.