> For the complete documentation index, see [llms.txt](https://docs.gochatx.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.gochatx.com/ru-men-zhi-nan/xin-shou-bi-du/xia-zai-an-zhuang.md).

# 下载安装

## 下载客户端

{% tabs %}
{% tab title="Windows 下载地址" %}
支持Windows 7及以上版本，出现安装问题请参考 [Windows版本安装说明](/ru-men-zhi-nan/chang-jian-wen-ti.md#windows-xia-zai-an-zhuang-chang-jian-wen-ti-hui-zong)

[点击这里 下载Windows客户端](https://www.gochatx.com/download)
{% endtab %}

{% tab title="MacOS 下载地址" %}
MacOS系统默认无法打开未验证的开发者应用。出现此问题请参考 [MacOS 版本安装说明](/ru-men-zhi-nan/chang-jian-wen-ti.md#mac-xia-zai-an-zhuang-chang-jian-wen-ti-hui-zong)

[点击这里 下载MacOS客户端](https://www.gochatx.com/download)
{% endtab %}
{% endtabs %}

**1.访问官网或点击此处**[**下载客户端**](https://www.gochatx.com/download)

<figure><img src="/files/HOaLVNn6EM2W7d5apXkn" alt="ChatX下载客户端"><figcaption></figcaption></figure>

**2.软件下载完成后，以Windows为例，进入下载文件的路径，双击运行 ChatX.exe**

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

**3.安装并启动客户端**

此页面即代表客户端安装完成

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

#### Mac OS 版本安装说明 <a href="#mac-os-ban-ben-an-zhuang-shuo-ming" id="mac-os-ban-ben-an-zhuang-shuo-ming"></a>

**安装问题：**&#x56E0;安全设置问题，macOS系统默认无法打开未验证开发者的应用。

**解决方案：**&#x4FEE;改macOS系统安全设置，允许打开任何来源的应用。

* 在macOS系统的命令行下关闭安全模式。

```
sudo spctl -- master -- disable
```

* 在macOS系统桌面，选择启动台 > 系统偏好设置 > 安全性与隐私 > 通用。
* 单击左下角锁图标，输入管理员账号密码后单击解锁。
* 在允许从以下位置下载的应用区域，选择任何来源。

配置完成后，macOS系统可以正常打开ChatX客户端。

**完成上述步骤，重新打开之前报错软件，如果仍报错，继续以下操作**

* 终端中输入以下命令(注意: 后面有个空格)

```
sudo xattr -d com.apple.quarantine /Applications/ChatX.app
```

* 然后重新打开应用即可，执行到此问题就解决了。


---

# 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://docs.gochatx.com/ru-men-zhi-nan/xin-shou-bi-du/xia-zai-an-zhuang.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.
