This repository was archived by the owner on Mar 11, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +18
-5
lines changed
Expand file tree Collapse file tree 3 files changed +18
-5
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ export default defineConfig({
4545 items : [
4646 { text : "包管理器部署" , link : "/astrbot/package" } ,
4747 { text : "雨云一键云部署" , link : "/astrbot/rainyun" } ,
48+ { text : "桌面客户端部署" , link : "/astrbot/desktop" } ,
4849 { text : "启动器一键部署" , link : "/astrbot/launcher" } ,
4950 { text : "Docker 部署" , link : "/astrbot/docker" } ,
5051 { text : "Kubernetes 部署" , link : "/astrbot/kubernetes" } ,
@@ -56,7 +57,6 @@ export default defineConfig({
5657 link : "/astrbot/other-deployments" ,
5758 collapsed : true ,
5859 items : [
59- { text : "桌面客户端部署" , link : "/astrbot/desktop" } ,
6060 { text : "CasaOS 部署" , link : "/astrbot/casaos" } ,
6161 { text : "优云智算 GPU 部署" , link : "/astrbot/compshare" } ,
6262 { text : "社区提供的部署方式" , link : "/astrbot/community-deployment" } ,
Original file line number Diff line number Diff line change 22
33` AstrBot-desktop ` 适合在本地电脑快速部署和使用 AstrBot,支持 Windows、macOS、Linux。
44
5+ 相比命令行或容器方案,桌面客户端更偏向「开箱即用」体验,适合希望少折腾环境、直接开始使用的用户。
6+
57仓库地址:[ AstrBotDevs/AstrBot-desktop] ( https://github.com/AstrBotDevs/AstrBot-desktop )
68
9+ ## 适合谁
10+
11+ - 想快速本地部署,优先使用图形化界面的用户。
12+ - 不想手动维护 Docker / Python 运行环境的新手用户。
13+ - 个人设备长期在线,主要用于个人或小团队日常使用的场景。
14+
15+ ## 主要特点
16+
17+ - 多平台安装包,下载后可直接安装使用。
18+ - 图形化界面配置,降低首次部署成本。
19+ - 适合作为本地常驻客户端,不推荐服务器生产部署场景。
20+
721## 下载并安装
822
9231 . 打开 [ AstrBot-desktop Releases] ( https://github.com/AstrBotDevs/AstrBot-desktop/releases ) 。
10242 . 下载与你系统对应的安装包(如 ` .exe ` 、` .dmg ` 、` .rpm ` 、` .deb ` )。
11253 . 安装完成后启动桌面客户端,按向导完成初始化。
1226
13- ## 适用场景
27+ ## 与启动器部署的区别
1428
15- - 适合个人本地使用、快速体验 。
16- - 不建议用于服务器长期运行场景 。
29+ - 桌面客户端:更偏向开箱即用的 GUI 体验 。
30+ - 启动器部署:更偏向自动化脚本拉起,适合希望保持传统部署流程的用户 。
Original file line number Diff line number Diff line change 11# 其他部署方式
22
3- - [ 桌面客户端部署] ( ./desktop.md )
43- [ CasaOS 部署] ( ./casaos.md )
54- [ 优云智算 GPU 部署] ( ./compshare.md )
65- [ 社区提供的部署方式] ( ./community-deployment.md )
You can’t perform that action at this time.
0 commit comments