# Downloading the Application

{% hint style="info" %}
**Please Note:** We are in the process of digitally signing our applications with OV Code Certificates. Some of the considerations mentioned in this guide are specifically mentioned due to the lack of digital signing and may not present themselves in the future.
{% endhint %}

## Step-by-Step Guide

**Step One: Download the Setup Executable**

* [ ] Click the link below to navigate to the GitHub release page for the latest version of the Astroneer Launcher. *The link preview may contain a version number that is reflective of when the documentation was written, this link should take you to the latest update.*

{% embed url="<https://github.com/RWELabs/Astroneer-Launcher/releases/latest>" %}

* [ ] Scroll down to the "Assets" section and click on "AstroneerLauncherSetup.exe" to download the Astroneer Launcher installer

![The AstroneerLauncherSetup executable should be the first option in the Assets list.](/files/KstgEukMaKSXf5CMPD2I)

* [ ] If your browser prompts you to, save this file. Anywhere is fine, but we recommend your Windows Downloads folder for simplicity.

**Step Two: Browser Security.**

Because RWE Labs is a small development team, it is not financially viable to sign our packages with digital certification. For this reason, Windows Smartscreen as well as most popular browsers will flag the application as "Not commonly downloaded" or as a program that "could harm your device".

{% hint style="info" %}
**Please Note:** Some screenshots and instructions that follow may vary depending on your version of Windows and the browser you are using.
{% endhint %}

You may encounter the following warning in your browser when you attempt to download the setup executable:

![Google Chrome presenting a warning as the setup executable is not signed.](/files/8WCUUILcORD87RhBhIkT)

* [ ] Simply click on the ellipses icon (. . .) and click "Keep" to save the download to your computer.

![](/files/vwvXiXrBvm2qsGBUY3T9)

You should now be able to open the application straight from your browser by clicking on the download in your downloads bar. Alternatively, navigate to your downloads folder (or where you specified to save the file if prompted) where you should find the application.

You may also receive a second warning depending on your browser, reminding you that the app "may harm your device". Simply click "Show More" and "Keep Anyway" if this happens.

<div align="center"><img src="/files/XFzsVRy6AZfxGSBChgW9" alt=""> <img src="/files/QwKlIeKAHhh1hgY2GI5u" alt=""></div>

{% hint style="info" %}
If you have time, we'd appreciate if you could also "Report this app as safe" - as this will help reduce these warnings on other users' computers.
{% endhint %}


---

# 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://rwe-labs.gitbook.io/astrolauncher/getting-started/downloading-the-application.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.
