Documentation follows the current main branch and may change before a stable release.

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.

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