Wingetlywingetly
← All apps

Listary

by Bopsoftv6.3

Last updated

The revolutionary file search tool for Windows.

Install with winget

$ winget install --id Bopsoft.Listary --exact --version 6.3

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

Silent install command for Listary

Listary uses EXE (Inno Setup). The silent install switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.

One-line silent install (x86, machine scope)
Listary.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART

See the full silent install reference for Listary

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

Listary is a revolutionary search utility for Windows that makes finding your files and launching apps blazing fast, for casual and power users alike.

Installers · v6.3

ArchitectureTypeScopeInstallDownload
x86EXE
Inno Setup
machineDirect

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

Security

2 known CVEs via NVD

  • high7.5Patched in wingetCVE-2021-41066affects <=6Dec 14, 2021

    An issue was discovered in Listary through 6. When Listary is configured as admin, Listary will not ask for permissions again if a user tries to access files on the system from Listary itself (it will bypass UAC protection; there is no privilege validation of the current user th...

  • high7.3Patched in wingetCVE-2021-41065affects <=6Dec 14, 2021

    An issue was discovered in Listary through 6. An attacker can create a \\.\pipe\Listary.listaryService named pipe and wait for a privileged user to open a session on the Listary installed host. Listary will automatically access the named pipe and the attacker will be able to dup...

Source: NVD, updated 2h 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.

Related apps

  • Bloxstrappizzaboxer
    pizzaboxer.Bloxstrapv2.11.4

    An open-source, feature-packed alternative bootstrapper for Roblox.

  • Epic Games LauncherEpic Games, Inc.
    EpicGames.EpicGamesLauncherv1.3.193.0

    Epic Games Launcher for the Epic Games Store and Unreal Engine

  • R
    rtkrtk-ai
    rtk-ai.rtkvv0.48.0

    CLI proxy that reduces LLM token consumption by 60-90% on common dev commands. Single Rust binary, zero dependencies

  • Android StudioGoogle LLC
    Google.AndroidStudiov2026.1.4.7

    The official Integrated Development Environment (IDE) for Android app development.

  • Google ChromeGoogle LLC
    Google.Chromev153.0.8010.37

    The Fast & Secure Web Browser Built to be Yours

  • ElyPrismLauncherElyPrismLauncher
    ElyPrismLauncher.ElyPrismLauncherv9.5

    This fork of Prism Launcher adds integrated support for Ely.by accounts.

More from Bopsoft or browse add-on, addon, app.

Frequently asked questions

How do I install Listary on Windows?
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id Bopsoft.Listary --exact --version 6.3. winget downloads the installer from Bopsoft and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install Listary silently for unattended deployment?
Add --silent and accept the agreements upfront: winget install --id Bopsoft.Listary --exact 6.3 --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 Listary?
Listary uses EXE (Inno Setup). Run the downloaded installer with: Listary.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART. The silent switches are /VERYSILENT /SUPPRESSMSGBOXES /NORESTART.
How do I uninstall Listary via winget?
Run: winget uninstall --id Bopsoft.Listary --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from Listary's Apps & Features entry.
Is Listary free?
Listary is distributed under Proprietary. Refer to the publisher (https://www.listary.com/) for the full license terms - Wingetly itself does not charge for installation.
Does Listary 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 Listary directly from the publisher.
How do I keep Listary up to date?
Run winget upgrade --id Bopsoft.Listary --exact, or winget upgrade --all to update everything winget tracks. We index 1 version of Listary from microsoft/winget-pkgs.