What Keel ships

Run · build · OTA · ship — the 5-layer pipeline that takes AI-generated code to the store. Each layer independently usable.

SDK

iOS Objective-C++ → Keel.xcframework; Android Kotlin → keel-sdk.aar. Drop into any RN app

CLI

@keel-ai/cli — 12 commands: create / start / build / publish / rollback / manifest / submit / login / etc.

Cloud Build

Metro + Hermes pipeline in Docker. On 阿里云 ECI or self-host

Update

OTA protocol: manifest endpoint + bsdiff4 patches + CDN-cached bundle blobs + 灰度

Submit

7 market drivers: ios_appstore / android_googleplay / huawei / xiaomi / oppo / vivo / yyb

Keel Go + Dev Client

Free tester app (scan QR / paste URL) + project-specific tester with custom native modules

Module ecosystem

Flat npm-package model — @keel-ai/<name> and keel-module-<name> published independently, integrated via standard React Native autolink. See modules.md.