> For the complete documentation index, see [llms.txt](https://docs.wanchain.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.wanchain.org/wallet-and-tools/wanwallet-desktop/how-to-adjust-security-settings-when-installing-wanwallet-v1.6.2-on-mac.md).

# How to Adjust Security Settings When Installing WanWallet v1.6.2 on Mac

To download the WanWallet v1.6.2 Mac version, visit <https://github.com/wanchain/wan-wallet-desktop/releases/download/v1.6.2/Wan-Wallet-mac-1.6.2.dmg>

For enhanced security, it's recommended to verify that the SHA-256 checksum of the downloaded WanWallet file matches the SHA-256 value provided on the [Releases/v1.6.2](https://github.com/wanchain/wan-wallet-desktop/releases/tag/v1.6.2) page.

After installing WanWallet v1.6.2, you might encounter a warning message when you try to open the application.

<figure><img src="/files/0Fs3B6OSCFriMm6baEJv" alt=""><figcaption></figcaption></figure>

To resolve this and complete the installation, follow these steps:

1. **Open System Preferences:** Click the Apple menu in the top-left corner of the screen and select "System Preferences."

<figure><img src="/files/DSk3OYZyZSaa7J8OTtse" alt=""><figcaption></figcaption></figure>

2. **Select "Security & Privacy":** In the System Preferences window, click on the "Security & Privacy" icon.

<figure><img src="/files/iUk9nRaL1fZJpsp28Fkj" alt=""><figcaption></figcaption></figure>

3. **Allow the Application:** Under the "General" tab, you should see a message indicating that the application "WanWallet" you tried to open was blocked. Click the "Open Anyway" button.

<figure><img src="/files/Q2w49xLrHt0HDN9gN9RU" alt=""><figcaption></figcaption></figure>

4. **Confirm Opening:** The system will prompt you again to confirm if you want to open the application. Click "Open" to proceed.

<figure><img src="/files/i7Hh6UuL64QKNz2UDkYU" alt=""><figcaption></figcaption></figure>

After completing these steps, you won't need to adjust the security settings again. You can open the WanWallet application directly in the future.


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.wanchain.org/wallet-and-tools/wanwallet-desktop/how-to-adjust-security-settings-when-installing-wanwallet-v1.6.2-on-mac.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
