Wingetlywingetly
← All apps

GTK# for .NET

by Mono Projectv2.12.45

Last updated

The Gtk# installer for the .NET Framework gives .NET developers all of the pieces they need to build and run Gtk#-based applications, the same set of libraries that are used to build Unix applications on Mono.

Install with winget

$ winget install --id Mono.GTKSharpforDotNet --exact --version 2.12.45

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

Silent install command for GTK# for .NET

GTK# for .NET uses MSI (WiX). The silent install switches are /quiet /norestart.

One-line silent install (x86)
msiexec.exe /i gtk-sharp-2.12.45.msi /quiet /norestart

See the full silent install reference for GTK# for .NET

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.

Installers · v2.12.45

ArchitectureTypeScopeInstallDownload
x86MSI
WiX
-Direct

Copy a command tailored to that specific architecture, type, and scope - useful when winget would otherwise pick a different default.

Security

1 known CVE via NVD

  • high8.8Patched in wingetCVE-2023-26314affects v5.18.0.240\+dfsg-3Feb 21, 2023

    The mono package before 6.8.0.105+dfsg-3.3 for Debian allows arbitrary code execution because the application/x-ms-dos-executable MIME type is associated with an un-sandboxed Mono CLR interpreter.

Source: NVD, updated 5h ago. Patch status is best-effort: NVD's fix version is compared against the latest version in winget, but the two version formats don't always align. Confirm with the vendor advisory before treating any specific build as safe.

Related apps

  • JetBrains RiderJetBrains s.r.o.
    JetBrains.Riderv2026.2.0.2

    Fast & powerful cross-platform .NET IDE

  • JetBrains Rider (EAP)JetBrains s.r.o.
    JetBrains.Rider.EAPv262.8665.68

    Fast & powerful cross-platform .NET IDE

  • Apache Parquet for .NETaloneguid
    aloneguid.ParquetDotnet.floorv5.1.1

    Fully managed Apache Parquet implementation.

More from Mono Project or browse gtk-sharp-for-dotnet, gtksharpfordotnet, gtk-sharp-for-.net.

Frequently asked questions

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