Wingetlywingetly
← All apps

NanaZip Preview

by Kenji Mouriv7.0.1800.0

Last updated

The 7-Zip derivative intended for the modern Windows experience.

Install with winget

$ winget install --id M2Team.NanaZip.Preview --exact --version 7.0.1800.0

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

Silent install command for NanaZip Preview

NanaZip Preview uses MSIX. The silent install switches are (no switches needed).

One-line silent install (x64)
Add-AppxPackage -Path .\installer.msix

See the full silent install reference for NanaZip Preview

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

NanaZip is an open source file archiver intended for the modern Windows experience, forked from the source code of well-known open source file archiver 7-Zip.

Installers · v7.0.1800.0

ArchitectureTypeScopeInstallDownload
x64MSIX-Direct
arm64MSIX-Direct

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

Security

13 known CVEs via NVD

  • medium4.4Patched in wingetCVE-2026-44215affects before 6.0.1698.0May 12, 2026

    NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a one-byte heap out-of-bounds null write exists in the UFS/UFS2 filesystem image parser in NanaZip. The vulnerability is triggered when opening a crafted UFS filesystem image. The attacker controls the...

  • medium4.4Patched in wingetCVE-2026-42446affects before 6.0.1698.0May 12, 2026

    NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a stack-based out-of-bounds read exists in the ZealFS filesystem image parser in NanaZip. The vulnerability is triggered when opening a crafted ZealFS v1 filesystem image. An attacker-controlled Bitmap...

  • low3.3Patched in wingetCVE-2026-42445affects before 6.0.1698.0May 12, 2026

    NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, an uncontrolled recursion vulnerability exists in the UFS/UFS2 filesystem image parser in NanaZip. The function GetAllPaths recurses into subdirectories without any depth limit or visited-inode trackin...

  • low3.3Patched in wingetCVE-2026-42444affects before 6.0.1698.0May 12, 2026

    NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a denial-of-service vulnerability exists in the littlefs filesystem image parser in NanaZip. The handler's Open method reads BlockCount directly from the attacker-controlled superblock without any vali...

  • low3.3Patched in wingetCVE-2026-42443affects before 6.0.1698.0May 12, 2026

    NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, an integer divide-by-zero exists in the UFS/UFS2 filesystem image parser in NanaZip. The vulnerability is triggered when opening a crafted UFS image where the superblock field fs_ipg (inodes per cylind...

  • low3.3Patched in wingetCVE-2026-42442affects before 6.0.1698.0May 12, 2026

    NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, a null-pointer dereference exists in the UFS/UFS2 filesystem image parser in NanaZip. The vulnerability is triggered when opening a crafted UFS image where the root inode (inode 2) is set to IFLNK (sym...

  • low3.3Patched in wingetCVE-2026-42355affects before 6.0.1698.0May 12, 2026

    NanaZip is an open source file archive. From 5.0.1252.0 to before 6.0.1698.0, an uncontrolled recursion vulnerability exists in the Electron Archive (ASAR) parser in NanaZip. When opening a crafted .asar file with deeply nested JSON in the header, both nlohmann::json::parse and...

  • medium6.6Patched in wingetCVE-2026-27711affects before 6.0.1638.0Feb 25, 2026

    NanaZip is an open source file archive. Starting in version 5.0.1252.0 and prior to versions 6.0.1638.0 and 6.5.1638.0, a memory corruption vulnerability in NanaZip’s UFS parser allows a crafted `.ufs/.ufs2/.img` file to trigger out-of-bounds memory access during archive open/li...

Showing 8 of 13. Source: NVD, updated 3h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

See a CVE that affects your fleet? Push the patched version to Intune in one click with Pckgr - automated patching is the only way to keep up.

Related apps

  • NanaZipKenji Mouri
    M2Team.NanaZipv7.0.1832.0

    The 7-Zip derivative intended for the modern Windows experience.

  • NanaBoxKenji Mouri
    M2Team.NanaBoxv1.6.1498.0

    The third-party lightweight XAML-based out-of-box-experience oriented Hyper-V virtualization software based on Host Compute System API, Remote Desktop ActiveX control and XAML Islands.

  • 7-ZipIgor Pavlov
    7zip.7zipv26.03

    A file archiver with a high compression ratio.

  • Directory OpusGPSoftware
    GPSoftware.DirectoryOpusv13.25

    A complete replacement for Explorer, with far more power and functionality than any other file manager available today.

  • Wondershare UniConverter 17Wondershare Software
    Wondershare.UniConverter.17v17.6.0.33

    A high-speed converter for thousands of media formats.

  • Y
    Yazisxyazi
    sxyazi.yaziv26.9.1

    Blazing fast terminal file manager written in Rust, based on async I/O

More from Kenji Mouri or browse 7zip, archive, archiver.

Frequently asked questions

How do I install NanaZip Preview on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id M2Team.NanaZip.Preview --exact --version 7.0.1800.0. winget downloads the installer from Kenji Mouri and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install NanaZip Preview silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id M2Team.NanaZip.Preview --exact 7.0.1800.0 --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 NanaZip Preview?
NanaZip Preview uses MSIX. MSIX packages install silently by default - no switches are needed (Add-AppxPackage -Path .\installer.msix).
How do I uninstall NanaZip Preview via winget?
Run: winget uninstall --id M2Team.NanaZip.Preview --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from NanaZip Preview's Apps & Features entry.
Is NanaZip Preview free?
NanaZip Preview is distributed under MIT. Refer to the publisher (https://github.com/M2Team/NanaZip) for the full license terms - Wingetly itself does not charge for installation.
Does NanaZip Preview 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 NanaZip Preview directly from the publisher.
How do I keep NanaZip Preview up to date?
Run winget upgrade --id M2Team.NanaZip.Preview --exact, or winget upgrade --all to update everything winget tracks. We index 10 versions of NanaZip Preview from microsoft/winget-pkgs.

Recent versions

  • 7.0.1800.0latest
  • 7.0.1767.0
  • 6.5.1749.0
  • 6.5.1742.0
  • 6.5.1638.0
  • 6.0.1630.0
  • 6.0.1621.0
  • 6.0.1461.0
  • 5.1.1263.0
  • 5.1.1252.0