两种使用方式

自托管开源版,或使用 Keel Cloud 的托管 Build + Update。

自托管(免费)

克隆仓库,在你自己的 VPS 上跑 Update + Build server。

git clone https://github.com/appunvs/appunvs
cd appunvs/keel
go build ./cloud/cmd/update-server
./update-server -listen :8081

完整部署 SOP →

Keel Cloud(托管)

注册账号,拿到 API key,把 CLI 指向我们的 endpoint。

npm install -g @keel-ai/cli
keel login --ci   # 粘贴 API key
keel publish ./build/bundle.zip ...

cloud.keel.appunvs.com →