|
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. |
2 | 23 |
|
3 | 24 | 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. |
4 | 25 |
|
@@ -74,4 +95,4 @@ Go back to the `launcher_astrbot_en.bat` file, right-click and select `Edit in N |
74 | 95 |
|
75 | 96 | **Method 2:** |
76 | 97 |
|
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. |
0 commit comments