WinUIEx 2.9.3
dotnet add package WinUIEx --version 2.9.3
NuGet\Install-Package WinUIEx -Version 2.9.3
<PackageReference Include="WinUIEx" Version="2.9.3" />
<PackageVersion Include="WinUIEx" Version="2.9.3" />
<PackageReference Include="WinUIEx" />
paket add WinUIEx --version 2.9.3
#r "nuget: WinUIEx, 2.9.3"
#:package WinUIEx@2.9.3
#addin nuget:?package=WinUIEx&version=2.9.3
#tool nuget:?package=WinUIEx&version=2.9.3
WinUIEx
WinUI Extensions
A set of extension methods and classes to fill some gaps in WinUI 3, mostly around windowing and testing.
Features
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net8.0-windows10.0.19041 is compatible. net9.0-windows was computed. net10.0-windows was computed. |
-
net8.0-windows10.0.19041
- Microsoft.WindowsAppSDK.WinUI (>= 1.8.250906003)
NuGet packages (26)
Showing the top 5 NuGet packages that depend on WinUIEx:
| Package | Downloads |
|---|---|
|
VaraniumSharp.WinUI
A VarniumSharp library with WinUI helper classes and components. |
|
|
Paradigm.WindowsAppSDK.Xaml
Provides XAML shared user controls and converters. |
|
|
Richasy.WinUIKernel.Share
多项目共享的基础 WinUI 实现 |
|
|
BeWidgets.Widget
Package Description |
|
|
WindowSill.API
SDK for developing extensions for WindowSill |
GitHub repositories (60)
Showing the top 20 popular GitHub repositories that depend on WinUIEx:
| Repository | Stars |
|---|---|
|
files-community/Files
A modern file manager that helps users organize their files and folders.
|
|
|
rocksdanister/lively
Free and open-source software that allows users to set animated desktop wallpapers and screensavers powered by WinUI 3.
|
|
|
rayenghanmi/RyTuneX
RyTuneX is a cutting-edge optimizer built with the WinUI 3 framework, designed to amplify the performance of Windows devices. Crafted for both Windows 10 and 11.
|
|
|
Sophia-Community/SophiApp
:zap: The most powerful open source tweaker on GitHub for fine-tuning Windows 10 & Windows 11
|
|
|
Jeric-X/SyncClipboard
跨平台剪贴板同步、历史记录管理工具 / Cross-platform cipboard syncing, history management tool
|
|
|
ProtonVPN/win-app
Official ProtonVPN Windows app
|
|
|
jayfunc/BetterLyrics
An elegant and deeply customizable lyrics visualizer & versatile music player, built with WinUI3/Win2D | 一款优雅且高度自定义的歌词可视化与全能音乐播放应用,基于 WinUI3/Win2D 构建
|
|
|
openclaw/openclaw-windows-node
Windows companion suite for OpenClaw
|
|
|
FufuLauncher/FufuLauncher
A third-party launcher for Genshin Impact that supports game injection, automatic check-in, and some useful small features.
|
|
|
bkaankose/Wino-Mail
Built-in Mail & Calendars app clone for Windows.
|
|
|
Taiizor/Sucrose
Sucrose is a versatile wallpaper engine that brings life to your desktop with a wide range of interactive wallpapers.
|
|
|
microsoft/ai-dev-gallery
An open-source project for Windows developers to learn how to add AI with local models and APIs to Windows apps.
|
|
|
GoldenPotato137/PotatoVN
一款Visual Novel管理软件
|
|
|
0x5bfa/FluentHub
A stylish yet powerful GitHub client for Windows
|
|
|
JasonWei512/EnergyStarX
🔋 Improve your Windows 11 device's battery life. A WinUI 3 GUI for https://github.com/imbushuo/EnergyStar.
|
|
|
benaclejames/VRCFaceTracking
OSC App to allow VRChat avatars to interact with eye and facial tracking hardware
|
|
|
IviriusCommunity/Rebound
WinUI rewrite project of Windows 11 system apps.
|
|
|
riyasy/FlyPhotos
A blazing fast ultra-light photo viewer replacement for Windows. Works similar to Picasa Photo Viewer.
|
|
|
iandiv/AppGroup
App Group lets you organize, customize, and launch your apps.
|
|
|
PhoenixNil/XrayUI-dev
Lightweight native Windows GUI client for Xray core, built with WinUI 3
|
| Version | Downloads | Last Updated |
|---|---|---|
| 2.9.3 | 10,135 | 2026/8/13 |
| 2.9.2 | 10,005 | 2026/7/13 |
| 2.9.1 | 12,849 | 2026/5/31 |
| 2.9.0 | 163,341 | 2025/10/14 |
| 2.8.0 | 11,997 | 2025/9/9 |
| 2.7.0 | 11,523 | 2025/8/27 |
| 2.6.0 | 18,885 | 2025/6/21 |
| 2.5.1 | 172,643 | 2025/1/16 |
| 2.5.0 | 31,263 | 2024/11/19 |
| 2.4.2 | 40,409 | 2024/9/25 |
| 2.4.1 | 1,460 | 2024/9/19 |
| 2.4.0 | 9,246 | 2024/9/11 |
| 2.3.4 | 152,287 | 2024/2/26 |
| 2.3.3 | 38,439 | 2023/11/7 |
| 2.3.2 | 39,697 | 2023/10/11 |
| 2.3.1 | 6,750 | 2023/9/25 |
| 2.3.0 | 23,655 | 2023/9/15 |
| 2.2.0 | 61,270 | 2023/5/10 |
| 2.1.0 | 70,966 | 2023/1/3 |
| 2.0.0 | 11,529 | 2022/12/8 |
- Route `WebAuthenticator` callbacks to the correct app when multiple instances are running (Issue #273).
- Preserve the pre-fullscreen window size, position, and maximized state when using `WindowManager` persistence (Issue #253).
- Fix `TrayIcon` (and `WindowManager.IsVisibleInTray`) icon disappearing when `explorer.exe` restarts, by re-adding the icon on the `TaskbarCreated` broadcast message (Issue #276).