Two ways to use Keel

Self-host the open source, or use Keel Cloud's managed Build + Update.

Self-host (free)

Clone the repo, run the Update + Build server on your VPS.

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

Full SOP →

Keel Cloud (managed)

Sign up, get an API key, point your CLI at our endpoint.

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

cloud.keel.appunvs.com →