GenCN UI

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:

APIChrome 138+Others
Translator APIStableMDN
Language Detector APIStableMDN
Summarizer APIStable❌ Not supported
Writer APIExperimental❌ Not supported
Rewriter APIExperimental❌ Not supported
Prompt APIExperimental❌ Not supported
Proofreader APIExperimental❌ 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.