# Installers

## Installers Links

### Mac OS

After installing drag the Zen Wallet icon to the applications folder, add login credentials for authentication if needed.\
Right click and choose *Open* and confirm by clicking the *Open* button

* [Mac](https://zen-distributables.s3.eu-west-1.amazonaws.com/Zen+Wallet-0.2.2.dmg)
* [Mac SHA256](https://zen-distributables.s3.eu-west-1.amazonaws.com/Zen+Wallet-0.2.2.dmg_SHA256)&#x20;

  \[8e46ffa3511dd65cf6afa1088c336bb1da28249aa97c900483ad73b4620e9a32]

### Windows <a href="#windows" id="windows"></a>

Your browser may warn that the download is not commonly downloaded. Click "keep" to download it anyway.\
After running the installer. You'll need to click the `More Info` button and click `Run anyway`

* [Windows](https://zen-distributables.s3.eu-west-1.amazonaws.com/Zen+Wallet+Setup+0.2.2.exe)
* [Windows SHA256](https://zen-distributables.s3.eu-west-1.amazonaws.com/Zen+Wallet+Setup+0.2.2.exe_SHA256) \[834a047e84003f1c2035b342a4872cc96d9f2359277e51ce3ffdf3125efa1057]

### AppImage <a href="#linux" id="linux"></a>

* [AppImage](https://zen-distributables.s3.eu-west-1.amazonaws.com/Zen+Wallet-0.2.2.AppImage)
* [AppImage SHA256 ](https://zen-distributables.s3.eu-west-1.amazonaws.com/Zen+Wallet-0.2.2.AppImage_SHA256)\[133b03b1a038c972cf0b5ca6ca2ec8e1d6dca4ea6f9213ef1300395bb8e2c0b9]

### Debian <a href="#linux" id="linux"></a>

* [Deb 64 ](https://zen-distributables.s3.eu-west-1.amazonaws.com/zenwallet-desktop_0.2.2_amd64.deb)
* [Deb 64 SHA256 ](https://zen-distributables.s3.eu-west-1.amazonaws.com/zenwallet-desktop_0.2.2_amd64.deb_SHA256)\[e0f720d4eb23a563d41b49bfe59cbc2930a67391fa0a2d562a9a1fb2f4d2abd2]

### Linux Tar <a href="#linux" id="linux"></a>

* [Linux Tar](https://zen-distributables.s3.eu-west-1.amazonaws.com/zenwallet-desktop-0.2.2.tar.gz)
* [Linux Tar SHA256 ](https://zen-distributables.s3.eu-west-1.amazonaws.com/zenwallet-desktop-0.2.2.tar.gz_SHA256)\[05fa735b8e9d16d6cc6bd2fe342996324d8ce80e75a6e04dfac346861130febe]

## Verify Installer

{% hint style="info" %}
Check the downloaded file using the SHA256 algorithm:

```
# Mac terminal
shasum -a 256 [file-to-hash]

# Windows command prompt
certutil -hashfile [file-to-hash] sha256

# Linux shell
sha256sum [file-to-hash]
```

{% endhint %}


---

# 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/preparation/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.
