Browser Compatibility
Browser compatibility for GenCN-UI
Browser Compatibility
While server LLM is optional, GenCN-UI is compatible with the following browsers for local LLM first:
Note
The component when not supported by the browser, will fall back to server LLM or behave as a regular component (Function as usual).
Local LLM First - Chrome Built-in AI APIs Compatibility
The following table shows browser compatibility for Chrome's built-in AI APIs:
| API | Chrome 138+ | Others |
|---|---|---|
| Translator API | Stable | MDN |
| Language Detector API | Stable | MDN |
| Summarizer API | Stable | ❌ Not supported |
| Writer API | Experimental | ❌ Not supported |
| Rewriter API | Experimental | ❌ Not supported |
| Prompt API | Experimental | ❌ Not supported |
| Proofreader API | Experimental | ❌ Not supported |
Legend:
- Stable - Available in stable release
- Experimental - Available through origin trial registration
- ❌ Not supported - Not available
Observations
Following our recent(31st October 2025) observations, we noticed that: - Microsoft Edge: We noticed that Microsoft Edge version 142.0.3595.65 also supports the same APIs Provided you enable them using edge://flags (Type this in your browser address /URL bar, search for the keywords and enable them): Translator API, Summarizer API, Writer API, Rewriter API, Prompt API, and Proofreader API, but not Language Detector API. Future updates might fix this. Let us know if you found a workaround.
Note
For cases where language detection is not supported, we have used tinyld library to detect language. Example, arch.
Note: These APIs are Chrome-specific and require Chrome 138 or later. For more information, visit the Chrome Built-in AI APIs documentation.

