Quick Start / 快速开始
Windows: Download .zip → Extract → Double-click start.bat
macOS / Linux:
curl -fsSL https://github.com/lingshichat/Arona_WebUI/releases/latest/download/arona-webui-latest.tar.gz | tar xz
cd arona-webui-*/
./start.shDocker:
GATEWAY_URL=ws://your-gateway:18789 GATEWAY_PASSWORD=xxx docker compose up -d首次启动浏览器会自动打开配置向导,按提示填入网关地址和密码即可。
详见 README。
Full Changelog: https://github.com/lingshichat/Arona_WebUI/commits/v0.2.0