> For the complete documentation index, see [llms.txt](https://docs.beldex.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.beldex.io/belnet/belnet-gui-installation-guide.md).

# BelNet GUI Installation Guide

## **Windows**

**Download BelNet GUI for windows from the .exe file below:**

{% code fullWidth="true" %}

```
https://deb.beldex.io/Beldex-projects/belnet-gui/belnet-gui-2.0.0-win64.exe
```

{% endcode %}

## **Linux**

**Download BelNet GUI for Linux using the guide below:**

### Step 1: Add the key

Enter the following command to add the keys

```sh
sudo curl -L https://deb.beldex.io/pub.gpg | sudo apt-key add - && echo "deb https://deb.beldex.io/apt-repo stable main" | sudo tee /etc/apt/sources.list.d/beldex.list
```

### Step 2: Update the certificate

Enter the following command into the terminal to install and update the certificate

```sh
sudo apt install ca-certificates && sudo apt update
```

### Step 3: Install BelNet GUI

Enter the following command to complete the BelNet GUI installation

```sh
sudo apt install belnet-gui
```


---

# 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:

```
GET https://docs.beldex.io/belnet/belnet-gui-installation-guide.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.
