Wingetlywingetly
← All apps

Sumbo

by koprodevv1.2.0

Last updated

Mirror any window into a single always-on-top view — crop it, fade it, click through it.

Install with winget

$ winget install --id koprodev.Sumbo --exact --version 1.2.0

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

Silent install command for Sumbo

Sumbo uses MSI. The silent install switches are /quiet /norestart.

One-line silent install (x64, user scope)
msiexec.exe /i Sumbo-1.2.0-win-x64.msi /quiet /norestart

See the full silent install reference for Sumbo

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

Sumbo is a free, open-source Windows utility that live-mirrors any window using

native DWM thumbnails. Keep a chat, a video, a dashboard, or a game map floating

above your work — with zero impact on the source window (no capture, no injection,

no performance cost to the mirrored app).

Features: region crop, opacity 10-100%, click forwarding, click-through,

size presets and 9-point screen anchoring, profiles, group switching,

overlay (UI-hidden) mode, tray residency, startup update check, and a UI in 18 languages.

Installers · v1.2.0

ArchitectureTypeScopeInstallDownload
x64MSIuserDirect

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

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

  • Pinny Notes63BeetleSmurf
    63BeetleSmurf.PinnyNotesv1.17.0

    A sticky note application with a button to "pin" a note making it always on top above other windows.

  • Escrcpyviarotel
    viarotel.Escrcpyv3.0.8

    Graphical Scrcpy to display and control Android, devices powered by Electron.

  • S
    scrcpyGenymobile
    Genymobile.scrcpyv4.1

    Display and control your Android device

  • IdeaShareHuawei Technologies Co., Ltd.
    Huawei.IdeaSharev7.06.1.81

    Mirror your Windows PC screen to Huawei IdeaHub.

  • UniGetUIDevolutions Inc.
    Devolutions.UniGetUIv2026.2.7

    The Graphical Interface for your package managers.

  • Mica For EveryoneDongle Insovaki
    MicaForEveryone.MicaForEveryonev2.0.6.0

    A tool to enable backdrop effect on titlebars of Win32 apps on Windows 11.

More from koprodev or browse always-on-top, dwm, mirror.

Frequently asked questions

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