Wingetlywingetly
← All apps

OmniSearch

by Pranshul Soniv1.0.0

Last updated

A fast, local-first Windows launcher to find everything on your PC from one shortcut.

Install with winget

$ winget install --id PranshulSoni.OmniSearch --exact --version 1.0.0

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

Silent install command for OmniSearch

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

One-line silent install (x64, user scope)
omnisearchsetup.exe /VERYSILENT /SUPPRESSMSGBOXES /NORESTART /SP-

See the full silent install reference for OmniSearch

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

OmniSearch is a lightweight Windows launcher for searching apps, files, folders, file content, OCR text, browser history, clipboard history, Git activity, Windows settings, local commands, and AI agent chats from one keyboard shortcut.

Installers · v1.0.0

ArchitectureTypeScopeInstallDownload
x64EXE
Inno Setup
userDirect

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 OmniSearch.

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

  • Tesseract-OCR - open source OCR engineTesseract-OCR community
    UB-Mannheim.TesseractOCRv5.4.0.20240606

    Tesseract Open Source OCR Engine.

  • Bloxstrappizzaboxer
    pizzaboxer.Bloxstrapv2.11.3

    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

  • DittoScott Brogden
    Ditto.Dittov3.25.113.0

    Ditto is an extension to the Windows Clipboard. You copy something to the Clipboard and Ditto takes what you copied and stores it in a database to retrieve at a later time.

  • R
    rtkrtk-ai
    rtk-ai.rtkv0.45.0

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

  • Google ChromeGoogle LLC
    Google.Chromev152.0.7977.65

    The Fast & Secure Web Browser Built to be Yours

More from Pranshul Soni or browse launcher, search, windows.

Frequently asked questions

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