# Introduction

[LudOS](https://ludo.libretro.com/#ludos) is a small Operating System that uses Ludo as main Desktop Environment.

It targets Raspberry Pi and small PCs in order to recreate a console experience, where you can play retro games on a couch with friends in front of a TV.

LudOS is similar to [Lakka](http://lakka.tv/), [Recalbox](https://www.recalbox.com/) and [RetroPie](https://retropie.org.uk/).

Like Lakka, it is based on LibreELEC and can launch libretro cores only.

It is simpler in spirit, with less supported consoles and joypad, but still works very well if you are fine with these limitations.

{% hint style="warning" %}
LudOS is still in alpha stage. There are still important bugs.
{% endhint %}


---

# Agent Instructions: 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://jean-andre-santoni.gitbook.io/ludo/ludos/introduction.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.
