# Oxygen IDE Installation

## Download Oxygen IDE for Windows, OS X and Linux from [here](https://github.com/oxygenhq/oxygen-ide/releases/latest):                   [Oxygen IDE Install Link](https://github.com/oxygenhq/oxygen-ide/releases/latest)

## **Prerequisites**

1. **Java 17 or above** to be installed.&#x20;
2. &#x20;**Node.js 12** to be installed.
3. If you are a **Mac user** please read special instructions on Mac installation written below.

## &#x20;**Additional installations**

1. If you wish to run **mobile automation,** when you complete installing the IDE

   you are required to download additional [mobile automation installation files](https://docs.oxygenhq.org/download-and-installation/mobile-installation).
2. If you wish to run **Windows App automation,** when you complete installing the IDE

   you are required to download additional [Windows automation installation files](https://docs.oxygenhq.org/download-installation-start/download-and-installation/oxygen-for-windows-desktop-setup).
3. If you wish to run Oxygen using a **command line (CLI)**, when you complete installing the IDE

   you are required to download additional [CLI Installation guide](https://docs.oxygenhq.org/oxygen-cli/introduction-and-usage).

{% hint style="info" %}

## Node.js Installation

Node.js 12 download - <https://nodejs.org/en/blog/release/v12.13.0>
{% endhint %}

{% hint style="info" %}

## Java Installation

To start working with Oxygen IDE - **you should also install Java 17** **or above** -<https://www.oracle.com/java/technologies/javase/jdk17-archive-downloads.html>

For more information on downloading and working with Java see here: [Detailed Java Installation Instructions - Windows and Mac](https://docs.oxygenhq.org/download-and-installation/java-installation-and-path-environment-variable-for-java)
{% endhint %}

{% hint style="info" %}

## **Mac users:**

&#x20;Make sure you have installed and updated "Xcode". Open the Mac App Store application, search for "Xcode", install and/or update it. See additional details for Xcode installation on the following page: [Mac Installation](https://docs.oxygenhq.org/download-installation-start/download-and-installation/oxygen-for-mac-installation)

Please ensure that you've[ installed Java for Mac](https://docs.oxygenhq.org/download-and-installation/java-installation-and-path-environment-variable-for-java) as detailed in the first section above.
{% endhint %}

[Oxygen for Mobile Installation](https://docs.oxygenhq.org/download-and-installation/mobile-installation)

[Oxygen for Windows Installation](https://docs.oxygenhq.org/download-installation-start/download-and-installation/oxygen-for-windows-desktop-setup)

[Oxygen CLI Installation](https://docs.oxygenhq.org/download-and-installation/cli-installation)

[Java Installatio](https://docs.oxygenhq.org/download-and-installation/java-installation-and-path-environment-variable-for-java)[n - Windows and Mac](https://docs.oxygenhq.org/download-and-installation/java-installation-and-path-environment-variable-for-java)

[Mac Installation Troubleshooting](https://docs.oxygenhq.org/download-and-installation/troubleshooting-installation-issues-mac)

[Recording Troubleshooting](https://docs.oxygenhq.org/download-and-installation/recording-troubleshooting)


---

# 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.oxygenhq.org/download-installation-start/download-and-installation/download-oxygen-ide.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.
