Avae.Linux.Essentials
1.0.15
dotnet add package Avae.Linux.Essentials --version 1.0.15
NuGet\Install-Package Avae.Linux.Essentials -Version 1.0.15
<PackageReference Include="Avae.Linux.Essentials" Version="1.0.15" />
<PackageVersion Include="Avae.Linux.Essentials" Version="1.0.15" />
<PackageReference Include="Avae.Linux.Essentials" />
paket add Avae.Linux.Essentials --version 1.0.15
#r "nuget: Avae.Linux.Essentials, 1.0.15"
#:package Avae.Linux.Essentials@1.0.15
#addin nuget:?package=Avae.Linux.Essentials&version=1.0.15
#tool nuget:?package=Avae.Linux.Essentials&version=1.0.15
Avae.Linux.Essentials
A port of Microsoft.Maui.Essentials tailored for Avalonia.Linux, bringing essential cross-platform APIs to your Avalonia-based linux applications. This package simplifies access to common device and application features.
Features
Cross-Platform Essentials: Leverage APIs from Microsoft.Maui.Essentials adapted for linux environments.
MIT Licensed: Freely use, modify, and distribute under the permissive MIT License.
Getting Started
Follow these steps to integrate Avae.Linux.Essentials into your Avalonia.Linux project.
Prerequisites
An Avalonia.Linux project set up with .NET.
Installation
- Add Microsoft.Maui.Essentials to Your Shared Project
In your shared project�s .csproj file, include the Microsoft.Maui.Essentials package. Use one of the following methods
<UseMauiEssentials>true</UseMauiEssentials>
OR
<PackageReference Include="Microsoft.Maui.Essentials">
<PrivateAssets>all</PrivateAssets>
</PackageReference>
Configuration
- Enable TextToSpeech
sudo apt install espeak -y
- Enable Geolocation
sudo apt install geoclue-2.0 -y
- Enable MediaPicker, you must have libcvextern.so. Consider is in an Native folder
using Microsoft.Maui.ApplicationModel;
public static AppBuilder BuildAvaloniaApp()
=> AppBuilder.Configure<App>()
.UseMauiEssentials((architecture) => "YourProject.Native.libcvextern.so")
.UsePlatformDetect()
.WithInterFont()
.LogToTrace();
Usage
Once installed, you can use Microsoft.Maui.Essentials APIs within your Avalonia.Linux application. For example, access application information via AppInfo.
Example: Accessing AppInfo
using Microsoft.Maui.Essentials;
string appName = AppInfo.Name;
string appVersion = AppInfo.VersionString;
Built With
This package builds upon the excellent work of:
Microsoft.Maui.Essentials
AvaloniaUI
Emgu.CV
SecureLocalStorage
VCardParser
TmdsDBus
License
Avae.Linux.Essentials is licensed under the MIT License.
Contributing
Contributions are welcome! Please submit issues or pull requests to the GitHub repository. Ensure your code follows the project�s coding standards.
Acknowledgments
Thanks to the Avalonia team for their robust UI framework.
Gratitude to the MAUI team for providing cross-platform essentials.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net8.0 is compatible. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. 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. |
-
net8.0
- Avalonia (>= 11.1.0)
- Emgu.CV (>= 4.10.0.5680)
- GtkSharp (>= 3.24.24.95)
- SecureLocalStorage (>= 2.0.0)
- Tmds.DBus (>= 0.21.2)
- Tmds.DBus.Protocol (>= 0.21.2)
- VCardParser (>= 1.2.4)
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 |
---|---|---|
1.0.15 | 142 | 8/24/2025 |
1.0.14 | 141 | 8/24/2025 |
1.0.13 | 42 | 8/23/2025 |
1.0.12 | 54 | 8/22/2025 |
1.0.11 | 57 | 8/22/2025 |
1.0.10 | 54 | 8/22/2025 |
1.0.9 | 68 | 8/22/2025 |
1.0.8 | 70 | 8/22/2025 |
1.0.7 | 65 | 8/22/2025 |
1.0.6 | 81 | 8/22/2025 |
1.0.5 | 110 | 8/21/2025 |
1.0.4 | 111 | 8/20/2025 |
1.0.3 | 111 | 8/20/2025 |
1.0.2 | 127 | 8/18/2025 |
1.0.1 | 103 | 8/17/2025 |
1.0.0 | 109 | 8/16/2025 |