Aprillz.MewUI.MacOS
0.19.0
See the version list below for details.
dotnet add package Aprillz.MewUI.MacOS --version 0.19.0
NuGet\Install-Package Aprillz.MewUI.MacOS -Version 0.19.0
<PackageReference Include="Aprillz.MewUI.MacOS" Version="0.19.0" />
<PackageVersion Include="Aprillz.MewUI.MacOS" Version="0.19.0" />
<PackageReference Include="Aprillz.MewUI.MacOS" />
paket add Aprillz.MewUI.MacOS --version 0.19.0
#r "nuget: Aprillz.MewUI.MacOS, 0.19.0"
#:package Aprillz.MewUI.MacOS@0.19.0
#addin nuget:?package=Aprillz.MewUI.MacOS&version=0.19.0
#tool nuget:?package=Aprillz.MewUI.MacOS&version=0.19.0
Aprillz.MewUI
A cross-platform, lightweight, code-first .NET GUI framework for building and shipping NativeAOT/Trim-friendly desktop apps without requiring a separate .NET runtime installation.
- GitHub: https://github.com/aprillz/MewUI
- License: MIT
Concept
- Fluent C# markup (no XAML)
- Designed for small footprint (AOT/Trim-friendly), fast startup, and low memory usage
- Explicit AOT-friendly binding (no reflection-heavy path binding as the primary model)
- Thin core with optional extension packages for larger features
Project status
MewUI is actively developed, with published packages, cross-platform hosts, multiple rendering backends, and optional extension packages. The public API surface is still being stabilized, so breaking changes can happen between minor releases.
Install
Aprillz.MewUI is a metapackage that includes Core, all platform hosts (Win32, X11, macOS), and all rendering backends (Direct2D, GDI, MewVG).
# Cross-platform (all-in-one)
dotnet add package Aprillz.MewUI
# Or platform-specific
dotnet add package Aprillz.MewUI.Windows
dotnet add package Aprillz.MewUI.Linux
dotnet add package Aprillz.MewUI.MacOS
Quick start
using Aprillz.MewUI;
using Aprillz.MewUI.Controls;
var window = new Window()
.Title("Hello MewUI")
.Size(520, 360)
.Padding(12)
.Content(
new StackPanel()
.Spacing(8)
.Children(
new Label().Text("Hello, Aprillz.MewUI").FontSize(18).Bold(),
new Button().Content("Quit").OnClick(() => Application.Quit())
)
);
Application.Run(window);
Learn more about Target Frameworks and .NET Standard.
-
net10.0
- Aprillz.MewUI.Backend.MewVG.MacOS (>= 0.19.0)
- Aprillz.MewUI.Core (>= 0.19.0)
- Aprillz.MewUI.Platform.MacOS (>= 0.19.0)
-
net8.0
- Aprillz.MewUI.Backend.MewVG.MacOS (>= 0.19.0)
- Aprillz.MewUI.Core (>= 0.19.0)
- Aprillz.MewUI.Platform.MacOS (>= 0.19.0)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated | |
|---|---|---|---|
| 0.19.1 | 38 | 7/11/2026 | |
| 0.19.0 | 41 | 7/11/2026 | |
| 0.18.1 | 121 | 6/27/2026 | |
| 0.18.0 | 121 | 6/27/2026 | |
| 0.17.1 | 116 | 6/18/2026 | |
| 0.17.0 | 117 | 6/18/2026 | |
| 0.16.0 | 132 | 6/14/2026 | |
| 0.15.2 | 210 | 4/14/2026 | |
| 0.15.1 | 230 | 4/1/2026 | |
| 0.15.0 | 357 | 3/29/2026 | |
| 0.14.0 | 228 | 3/25/2026 | |
| 0.13.3 | 240 | 3/14/2026 | |
| 0.13.2 | 232 | 3/14/2026 | |
| 0.13.1 | 241 | 3/12/2026 | |
| 0.13.0 | 243 | 3/9/2026 | |
| 0.12.1 | 245 | 2/26/2026 |