logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt
How to install dotnet/maui. Official installation instructions. Project installation guide. Framework or library installation. Build installation instructions. How to setup and install from GitHub. Installation steps and setup instructions. Official docs and installation instructions GitHub.

dotnet/maui Installation Guide

How to install dotnet/maui. Official project installation instructions and setup guide.

Automated Install (Recommended)

Quick installation instructions for dotnet/maui. This is the fastest way to complete project installation and setup.

Install via curl

curl -fsSL https://hexmos.com/ipm-install | bash && 
ipm i dotnet/maui
or

Install via npx

npx @hexmos/ipm i dotnet/maui

Prerequisites

Visual Studio

build_tool

Version: 17.0.0 or later (Community Edition recommended for .NET MAUI development)

dotnet CLI

system_tool

Version: 6.0.100 or later

Git

system_tool

Version: 2.34.1 or later

Xamarin.Forms

package_manager

Version: 5.0.0 or later

Android SDK

system_tool

Version: 29.1.0 or later

iOS SDK

system_tool

Version: 15.4.0 or later

Visual Studio Code

build_tool

Version: 1.79.2 or later

Xcode

system_tool

Version: 14.0 or later

macOS

os

Version: 12.0 or later

Windows

os

Version: 10.0 or later

Android Emulator

system_tool

Version: 5.2.0 or later

iOS Simulator

system_tool

Version: 14.0 or later

Xamarin.Forms Emulator

system_tool

Version: 5.2.0 or later

Manual Installation Methods

Manual installation instructions. How to install from GitHub source.

Command Line Installation (New App)

dotnet new maui -n NewApp

dotnet new maui -n NewApp -sc

Sample App Installation (New App)

dotnet new maui -n NewApp -sc

Post Installation Steps

  • Open the app in your preferred emulator or device.
  • Run the application using the command: `dotnet run`.
  • If you're using Visual Studio, open the project and start debugging to test the application.