# Software & Hardware requirements

The software right now supports only **Windows** operating system (Windows Server included) that are still supported by Microsoft (No EOL Windows versions).

**Linux** support is planned and we are actively developing it, but it's not available at the moment.

{% hint style="info" %}
If you cannot or you don't want to install ERP Bridge on the same server where the ERP is installed, **you can always install our software on a different machine**!

The only requirement for ERP Bridge is to have access to the ERP database, but it can be in a different machine/server.

That is especially useful when the ERP database is installed on a not supported OS or in case of strict security policy.
{% endhint %}

There is no need to install additional runtimes or third party software in order to run ERP Bridge.

The agent and the wizard software are extremely light and there are no minimum requirements for CPU performance and RAM quantity, however, because the agent runs queries on your database, if the volume of extracted data is high and the server has slow hardware, the extraction phase will be slow as well.

ERP Bridge supports only CPU with x86 architecture at 64 bits. ARM and RISC architectures are not officially supported.


---

# 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.erpbridge.io/software-and-hardware-requirements.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.
