> For the complete documentation index, see [llms.txt](https://sugoi.gitbook.io/lanraragi/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sugoi.gitbook.io/lanraragi/dev/installing-lanraragi/community.md).

# Community (Linux)

## UnRAID

An UnRAID package based on the Docker images is available [here.](https://github.com/naipilk/LANraragi-unraid-template/)

## Nix/NixOS

If you're using [NixOS](https://nixos.org/) or the Nix package manager, a [LANraragi](https://search.nixos.org/packages?channel=unstable\&show=lanraragi\&from=0\&size=50\&sort=relevance\&type=packages\&query=lanraragi) package is available.\
Unlike the other options here, this one is also available for Darwin/macOS!

## Arch Linux

An installation package is provided [in the AUR](https://aur.archlinux.org/packages/lanraragi/) (Arch User Repository).

Using the AUR package the installation process in Arch Linux should be as easy as entering `pikaur -S lanraragi` in the command line (if using pikaur). Using other AUR managers should be just as easy.

To install lanraragi without an AUR package manager the installation process would be something like:

```
wget https://aur.archlinux.org/cgit/aur.git/snapshot/lanraragi.tar.gz   -O - | tar -xz
cd lanraragi
makepkg -rsi
```

That would take care of installing LRR together with build and normal dependencies and deleting build dependencies after successful building and installing.

The installer also creates a lanraragi.service unit file for starting, restarting and stopping LRR with systemd's `systemctl`. If Redis is down it will get it up.

`systemctl start lanraragi.service` `systemctl restart lanraragi.service` `systemctl stop lanraragi.service` `systemctl status lanraragi.service`

Systemd integration also gives an easy way to read the log (if necessary).

`journalctl -u lanraragi -f`


---

# 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, and the optional `goal` query parameter:

```
GET https://sugoi.gitbook.io/lanraragi/dev/installing-lanraragi/community.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
