> For the complete documentation index, see [llms.txt](https://support.skylum.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.skylum.com/getting-started/overview/downloading-and-installing.md).

# Downloading and Installing

{% hint style="warning" %}
**Note:** Some interface details and visuals in this article may differ from the latest version of Luminar for Desktop. To see the current interface, visit the [Luminar for Desktop walkthrough](/how-to-use-luminar-for-desktop/luminar-for-desktop-walkthrough.md).
{% endhint %}

{% @arcade/embed url="<https://app.arcade.software/share/tJSfLo0M1k2X34vju8F1>" flowId="tJSfLo0M1k2X34vju8F1" fullWidth="false" %}

Activating Luminar for Desktop is a straightforward process that requires only your Skylum account. There’s no need for a license key or activation code. Follow the steps below to get started.

After purchasing Luminar for Desktop, you’ll receive an email with the activation instructions with the download links from the Skylum Team at the email address you provided during the purchase.

Here's what it looks like:

<figure><img src="/files/QSuemVbz7ffOf3BQ1Syc" alt=""><figcaption></figcaption></figure>

Once you place the order, the installer should automatically download to your computer, unless it's blocked by your device's security settings (such as an antivirus program).

Alternatively, you can download the Luminar for Desktop installer by clicking here after you make the purchase:

<figure><img src="/files/kJTEiICoplQrcwtYMIBU" alt=""><figcaption></figcaption></figure>

By default, the installer will be saved to your ***Downloads*** folder.

* First, you’ll have to unzip the installation file:

{% tabs %}
{% tab title="On Mac" %}
Simply double-click the zipped file.
{% endtab %}

{% tab title="On Windows" %}
Right-click the .zip file to select Extract All, and then follow the instructions.
{% endtab %}
{% endtabs %}

* Once unzipped, double-click the Luminar for Desktop installer. You’ll see an installation screen:
* Click the ***‘Accept’*** button to proceed with the installation.
* If you use Adobe Photoshop or Adobe Lightroom Classic and wish to use Luminar for Desktop as a plugin, you’ll have the option to install the plugin.

{% hint style="info" %}
**This step is not obligatory:** if you don’t use these applications, simply click ‘Install’ to continue without installing the plugin.
{% endhint %}

* Once the installation is complete, the Luminar for Desktop app should launch automatically.


---

# 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://support.skylum.com/getting-started/overview/downloading-and-installing.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.
