2
0
logikonline 0c9563ccb5
Some checks failed
CI / Build Samples (Windows) (push) Failing after 8h0m6s
CI / Build Samples (macOS) (push) Failing after 8s
CI / Build Samples (Linux x64) (push) Failing after 15s
CI / Build Samples (Linux arm64) (push) Failing after 22s
Remove file with invalid Windows filename (pipe character)
2026-01-29 22:58:56 -05:00
2026-01-24 08:00:33 +00:00
2026-01-24 08:00:33 +00:00
2026-01-24 08:00:33 +00:00
2026-01-24 06:13:28 +00:00
2026-01-24 08:00:33 +00:00

OpenMaui Linux Samples

Sample applications demonstrating OpenMaui Linux - .NET MAUI on Linux.

Samples

Sample Description
TodoApp Full-featured task manager with NavigationPage, XAML data binding, and CollectionView
ShellDemo Comprehensive control showcase with Shell navigation and flyout menu

Requirements

  • .NET 9.0 SDK
  • Linux with X11 (Ubuntu, Fedora, etc.)
  • SkiaSharp dependencies: libfontconfig1-dev libfreetype6-dev

Quick Start

# Clone the samples
git clone https://git.marketally.com/open-maui/maui-linux-samples.git
cd maui-linux-samples

# Run TodoApp
cd TodoApp
dotnet run

# Or run ShellDemo
cd ../ShellDemo
dotnet run

Building for Deployment

# Build for Linux ARM64
dotnet publish -c Release -r linux-arm64

# Build for Linux x64
dotnet publish -c Release -r linux-x64

TodoApp

A complete task management application demonstrating:

  • NavigationPage with toolbar and back navigation
  • CollectionView with data binding and selection
  • XAML value converters for dynamic styling
  • DisplayAlert dialogs
  • Grid layouts with star sizing
  • Entry and Editor text input

TodoApp Screenshot

ShellDemo

A comprehensive control gallery demonstrating:

  • Shell with flyout menu navigation
  • All core MAUI controls (Button, Entry, CheckBox, Switch, Slider, etc.)
  • Picker, DatePicker, TimePicker
  • CollectionView with various item types
  • ProgressBar and ActivityIndicator
  • Grid layouts
  • Real-time event logging

ShellDemo Screenshot

License

MIT License - See LICENSE for details.

MIT License

Copyright (c) 2024 OpenMaui

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Description
Samples for OpenMaui
http://www.openmaui.net
Readme MIT 514 KiB