RustMaui 1.0.0.3

dotnet tool install --global RustMaui --version 1.0.0.3
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local RustMaui --version 1.0.0.3
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=RustMaui&version=1.0.0.3
                    
nuke :add-package RustMaui --version 1.0.0.3
                    

RustMaui

RustMaui is a .NET tool that reuses the shared MauiRust scaffold for two entry points:

  • rustmaui new creates a new .NET MAUI + Rust app from the shared scaffold
  • rustmaui init retrofits an existing MAUI app by adding the generator package reference and starter Rust crate files

Install

dotnet tool install --global RustMaui

Commands

Create a new app:

rustmaui new MyApp

Initialize an existing app:

rustmaui init path/to/MyApp.csproj

The tool leaves existing files alone and only creates missing Rust boilerplate.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
1.0.0.3 121 4/26/2026
1.0.0.2 118 4/26/2026
1.0.0.1 103 4/26/2026
1.0.0-pre15 99 4/26/2026
1.0.0-pre13 101 4/26/2026
1.0.0-pre12 97 4/26/2026
0.0.1-probe-20260426122138 107 4/26/2026