> For the complete documentation index, see [llms.txt](https://documentation.hak5.org/wifi-pineapple/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.hak5.org/wifi-pineapple/faq/macos-support.md).

# MacOS Support

Starting with macOS Big Sur (macOS 11), changes to the driver model has broken support for the ASIX AX88772 USB Ethernet ASIX chipset.

This is the chipset used by the WiFi Pineapple Mark VII for the wired LAN interface is accessible via the USB-C port.

A driver is available for Apple macOS 10.9 to 10.15 from the manufacturer at  <https://www.asix.com.tw/en/support/download>

It is recommended to instead use a Linux or Windows computer when operating the WiFi Pineapple Mark VII via the USB-C port. This does not impact operation from the Wireless LAN.

![](/files/XCYB3yNqfyevWNsHn8DZ)

Alternatively, a virtual machine with USB-passthrough support may be used. Users have reported success with VMware Fusion and Kali Linux on macOS 11 and above.&#x20;

For M1 based systems, users have reported success with Parallels and the Fusion Preview for M1.

![](/files/cyCT8upcjmUlw7ePt77r)

When configuring a virtual machine, do *not* attempt to install the MacOS native drivers.  Connect the WiFi Pineapple over USB-C, choose "Connect USB Device" (or similarly named options) in your virtual machine, and connect the Asix Ethernet USB device.

{% hint style="danger" %}
Because of recent changes to macOS's device driver model, macOS version 11 and above is not supported.
{% endhint %}


---

# 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:

```
GET https://documentation.hak5.org/wifi-pineapple/faq/macos-support.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.
