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