# NosoNode

## <mark style="color:yellow;">Running the Node:</mark>

This software does not need to be installed.

You just need to download the appropriate <mark style="color:green;">**Windows**</mark> or <mark style="color:green;">**Linux**</mark> version, uncompress the archive and run it from the folder.

<figure><img src="/files/mbw2s13U7dbxBNLsEF8K" alt=""><figcaption></figcaption></figure>

## <mark style="color:yellow;">Building from source</mark>

To build from source you'll need a working installation of [Lazarus](https://www.lazarus-ide.org/index.php?page=downloads) and the following packages:

* Indy 10
* DCPCrypt
* HashLib4PascalPackage
* SimpleBaseLib4PascalPackage
* CryptoLib4PascalPackage
* LazBarcodes

These packages are included in a folder called `Packages` located from the root of the repository. This is provided for convinience of the GitHub builds and may not always contain the latest version of these packages.

The best way to ensure that these packages are the latest version is to install them from the [Online Package Manager](https://wiki.freepascal.org/Online_Package_Manager)(OPM).

## <mark style="color:yellow;">Platforms</mark>

#### <mark style="color:green;">Windows</mark>

The Windows version has been tested on:

* Windows XP
* Windows 7
* Windows 8.1
* Windows 10
* Windows Server 2012
* Windows Server 2016
* Windows Server 2019

#### <mark style="color:green;">Linux</mark>

The Linux version has been tested on:

* Ubuntu 18.04 64bit
* Ubuntu 20.04 64bit
* Ubuntu 21.10 64b with a Light/Dark Theme
* Debian 11 64bit (Bullseye) with the Adwaita Dark Theme
* XFCE 4.16


---

# 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.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosonode.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.
