# Installing the Desktop App

{% hint style="danger" %}

### <mark style="color:red;">**The BastionZero product is maintained for existing BastionZero customers only.**</mark>&#x20;

Moving forward, we are natively rebuilding BastionZero’s technology as Cloudflare’s [Access for Infrastructure](https://developers.cloudflare.com/cloudflare-one/applications/non-http/infrastructure-apps/) service.
{% endhint %}

BastionZero's desktop app is available on Mac (Intel and M1) and Windows (x86\_64) machines.

Instructions to download and install the Desktop App are below.

{% tabs %}
{% tab title="MacOS" %}

1. Download the Desktop App from <https://bastionzero.com/download>.
2. If desired, you can verify the checksum by following the instructions underneath the MacOS download on the page linked above.
3. Launch `macos-latest.dmg`.
4. Drag `bzero-launcher` into your Applications folder.
5. Navigate to your Applications folder and right click on `bzero-launcher`.
6. Select "Open." Then select "Open" in the pop-up window once more.
7. The Desktop App should now be open on your screen.
   {% endtab %}

{% tab title="Windows" %}

1. Download the Desktop App from <https://bastionzero.com/download>.
2. If desired, you can verify the checksum by following the instructions underneath the Windows download on the page linked above.
3. Launch `windows-latest.exe`.
4. Follow the wizard's instructions for installation. On the final screen, we strongly recommend checking the boxes to "Run bzero-launcher" and "Create desktop shortcut."
   {% endtab %}
   {% endtabs %}

Have feedback on the docs? Please reach out to <product@bastionzero.com>.


---

# 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.bastionzero.com/docs/deployment/installing-the-desktop-app.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.
