# Linux

## Downloading xLights

The latest AppImage release of xLights for Linux can be found at the following link:&#x20;

<https://github.com/xLightsSequencer/xLights/releases>

You can also download the source from <https://github.com/xLightsSequencer/xLights> and compile as per the included README.linux file.

## Installing xLights

#### AppImage Builds

1. Appimage builds are created with Ubuntu 22.04.&#x20;
   1. Debian and Gnome based distribution are recommended for best compatibility.&#x20;
2. Download the latest "xLights-20xx.xx-x86\_64.AppImage" file from:&#x20;
   1. <https://github.com/xLightsSequencer/xLights/releases>
3. Set the AppImage file as an executable (for example ‘chmod +x ./xLights-xxxx.xx-x86\_64.AppImage’) and then run the file directly.


---

# 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://manual.xlights.org/xlights/chapters/chapter-three-installation/linux.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.
