# Installing the Workspace Locally

The local installation process is the same for all platforms, but Windows users need to install Windows Subsystem for Linux (WSL) first, as Windows does not support UNIX applications natively. Please select your operating system to continue:

1- [Installation on Linux or macOS](/mainnet-guide/launcher/installing-the-workspace-locally/installation-on-linux-or-macos.md)

2- [Installation on Windows](/mainnet-guide/launcher/installing-the-workspace-locally/installation-on-windows.md)

{% hint style="info" %}
To effectively run a human node, consider setting up a dedicated cloud node or using a home server that operates 24/7. Running a node continuously from a daily-use PC or laptop is generally impractical.
{% endhint %}


---

# 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://gitbook.humanode.io/mainnet-guide/launcher/installing-the-workspace-locally.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.
