> For the complete documentation index, see [llms.txt](https://docs.novaflowos.com/start/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.novaflowos.com/start/mauikit.md).

# MauiKit

{% hint style="info" %}
Antes de ejecutar el paso 1, efectúa "sudo zypper refresh" e instala todas las actualizaciones de paquetes. Instalar el paquete de desarrollo MauiKit sin encontrarse actualizado el sistema puede generar un sistema no arrancable.
{% endhint %}

#### 1. Instala patterns-kde-mauikit-stable\_devel\_mauikit\_frameworks con 1 Click Install.

{% embed url="<https://software.opensuse.org/package/patterns-kde-mauikit-stable_devel_mauikit_frameworks?search_term=patterns-kde-mauikit-stable_devel_mauikit_frameworks>" fullWidth="false" %}

#### 2. Instala patterns-kde-mauikit-stable\_mauikit\_applications.

{% embed url="<https://software.opensuse.org/package/patterns-kde-mauikit-stable_mauikit_applications?search_term=patterns-kde-mauikit-stable_mauikit_applications>" %}

#### 3. Reinicia y abre KDevelop.

#### 4. KDevelop > Project > New from Template > Get More Templates. Busca "mauikit" e instala.

#### 5. Crea tu primer proyecto: Project > New from Template > Qt > Graphical > MauiKit App with a sidebar.

## Ejemplo

Project name: mauimusic

Location: /home/user/devel

Next > Finish > Ok

Build > Execute > Selecciona "mauimusic" > Add Compiled Binary > Apply > Ok


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.novaflowos.com/start/mauikit.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
