# Launcher Installation

Install the Humanode Launcher on your local system - your desktop or your workstation.

The app itself supports running the peer locally or remotely - so if you'd like to deploy the node at the cloud, still install the desktop app on your local system, and then install the peer through the app to the remote system.

## Installing the Launcher

Please visit the Humanode Launcher downloads page:

{% embed url="<https://launcher.humanode.io/>" %}

Then follow the instructions for your specific platform.

{% tabs %}
{% tab title="Linux" %}
{% hint style="info" %}
We officially support using Humanode Launcher on **Ubuntu 20.04**, but other distros might work.
{% endhint %}

For Linux we ship DEB and RPM archives that you can install with a package manager, as well as ZIP archive if you'd like to manage the installation manually.

We also provide APT and YUM repos that allow you to receive the Humanode Launcher updates via the system package management tools - for instructions on how to use them see the [downloads website](https://launcher.humanode.io/).

To install the Launcher from a ZIP archive download the archive and unpack it. Then you can `cd` to the unpacked directory and run the `./humanode-launcher` from the terminal.
{% endtab %}

{% tab title="macOS" %}
We provide builds for both *Intel* and *Apple Silicon*. Pick the one that's appropriate for your system.

Once you download the ZIP archive for your platform - extract it, move the app to the *Applications* folder, and launch!
{% endtab %}

{% tab title="Windows" %}
For Windows, we provide an installer (a `.exe` file) and a ZIP archive.

We recommend the installer, as it provides a zero-hassle experience - just download and run it.

You can also download a ZIP in case you have issues with the installer or would like to manage the installation manually. Once downloaded, do not run the app from inside a mounted zip location because it will create inconsistencies. Instead, make sure to simply unzip the archive and run the app from there.
{% endtab %}
{% endtabs %}


---

# 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://gitbook.humanode.io/docs/launcher/installation.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.
