Community-Provided Deployment Methods
WARNING
AstrBot official does not guarantee the security and stability of these deployment methods.
Linux One-Click Deployment Script
Use curl to download the script and execute it using bash:
bash
bash <(curl -sSL https://raw.githubusercontent.com/zhende1113/Antlia/refs/heads/main/Script/AstrBot/Antlia.sh)If your system does not have curl, you can use wget:
bash
wget -qO- https://raw.githubusercontent.com/zhende1113/Antlia/refs/heads/main/Script/AstrBot/Antlia.sh | bashRepository Address: zhende1113/Antlia
Linux One-Click Deployment Script (Based on Docker)
Supports AstrBot / NapCat.
TIP
Use sudo for elevated permissions if you have insufficient privileges.
Using curl
bash
curl -sSL https://raw.githubusercontent.com/railgun19457/AstrbotScript/main/AstrbotScript.sh -o AstrbotScript.sh
chmod +x AstrbotScript.sh
sudo ./AstrbotScript.shUsing wget
bash
wget -qO AstrbotScript.sh https://raw.githubusercontent.com/railgun19457/AstrbotScript/main/AstrbotScript.sh
chmod +x AstrbotScript.sh
sudo ./AstrbotScript.shNOTE
sudo ./AstrbotScript.sh --no-color (Optional: disable color output)
Repository Address: railgun19457/AstrbotScript
AstrBot Android Deployment
Refer to zz6zz666/AstrBot-Android-App
