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

# Downloading and Installing Olive Helps

## Download Olive Helps

To download the Olive Helps installer, choose the link below for your operating system. The download should start immediately.

[Windows 10+ Installer](https://olive.page.link/olive-helps-windows) (`.exe` file)

![](/files/VYSzvWb5P3mWvytIXDOY)

[macOS 10.15+ Installer](https://olive.page.link/olive-helps-mac) (`.dmg` file)

![](/files/RKnNpUmsXGkSOOEIO1Rc)

## Launch the installer - Windows

### Basic

Most users will be able to install Olive Helps by simply double-clicking on the installer, which should trigger the installation process.

### Administrator

In some environments, you may need to run the installer as an administrator. If you do not have administrator privileges and the basic installation fails, you will need to work with your IT administrator to have Olive Helps installed.

### Using PowerShell

|                                                                                           Using PowerShell                                                                                          |                                                                                                      |
| :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------------------------: |
|                           Search for PowerShell in the start menu, then right-click and choose `Run as administrator`. You will be prompted for an administrator password.                          | <p></p><p><br><img src="/files/-MjVgcY0Pb2lqi7mn-kq" alt="" data-size="original"> </p><p></p><p></p> |
| <p>When PowerShell has loaded, type <code>C:\Users\MyUser\Downloads\OliveHelps.exe</code></p><p>(replacing <code>MyUser</code> with your actual username) into the prompt to run the installer.</p> |        <p></p><p><br><img src="/files/WVnb9Wv6vCty96ng55eV" alt=""></p><p> </p><p></p><p></p>        |

## Installation Process - Windows

|                                      Installing Olive Helps                                     |                                                                                    |
| :---------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------------: |
|                      Wait for the installer's loading animation to finish.                      |    <p></p><p><br><img src="/files/g2MEbnczaAk2R0EpaL3g" alt=""> <br></p><p></p>    |
| Double-click on the Olive Helps icon (on your desktop or start menu) to launch the application. |                          ![](/files/CeN9DhjwWuQwHXt26z9Y)                          |
|                     Wait for the application's loading animation to finish.                     | <p></p><p></p><p><img src="/files/KE6i1vFYfllDSNbbJAWE" alt=""> </p><p></p><p></p> |

## Launch the installer - macOS

If you already have Olive Helps installed, move the app from your `Applications` list to the `Trash`. This might require and prompt you for administrator privileges.

Other than that, all you have to do is simply double-click to open/run the DMG.

### Apple Silicon (M1) chips

If your Mac has an Apple Silicon (M1) chip, you'll want to install [Rosetta 2](https://en.wikipedia.org/wiki/Rosetta_\(software\)) before installing/running Olive Helps. You can do so by opening the `Terminal` application and running the following.

```shell
/usr/sbin/softwareupdate --install-rosetta
```

## Installation Process - macOS

|                                             Installing Olive Helps                                            |                                                                              |
| :-----------------------------------------------------------------------------------------------------------: | :--------------------------------------------------------------------------: |
| Start the installation by dragging the `Olive Helps.app` to the `Applications` folder, within the DMG window. | <p></p><p><br><img src="/files/08tGTHgebfcGueHxqwCy" alt=""> <br></p><p></p> |
|                      **If prompted**, you may need to provide administrator credentials.                      |                       ![](/files/gQejiELCA88zMgc6xiCy)                       |
|       Double-click on the Olive Helps icon in your actual Applications folder to launch the application.      |                       ![](/files/Wr8WrmN4y3thyPvcD0Dm)                       |
|                         **If prompted**, you may need to allow the application to run.                        |                       ![](/files/9dB3TLB1Iwz7i4i34Xxg)                       |
|                            Wait for the application's loading animation to finish.                            |                       ![](/files/q7kDf7EJgayqcExlQnbk)                       |

## Updating Olive Helps <a href="#updating-olive-helps" id="updating-olive-helps"></a>

If there is a new version of Olive Helps available, it will download in the background while you're running the application. A notification should show up in the bottom of the sidebar window, giving you the option to `Update Now` or `Update on Next Restart`. Either way, the update will be applied next time the application is launched.

![](/files/pdPiShBoW1CTfGs0SIkX)

If you choose to `Update on Next Restart` or dismiss this notification, you can always check if there's an update available by looking in the About window. To do this, open the menu at the top of the sidebar window and choose `About Olive Helps`.

![](/files/xl72UZrBIC4FO4BUXSz8)

In the About window, you should see something like the following, with the option to `Restart to apply update`, visible only if there any available updates.

![](/files/Rvbf4LMjW953pPEX1ple)


---

# 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://onboarding.olivehelps.com/installing-olive-helps/downloading-and-installing-olive-helps.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.
