Codex plugin streams iOS simulator
OpenAI has introduced the Build iOS Apps plugin for the Codex AI coding platform, allowing developers to view, test, and debug iOS apps within an in-app browser with support for SwiftUI previews and hot reloading. This capability is powered by two open-source projects: serve-sim by Evan Bacon, which streams the Apple Simulator, and SnapshotPreviews by Sentry.
Integrating simulator streaming and SwiftUI previews directly into Codex solves one of the biggest friction points for mobile AI coding agents: the lack of a tight, visual feedback loop.
• By streaming the simulator over WebSockets using serve-sim, Codex can natively "see" and interact with the application, bringing the developer experience for mobile apps closer to web-agent capabilities.
• Support for hot reloading and inline SwiftUI previews dramatically reduces the context switching typically required when developing iOS apps.
• Relying on existing open-source projects like serve-sim and SnapshotPreviews shows a highly efficient integration strategy rather than rebuilding simulator tooling from scratch.
DISCOVERED
2h ago
2026-06-04
PUBLISHED
3h ago
2026-06-04
RELEVANCE
AUTHOR
OpenAIDevs