Skip to content

Commit 42deaca

Browse files
authored
Merge pull request #154 from zouyonghe/v4
docs: 增加 AstrBot-desktop 部署介绍
2 parents 036e9e6 + e48f021 commit 42deaca

File tree

3 files changed

+18
-0
lines changed

3 files changed

+18
-0
lines changed

.vitepress/config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ export default defineConfig({
5656
link: "/astrbot/other-deployments",
5757
collapsed: true,
5858
items: [
59+
{ text: "桌面客户端部署", link: "/astrbot/desktop" },
5960
{ text: "CasaOS 部署", link: "/astrbot/casaos" },
6061
{ text: "优云智算 GPU 部署", link: "/astrbot/compshare" },
6162
{ text: "社区提供的部署方式", link: "/astrbot/community-deployment" },

zh/deploy/astrbot/desktop.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 使用 AstrBot 桌面客户端部署
2+
3+
`AstrBot-desktop` 适合在本地电脑快速部署和使用 AstrBot,支持 Windows、macOS、Linux。
4+
5+
仓库地址:[AstrBotDevs/AstrBot-desktop](https://github.com/AstrBotDevs/AstrBot-desktop)
6+
7+
## 下载并安装
8+
9+
1. 打开 [AstrBot-desktop Releases](https://github.com/AstrBotDevs/AstrBot-desktop/releases)
10+
2. 下载与你系统对应的安装包(如 `.exe``.dmg``.rpm``.deb`)。
11+
3. 安装完成后启动桌面客户端,按向导完成初始化。
12+
13+
## 适用场景
14+
15+
- 适合个人本地使用、快速体验。
16+
- 不建议用于服务器长期运行场景。
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
# 其他部署方式
22

3+
- [桌面客户端部署](./desktop.md)
34
- [CasaOS 部署](./casaos.md)
45
- [优云智算 GPU 部署](./compshare.md)
56
- [社区提供的部署方式](./community-deployment.md)

0 commit comments

Comments
 (0)