Skip to content
This repository was archived by the owner on Mar 11, 2026. It is now read-only.

Commit 46be244

Browse files
author
astrbot-docs-agent[bot]
committed
docs: update for AstrBotDevs/AstrBot#5375
1 parent 7f682f5 commit 46be244

File tree

3 files changed

+44
-3
lines changed

3 files changed

+44
-3
lines changed

en/deploy/astrbot/community-deployment.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
> [!WARNING]
44
> AstrBot official does not guarantee the security and stability of these deployment methods.
55
6+
## Desktop Application (Tauri)
7+
8+
Desktop repository: [AstrBot-desktop](https://github.com/AstrBotDevs/AstrBot-desktop).
9+
10+
Supports multiple system architectures, direct installation, out-of-the-box experience. Ideal for beginners. Not recommended for server scenarios.
11+
12+
## AstrBot Launcher
13+
14+
Quick deployment and multi-instance solution with environment isolation. Visit the [AstrBot Launcher](https://github.com/AstrBotDevs/astrbot-launcher) repository and find the latest release for your system.
15+
616
# Linux Comprehensive Installation Script
717

818
Integrates almost all installation methods found in the documentation.
@@ -61,4 +71,4 @@ __Repository Address: [railgun19457/AstrbotScript](https://github.com/railgun194
6171

6272
## AstrBot Android Deployment
6373

64-
Refer to [zz6zz666/AstrBot-Android-App](https://github.com/zz6zz666/AstrBot-Android-App)
74+
Refer to [zz6zz666/AstrBot-Android-App](https://github.com/zz6zz666/AstrBot-Android-App)

en/deploy/astrbot/windows.md

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
1-
# Deploy AstrBot using Windows One-Click Installer
1+
# Deploy AstrBot using AstrBot Launcher
2+
3+
## 【Recommended】Method 1: AstrBot One-Click Launcher
4+
5+
AstrBot One-Click Launcher supports Windows, MacOS, Linux and other multi-platform deployment.
6+
7+
0. Open [AstrBotDevs/astrbot-launcher](https://github.com/AstrBotDevs/astrbot-launcher)
8+
1. **(Optional but Recommended)** Give this project a [**Star ⭐**](https://github.com/AstrBotDevs/astrbot-launcher), your support is the motivation for the author to update and maintain!
9+
2. Find Releases on the right side, click the latest Release, and download the installer for your system from the Assets section on the new page.
10+
11+
For example, Windows X86 users should download `AstrBot.Launcher_0.2.1_x64-setup.exe`, Windows on Arm users should download `AstrBot.Launcher_0.2.1_arm64-setup.exe`, MacOS M chip users should download `AstrBot.Launcher_0.2.1_aarch64.dmg`.
12+
13+
After downloading and installing on MacOS, you may encounter a "damaged, cannot be opened" prompt. This is because MacOS's security mechanism prevents unverified applications from running. The solution is as follows:
14+
15+
1. Open Terminal
16+
2. Enter the following command and press Enter:
17+
`xattr -dr com.apple.quarantine /Applications/AstrBot\ Launcher.app`
18+
3. Try to open the AstrBot Launcher application again
19+
20+
## Method 2: Legacy Windows Installer
21+
22+
We recommend using the AstrBot One-Click Launcher mentioned above to deploy AstrBot, as it is simpler, more automated, and more modern, suitable for most users.
223

324
The installer is a script written in `PowerShell`, compact in size (<20KB). It requires `PowerShell` to be installed on your computer, which is usually built into `Windows 10` and later versions.
425

@@ -74,4 +95,4 @@ Go back to the `launcher_astrbot_en.bat` file, right-click and select `Edit in N
7495

7596
**Method 2:**
7697

77-
Reinstall Python, and make sure to check `Add Python to PATH` during installation, then restart your computer.
98+
Reinstall Python, and make sure to check `Add Python to PATH` during installation, then restart your computer.

zh/deploy/astrbot/community-deployment.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,16 @@
33
> [!WARNING]
44
> AstrBot 官方不保证这些部署方式的安全性和稳定性。
55
6+
## 桌面应用部署(Tauri)
7+
8+
桌面应用仓库:[AstrBot-desktop](https://github.com/AstrBotDevs/AstrBot-desktop)
9+
10+
支持多系统架构,安装包直接安装,开箱即用,最适合新手和懒人的一键桌面部署方案,不推荐服务器场景。
11+
12+
## 启动器一键部署(AstrBot Launcher)
13+
14+
快速部署和多开方案,实现环境隔离。进入 [AstrBot Launcher](https://github.com/AstrBotDevs/astrbot-launcher) 仓库,在 Releases 页最新版本下找到对应的系统安装包安装即可。
15+
616
# linux综合性安装脚本
717

818
综合了文档里的几乎全部安装方式

0 commit comments

Comments
 (0)