# Installation FAQ

## Can I install Windham Portfolio Advisor (WPA) on a Mac?

The Windham Portfolio Advisor is a Windows-based application. To run the WPA on your own Mac, you will need to set up a Windows virtual machine. The most common solution available is through [Parallels](https://wpahelp.windhamlabs.com/installation/www.parallels.com).

1. Install Parallels on your Mac computer
2. Install a licensed copy of Microsoft Windows on the Parallels localized virtual machine
3. Install the WPA

{% hint style="info" %}
Windham also offers hosted virtual machines with a WPA environment as a solution, additional terms and pricing may apply. Contact us for more information.
{% endhint %}

## Failed to initialize Matlab Compiler Runtime

The most common cause for this error is an incomplete (interrupted) installation of a prerequisite, the Matlab Compiler Runtime. Follow the instructions to [manually install the Matlab Compiler Runtime](/installation/prerequisites.md) and restart the WPA.


---

# 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://wpahelp.windhamlabs.com/installation/installation-faq.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.
