← Home

Platform SDKs

Seven official SDKs, one protocol. Every platform integrates with a single start(clientToken) call and exposes the same capabilities to your AI coding tool: UI and scene introspection, screenshots, input injection and log capture.

Unity

UPM package — add from a git URL in the Package Manager.

Android

Kotlin AAR via JitPack, with a Compose bridge included.

iOS · macOS

One Swift Package covers both Apple platforms.

Flutter

Pure Dart package, zero native setup.

React Native

TS protocol layer plus a Kotlin/Swift native bridge, autolinked.

Godot

GDScript addon for Godot ≥ 4.2, zero dependencies.

Web (JavaScript)

Pure ES module loaded from a CDN, shadow DOM supported.

Same workflow everywhere

Pick an engine, ship one line, and your AI tool can traverse the UI or scene tree, take screenshots, tap buttons and read logs on a real device — see the full SDK list for details, or jump straight into how the remote relay works.