File tree Expand file tree Collapse file tree 3 files changed +21
-5
lines changed
Expand file tree Collapse file tree 3 files changed +21
-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+ 在多种部署方式中,桌面客户端更适合个人本地快速使用,不建议用于服务器长期运行或生产环境;如需生产部署,建议优先考虑 [ Docker 部署] ( /deploy/astrbot/docker ) 或 [ Kubernetes 部署] ( /deploy/astrbot/kubernetes ) 。
6+
7+ 相比命令行或容器方案,桌面客户端更偏向「开箱即用」体验,适合希望少折腾环境、直接开始使用的用户。
8+
59仓库地址:[ AstrBotDevs/AstrBot-desktop] ( https://github.com/AstrBotDevs/AstrBot-desktop )
610
11+ ## 适合谁
12+
13+ - 想快速本地部署,优先使用图形化界面的用户。
14+ - 不想手动维护 Docker / Python 运行环境的新手用户。
15+ - 个人设备长期在线,主要用于个人或小团队日常使用的场景。
16+
17+ ## 主要特点
18+
19+ - 多平台安装包,下载后可直接安装使用。
20+ - 图形化界面配置,降低首次部署成本。
21+ - 适合作为本地常驻客户端。
22+
723## 下载并安装
824
9251 . 打开 [ AstrBot-desktop Releases] ( https://github.com/AstrBotDevs/AstrBot-desktop/releases ) 。
10262 . 下载与你系统对应的安装包(如 ` .exe ` 、` .dmg ` 、` .rpm ` 、` .deb ` )。
11273 . 安装完成后启动桌面客户端,按向导完成初始化。
1228
13- ## 适用场景
29+ ## 与启动器部署的区别
1430
15- - 适合个人本地使用、快速体验。
16- - 不建议用于服务器长期运行场景。
31+ - 桌面客户端:更偏向开箱即用的 GUI 体验。
32+ - 启动器部署:更偏向自动化脚本拉起,适合希望保持传统部署流程的用户。
33+ - 参考 [ 启动器部署] ( /deploy/astrbot/launcher ) 。
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