> For the complete documentation index, see [llms.txt](https://doc.mprolab.io/mprolab/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.mprolab.io/mprolab/licenses/inode/hardware-requirements.md).

# Hardware requirements

The iNODE software is compatible with Windows Desktop, Mac, and Linux (64-bit) systems that are still being supported by their respective developers.&#x20;

VPS (Virtual Private Server) can be rented as a substitute for a dedicated machine for running the iNODE software .

VPS provider can offer significantly better uptime than hosting at home, making it a more cost-effective option for some NODE license owners with poor internet connections or unreliable power sources.

<mark style="background-color:blue;">**Minimum Requirements:**</mark>

* Operating systems: Windows Desktop, Mac, or Linux (64-bit required)
* 60 GB Disc Space (SSD)
* 4 GB RAM
* 2 CPU Core Processor
* 2 TB (2000 GB) Bandwidth (Transfer / Internet Trafic)

A stable network connection Credits per iNode uptime calculation: 100 Credits \* \[Uptime%]

<figure><img src="https://lh7-us.googleusercontent.com/cpTPGKJGUQS6h67av_pJZBdBRBdN0GwLWzjo10xoP-8krwY1JKwB2PKUL3jXkQ5BhXKlPBVdLv6MCQy3TDgVoN8S5TzXtUomftKnbKRzN-TgMsYJ8DEGIJEpGS4Xv9fOAJr7BYp4KKDXevLQrEgnsTA" alt=""><figcaption></figcaption></figure>

Calculation Examples based on 100 Credits \* \[Uptime%]

{% hint style="info" %}
MPRO Lab and the user recognize that the MPRO Lab NODEs Network may undergo periodic updates. As the network grows, there might be an increase in the hardware requirements needed to support NODE operations. Both parties understand these updates could necessitate changes in specifications like internet speed, RAM, CPU, disk space, and other requirements essential for operating the NODEs. Initially, these specifications might be minimal but are subject to modification. While MPRO Lab commits to maintaining the operability of NODEs with current specifications, it notes that the potential for alterations could happen.
{% endhint %}


---

# 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://doc.mprolab.io/mprolab/licenses/inode/hardware-requirements.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.
