# Installing LANraragi

- [Which installation method is best for me?](https://sugoi.gitbook.io/lanraragi/installing-lanraragi/methods.md): This is a by-OS breakdown of how you can install the software on your machine.
- [LRR for Windows (Win10)](https://sugoi.gitbook.io/lanraragi/installing-lanraragi/windows.md)
- [Homebrew (macOS)](https://sugoi.gitbook.io/lanraragi/installing-lanraragi/macos.md)
- [Docker (All platforms)](https://sugoi.gitbook.io/lanraragi/installing-lanraragi/docker.md): Docker is the best way to install the software on remote servers. I don't recommand it for Desktop machines and casual users due to it being a bit complex to wield.
- [Source Code (Linux/macOS)](https://sugoi.gitbook.io/lanraragi/installing-lanraragi/source.md): The following instructions are based on Debian Stretch.
- [Community (Linux)](https://sugoi.gitbook.io/lanraragi/installing-lanraragi/community.md)
- [Jail (FreeBSD)](https://sugoi.gitbook.io/lanraragi/installing-lanraragi/jail.md): If your server is running on FreeBSD (FreeNAS/TrueNAS for example) and you do not want to use virtualization, you can install LANraragi in a jail. This process is rather cli-heavy and error prone (dep


---

# 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://sugoi.gitbook.io/lanraragi/installing-lanraragi.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.
