Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion en/deploy/astrbot/community-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
> [!WARNING]
> AstrBot official does not guarantee the security and stability of these deployment methods.

## Desktop Application (Tauri)

Desktop repository: [AstrBot-desktop](https://github.com/AstrBotDevs/AstrBot-desktop).

Supports multiple system architectures, direct installation, out-of-the-box experience. Ideal for beginners. Not recommended for server scenarios.

## AstrBot Launcher

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.

# Linux Comprehensive Installation Script

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

## AstrBot Android Deployment

Refer to [zz6zz666/AstrBot-Android-App](https://github.com/zz6zz666/AstrBot-Android-App)
Refer to [zz6zz666/AstrBot-Android-App](https://github.com/zz6zz666/AstrBot-Android-App)
25 changes: 23 additions & 2 deletions en/deploy/astrbot/windows.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,25 @@
# Deploy AstrBot using Windows One-Click Installer
# Deploy AstrBot using AstrBot Launcher

## 【Recommended】Method 1: AstrBot One-Click Launcher

AstrBot One-Click Launcher supports Windows, MacOS, Linux and other multi-platform deployment.

0. Open [AstrBotDevs/astrbot-launcher](https://github.com/AstrBotDevs/astrbot-launcher)
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!
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.

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`.

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:

1. Open Terminal
2. Enter the following command and press Enter:
`xattr -dr com.apple.quarantine /Applications/AstrBot\ Launcher.app`
3. Try to open the AstrBot Launcher application again

## Method 2: Legacy Windows Installer

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.

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.

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

**Method 2:**

Reinstall Python, and make sure to check `Add Python to PATH` during installation, then restart your computer.
Reinstall Python, and make sure to check `Add Python to PATH` during installation, then restart your computer.
10 changes: 10 additions & 0 deletions zh/deploy/astrbot/community-deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,16 @@
> [!WARNING]
> AstrBot 官方不保证这些部署方式的安全性和稳定性。

## 桌面应用部署(Tauri)

桌面应用仓库:[AstrBot-desktop](https://github.com/AstrBotDevs/AstrBot-desktop)

支持多系统架构,安装包直接安装,开箱即用,最适合新手和懒人的一键桌面部署方案,不推荐服务器场景。

## 启动器一键部署(AstrBot Launcher)

快速部署和多开方案,实现环境隔离。进入 [AstrBot Launcher](https://github.com/AstrBotDevs/astrbot-launcher) 仓库,在 Releases 页最新版本下找到对应的系统安装包安装即可。

# linux综合性安装脚本

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