# Installation

## Installing Advanced REST Client

Download the application from [GitHub releases page](https://github.com/advanced-rest-client/arc-electron/releases). In the **Assets** section find the installed that corresponds to your operating system. Windows users should download `arc-setup.exe` file, mac OS users should download the `arc-x.x.x.dmg` file where `x.x.x` is the version number. Linux users can download one of the binaries available for their operating system.

![Assets section for a release](/files/-LgJc2RSXd58vulIXCe2)

{% hint style="info" %}
Version number may be different from the one in the screenshot. For normal use, please, download the latest stable version.
{% endhint %}

When downloaded, run the file. The installer will walk you through the installation process.

## Linux installation

ARC's build process generates several builds for Linux. Find your platform and then architecture. Wrong architecture (x86 instead of x64) will result in an error when installing or running the application.

Please note that ARC won't update automatically on Linux platform as this is not yet supported by the build library. This may be possible in the future.


---

# 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.advancedrestclient.com/installation.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.
