Documentation
Build, run, and understand Open Edge AI.
Start with installation, then follow the platform architecture, local model lifecycle, typed native bridge, and development workflows.
Getting started
Requirements, installation, Android, native iOS, browser preview, and installer artifacts.
Architecture
React Native Android shell, SwiftUI iOS app, native runtimes, storage, and privacy boundaries.
Local models
Model assets, lifecycle, on-device execution, compatibility, and repository policy.
Native bridge
The typed TypeScript facade for generation, routing, indexing, status, and model lifecycle.
Development
Scripts, platform setup, quality checks, generated files, and troubleshooting.
Contributing
Issue-first workflow, focused pull requests, project policies, and private security reporting.
Quick start
Preview the interface in a browser.
The web target is intended for fast UI iteration. Native model operations use development fallbacks in this mode.
git clone https://github.com/open-edge-ai-app/core-app.git cd core-app npm install npm run web
Open GitHub