> For the complete documentation index, see [llms.txt](https://docs.nosocoin.com/noso-developers-portal/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosonode.md).

# 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
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, and the optional `goal` query parameter:

```
GET https://docs.nosocoin.com/noso-developers-portal/overview/mainnet-apps/nosonode.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
