# Executable Installers

### Prerequisites

Please make sure to install all of the necessary dependencies below before trying to run the Zen Wallet Software.

### Windows

1. Download the most recent ***Zen Wallet Setup.exe*** from [Github](https://github.com/zenprotocol/zenwallet/releases)
2. Your browser may warn that the download is not commonly downloaded. Click "keep" to download it anyway.
3. Run the installer. You'll need to click the `More Info` button and click `Run anyway`

### Mac OSX

1. Download the most recent **Zen Wallet.dmg** file from [Github](https://github.com/zenprotocol/zenwallet/releases)
2. After installing drag the Zen Wallet icon to the applications folder, add login credentials for authentication if needed.
3. Right click and choose *Open .*
4. Confirm by clicking the *Open* button

### Linux

1. Download the most recent **Zen Wallet.AppImage** file from [Github](https://github.com/zenprotocol/zenwallet/releases)
2. Once extracted you can run the executable named zen-wallet.

## Link to Download Installers

<https://github.com/zenprotocol/zenwallet/releases>


---

# 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.zenprotocol.com/apps/wallet/deprecated-desktop-wallet/installers.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.
