Wingetlywingetly
← All apps
W

winshotx

by Munir Torresv0.1.19

Last updated

Screenshots and GIF/MP4 screen recording for Windows, in a 2.3 MB installer.

Install with winget

$ winget install --id Mun1to.winshotx --exact --version 0.1.19

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

Silent install command for winshotx

winshotx uses EXE (NSIS). The silent install switches are /S.

One-line silent install (x64, user scope)
winshotx_0.1.19_x64-setup.exe /S

See the full silent install reference for winshotx

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

winshotx is a free and open source screenshot and screen recording tool for Windows 10 and 11,

a lightweight alternative to the built-in Snipping Tool. It captures a region over a frozen

screenshot with a 6x pixel magnifier that shows the exact colour in hex and copies it with one

key, snaps to system windows, and records that region to GIF or MP4 at 15, 30 or 60 fps through

Windows Graphics Capture. The editor trims the recording frame by frame with A and B marks,

crops the image, annotates it with arrows, boxes, text, highlights and a mosaic that hides

private details, and exports to GIF, MP4, PNG or JPG, to disk or to the clipboard.

Nothing is downloaded at runtime: MP4 is written by Media Foundation in hardware, the GIF

encoder is pure Rust and the text recognition is the one Windows already ships, so there is no

bundled FFmpeg and no OCR engine to install. It installs for the current user only, so it never

asks for administrator rights, and it lives in the system tray with no window of its own. There

is no account, no telemetry and no uploads.

The interface is in English and Spanish, following Windows.

Installers · v0.1.19

ArchitectureTypeScopeInstallDownload
x64EXE
NSIS
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 winshotx.

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

  • PowerShellMicrosoft Corporation
    Microsoft.PowerShellv7.6.5.0

    PowerShell is a cross-platform task automation solution made up of a command-line shell, a scripting language, and a configuration management framework. PowerShell runs on Windows, Linux, and macOS.

  • Win-CodexBarCodexBar Contributors
    Finesssee.Win-CodexBarv0.54.0

    Windows-native menu bar app for OpenAI Codex and Claude Code usage stats.

  • mpv.netFrank Skare (stax76)
    mpv.netv7.1.2.0

    mpv.net is a media player for Windows with a modern GUI.

  • R
    RipGrep MSVCBurntSushi
    BurntSushi.ripgrep.MSVCv15.2.0

    ripgrep recursively searches directories for a regex pattern while respecting your gitignore

  • ActivityWatchActivityWatch Contributors
    ActivityWatch.ActivityWatchv0.13.2

    ActivityWatch is an app that automatically tracks how you spend time on your devices.

  • Notepad++Notepad++ Team
    Notepad++.Notepad++v8.9.8

    Notepad++ is a free source code editor that supports several languages.

More from Munir Torres or browse screenshot, screen-capture, screen-recorder.

Frequently asked questions

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