Skip to content

Installation

INFO

When this page was written, the latest Avalonia version was 11.2.0-beta1 with SukiUI version 6.0.0-beta8

SukiUI can be installed in two ways:

Prepare your application

The following picture shows packages already installed with the default Avalonia Template:

In these packages, Avalonia.Themes.Fluent will no longer be necessary and can be removed.

TIP

About Avalonia Template: Set up an editor

Install latest SukiUI package

The Nuget installation is suitable for most users, but if you want to use the latest build, you can download the dll from Github Action after the automatic build.

Via Nuget

dotnet add package SukiUI --version 6.0.0

You're done !

TIP

Visit SukiUI on Nuget for more information

Via Github Action

Github Action Guide
  1. Visit SukiUI CI

  2. Select the latest workflow

  3. Download the artifact

  4. Add reference

  5. Select SukiUI.dll you downloaded

  6. Add a Nuget package System.Reactive

TIP

The package list should be:

If installed by referencing .dll, there should be a System.Reactive here.