https://github.com/astrbotdevs/astrbotlauncher
https://github.com/astrbotdevs/astrbotlauncher
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/astrbotdevs/astrbotlauncher
- Owner: AstrBotDevs
- License: agpl-3.0
- Created: 2023-04-09T16:54:24.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2025-10-22T15:42:30.000Z (5 months ago)
- Last Synced: 2025-10-22T17:35:56.033Z (5 months ago)
- Language: Batchfile
- Size: 50.8 KB
- Stars: 87
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AstrBotLauncher
适用于 Windows 的 [AstrBot](https://astrbot.app) 启动器。
## 推荐安装方式
优先前往 [AstrBot 官方 Release](https://github.com/AstrBotDevs/AstrBot/releases),下载与你当前操作系统对应的安装包。
## 前置条件
1. 需要 Windows 上安装有 PowerShell。(此工具是 Windows 自带的,除非你手动卸载过或者下载的是精简版 Windows)
2. 电脑上安装有 Python,且版本 >= 3.10
## 使用方式
请参考 [文档](https://docs.astrbot.app/deploy/astrbot/windows.html)
下面是简略版教程:
> [!WARNING]
> 如果启动后直接闪退,请尝试运行 `launcher_astrbot_en.bat`。
1. 打开 PowerShell,尝试输入 `python`,版本应该大于 3.10。关闭窗口。
> 1. 如果你曾更换过启动器命令,或者你确信安装了 Python 但是输入指令后显示 `无法将...识别为` 的消息,可以尝试 `python3`,或者重启 PowerShell 窗口。如果 `python3` 成功了,请将 `launcher_astrbot_en.bat` 中的 `set PYTHON_CMD=` 后的内容改成 `python3`。
2. 前往 [release](https://github.com/AstrBotDevs/AstrBotLauncher/releases) 下载第一个 Asset。
3. 下载压缩包后,将压缩包内的文件夹解压到磁盘,然后直接双击解压好的文件夹内 `launcher_astrbot_en.bat` 即可。
> [!WARNING]
> 如果启动后直接闪退,请尝试运行 `launcher_astrbot_en.bat`。