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/mauior
Install via npx
npx @hexmos/ipm i dotnet/mauiPrerequisites
Visual Studio
build_toolVersion: 17.0.0 or later (Community Edition recommended for .NET MAUI development)
dotnet CLI
system_toolVersion: 6.0.100 or later
Git
system_toolVersion: 2.34.1 or later
Xamarin.Forms
package_managerVersion: 5.0.0 or later
Android SDK
system_toolVersion: 29.1.0 or later
iOS SDK
system_toolVersion: 15.4.0 or later
Visual Studio Code
build_toolVersion: 1.79.2 or later
Xcode
system_toolVersion: 14.0 or later
macOS
osVersion: 12.0 or later
Windows
osVersion: 10.0 or later
Android Emulator
system_toolVersion: 5.2.0 or later
iOS Simulator
system_toolVersion: 14.0 or later
Xamarin.Forms Emulator
system_toolVersion: 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 -scSample App Installation (New App)
dotnet new maui -n NewApp -scPost 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.
