extentos
MCPYour AI coding agent builds the integrationSDKThe native glasses library for iOS & AndroidSimulatorTest on glasses hardware in the browserAgentA voice AI agent inside your appAnalyticsSoonSee how your app runs on real glasses
DocsGuides, concepts, and API referenceBlogEngineering deep-dives and updatesChangelogEverything new in ExtentosRoadmapWhat we're building next
Pricing
GitHubDashboard →
Extentos Docs

Build

Products

SDK
iOS SDKInstall (iOS)Info.plist setup (iOS)Initialization (iOS)Lifecycle (iOS)Threading model (iOS)Runtime internals (iOS)

Reference

Project

SDKiOS

Threading model (iOS)

Where Extentos work runs — actors, MainActor isolation, and how to await capability calls.

Coming soon.

What this page will cover

  • Async/await surface
  • MainActor vs background actors
  • Cancellation

Lifecycle (iOS)

How Extentos hooks into the iOS app lifecycle — foreground, background, suspended, terminated.

Runtime internals (iOS)

How the iOS-specific runtime wraps the cross-platform Extentos core.

On this page

What this page will cover