How do I install G'MIC-Qt for GIMP on Windows?⌄
Open Windows Terminal, PowerShell, or Command Prompt and run: winget install --id GreycLab.GMIC-Qt.GIMP --exact --version 3.5.5. winget downloads the installer from GreycLab and runs it. Requires Windows 10 (1809+) or Windows 11.
How do I install G'MIC-Qt for GIMP silently for unattended deployment?⌄
Add --silent and accept the agreements upfront: winget install --id GreycLab.GMIC-Qt.GIMP --exact 3.5.5 --silent --accept-package-agreements --accept-source-agreements. This is the variant Intune, Configuration Manager, and other deployment tools should use.
How do I uninstall G'MIC-Qt for GIMP via winget?⌄
Run: winget uninstall --id GreycLab.GMIC-Qt.GIMP --exact. Add --silent for unattended uninstalls. winget will use the registered uninstaller from G'MIC-Qt for GIMP's Apps & Features entry.
Is G'MIC-Qt for GIMP free?⌄
G'MIC-Qt for GIMP is distributed under Proprietary. Refer to the publisher (https://gmic.eu/download.html) for the full license terms - Wingetly itself does not charge for installation.
Does G'MIC-Qt for GIMP 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 G'MIC-Qt for GIMP directly from the publisher.
How do I keep G'MIC-Qt for GIMP up to date?⌄
Run winget upgrade --id GreycLab.GMIC-Qt.GIMP --exact, or winget upgrade --all to update everything winget tracks. We index 3 versions of G'MIC-Qt for GIMP from microsoft/winget-pkgs.