# Airship on Linux

* Playing Airship on Steam - While we don't have official Linux support yet, Airship works perfectly fine through Steam's *Proton* compatibility layer.
* Editing your Airship game  - This is mostly functional. Do note that Unity *officially* supports Ubuntu, so with other distributions your mileage may vary. Your Unity Hub version should be `≥ 3.15.4` as earlier versions have issues with module installation with other distros.

### Client (via Proton)

#### Known issues

* **KDE**: Maximizing windows (this is a Unity Engine related bug with Proton 10 and KDE)&#x20;
  * This can be fixed by setting the compatibility tool to `Proton 9.0`.

### Editor

The best way to install node on Linux would be through [NVM](https://github.com/nvm-sh/nvm) as that is what we support for detecting your node installation right now.

The verified working versions of Linux for Unity Editor + Airship are:

* CachyOS (Arch Linux)


---

# 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://docs.airship.gg/other/airship-on-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.
