Wingetlywingetly
← All apps

Notro

by writingdeveloperv2.10.2

Last updated

Auto-compresses clipboard images for Discord's upload limit and adds an emoji/sticker/GIF picker.

Install with winget

$ winget install --id writingdeveloper.Notro --exact --version 2.10.2

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

Silent install command for Notro

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

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

See the full silent install reference for Notro

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

A tiny Windows tray app for Discord free users. It auto-compresses clipboard images that

exceed Discord's 10 MB upload limit, compresses oversized video clips with ffmpeg, and

ships an emoji / sticker / GIF picker opened with a hotkey. It never modifies the Discord

client and never touches your account or token.

Installers · v2.10.2

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

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

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

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

    A file archiver with a high compression ratio.

  • EquibopEquicord
    Equicord.Equibopv3.3.0

    Equibop is a custom Discord App aiming to give you better performance and improve linux support

  • GitHub CLIGitHub, Inc.
    GitHub.cliv2.100.0

    Take GitHub to the command line

  • Core TempALCPU
    ALCPU.CoreTempv1.20.1

    This application can monitor and visualize your processor's temperature.

  • chaiNNerchaiNNer-org
    chaiNNer-org.chaiNNerv0.25.1

    A flowchart based image processing GUI

More from writingdeveloper or browse clipboard, compression, discord.

Frequently asked questions

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