Open Edge AI is MIT licensed and built in public on GitHub.

Product

Private AI work, shaped for the device in your hand.

Open Edge AI combines a mobile chat workspace with local model lifecycle, retrieval, multimodal requests, and persistent project context.

Local-first workspace

Conversations become reusable project context.

Sessions, work folders, selected models, display preferences, and drafts persist across the app. Native runtimes keep model and retrieval work close to the device whenever the platform allows it.

Open Edge AI project and chat interface

Core capabilities

Visible product surfaces backed by native modules.

The feature list reflects the current repository: a React Native Android shell, native SwiftUI on iOS, and platform-specific AI runtimes.

01

Local-first chat

Model selection, persistent sessions, drafts, recent conversations, and private context in a mobile-native chat surface.

02

Work folders

Group conversations by project, pin important work, and attach shared folder memory to recurring tasks.

03

Model lifecycle

Native status, download, load, unload, cancellation, and runtime diagnostics exposed through a typed bridge.

04

Retrieval and indexing

Device-side embeddings, vector persistence, similarity lookup, and background indexing for local project material.

05

Multimodal requests

A typed request path for text, files, images, and richer attachments that can be routed to compatible runtimes.

06

Todo workflows

List and calendar views turn chat output into scheduled work and make priority recommendations visible.

Platforms

One project, platform-native responsibilities.

Shared product intent does not erase platform differences. Each target owns the runtime and interaction work it can do best.

Android

React Native UI with Kotlin bridge modules for routing, embeddings, model status, vector storage, and indexing workers.

Architecture
iOS

Native SwiftUI shell with Apple Foundation Models and Gemma runtime paths for local generation.

Model guide
Web preview

Vite and React Native Web provide a fast UI iteration target with development fallbacks for native calls.

Development

Go deeper

Follow the implementation, not just the screenshots.

Read the project guides, inspect the native contract, or join the community workflow.