SDK
Native iOS and Android libraries that drop into your app and expose Extentos capabilities.
The SDK is what your app links against. Pick the platform you're building on:
- iOS SDK — Swift Package, supports iOS 15.2+
- Android SDK — Gradle/Maven, supports Android 8+
Both share the same runtime and the same protocol — only the platform shell differs.
Supported agents
Per-host capability differences for AI coding agents that work with Extentos. What it's actually like running Extentos inside Claude Code (terminal, filesystem-wide reach, simultaneous iOS + Android edits) vs Cursor or Windsurf (VS Code workspace, both platforms work if both folders are open) vs Cline (similar but more click-approval) vs Android Studio's Gemini or Xcode AI features (single-platform, no MCP support — can't run Extentos at all). Project scope, MCP integration maturity, browser auto-open behavior, and the URL-bake fallback path documented per host.
iOS SDK
Add Extentos to your iOS app via Swift Package Manager. Supports iOS 15.2+, Swift 6, async/await.