Files
chatgpt-on-wechat/docs/zh/guide/desktop.mdx
2026-07-08 15:55:56 +08:00

36 lines
1.6 KiB
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
title: 桌面客户端
description: 下载并使用 CowAgent 桌面客户端macOS / Windows
---
CowAgent 提供开箱即用的桌面客户端,内置 Agent 运行环境,**无需手动安装 Python 或依赖**,下载安装后即可在本地运行你的超级 AI 助理。
## 下载安装
<Card title="前往下载页" icon="download" href="https://cowagent.ai/zh/download/">
下载 macOS / Windows 客户端安装包
</Card>
<Tabs>
<Tab title="macOS">
1. 打开 [下载页](https://cowagent.ai/zh/download/),根据芯片选择安装包:
- Apple SiliconM1/M2/M3/M4下载 `arm64` 版本
- Intel 芯片:下载 `x64` 版本
2. 打开下载的 `.dmg`,将 CowAgent 拖入「应用程序」文件夹。
3. 从启动台或应用程序中打开 CowAgent 即可。
</Tab>
<Tab title="Windows">
1. 打开 [下载页](https://cowagent.ai/zh/download/),下载 Windows 安装包(`.exe`)。
2. 双击运行安装程序,按提示完成安装(可自定义安装目录)。
3. 从桌面或开始菜单打开 CowAgent 即可。
</Tab>
</Tabs>
## 自动更新
桌面客户端内置自动更新能力。有新版本时会自动检测并提示,你也可以在应用左下角菜单中手动「检查更新」,一键下载并重启完成升级。
## 与命令行部署的区别
- **桌面客户端**:适合个人在本地电脑使用,开箱即用,图形界面操作,自动更新。
- **命令行部署**:适合开发者或服务器长期运行,可定制性更强,详见 [一键安装](/zh/guide/quick-start)。