ChromeML is the execution environment Chrome uses for higher-capability on-device language models such as summarisation and translation. It turns the browser into an AI runtime that can load large models locally and use device hardware to process prompts and content.
Expanded Definition
ChromeML refers to the browser-side execution layer that lets Chrome run higher-capability language models locally for tasks such as summarisation and translation. The important boundary is that this is not the same thing as a generic cloud AI service, nor is it simply a UI feature layered over remote inference. It is an on-device runtime that uses browser-managed resources, local compute, and content already present in the session.
That distinction matters because the browser is no longer only a rendering and transport layer. It becomes part of the model execution environment, which changes how prompts, page content, memory, and hardware acceleration interact. For practitioners, the common misunderstanding is to treat browser AI features as isolated convenience functions when they may actually create a local processing plane with its own trust boundaries and failure modes.
Examples and Use Cases
ChromeML can appear in everyday workflows where the browser processes text without sending the full payload to a remote model endpoint.
- Summarising a long web page directly in the browser while keeping the content on-device.
- Translating selected text or an entire page using local model execution instead of a cloud round trip.
- Running browser-assisted drafting or rewriting features that depend on the active tab’s content.
- Using device acceleration to reduce latency for small, repeated language tasks that would otherwise leave the browser.
The trade-off is straightforward: local execution can reduce exposure to external transfer, but it also shifts dependency to the endpoint’s hardware, memory, and browser integrity. If the device is underpowered or heavily loaded, the feature may become inconsistent or degrade user experience in ways that are easy to misattribute to the model itself.
Security Implications
ChromeML changes the browser from a passive content consumer into a local inference environment, which creates new exposure around data handling, resource contention, and trust in the execution boundary. Content that was previously only displayed may now be processed in memory by model components, increasing the sensitivity of browser state and the consequences of a compromise in the client.
If the runtime is assumed to be equivalent to a remote service, organisations may overlook where prompts, page content, and intermediate outputs are handled. That can lead to weak assumptions about retention, logging, extension access, and local inspection paths. In practical terms, the failure mode is often not model theft but accidental overexposure of session content through an endpoint that now does more than render HTML.
A further consequence is operational: browser AI features can amplify the impact of extensions, injected content, or misconfigured device controls because the browser is now doing more sensitive work locally. The result is a larger blast radius when endpoint trust is weakened.
Domain and Governance Relevance
ChromeML matters most where browser activity intersects with identity, session trust, and controlled access to content. In NHI-adjacent environments, the browser may be handling tokens, portals, admin workflows, or SaaS sessions at the same time that local inference is being performed. That raises the governance question of what data is acceptable to process inside a client runtime that also mediates access to privileged web applications.
For NHI and identity teams, the practical issue is not whether the model is “AI” in the abstract, but whether browser-side inference expands the scope of what an endpoint can see and touch. If the browser is executing model logic on the same device used for service accounts, administrative consoles, or sensitive workflows, the trust boundary becomes broader and less obvious. That is especially relevant when device posture, extension policy, and session isolation are already part of the control model.
NHIMG’s guidance is to treat browser AI runtimes as part of the client trust surface, not as a cosmetic feature. The governance question is which content, which sessions, and which endpoints are permitted to participate in local inference.
Standards & Framework Alignment
This section maps relevant standards and security frameworks to the operational risks and controls described in this guidance.
OWASP Non-Human Identity Top 10 address the attack and risk surface, while CIS Controls v8, NIST CSF 2.0, NIST AI RMF and NIST AI 600-1 set the governance and control requirements practitioners need to meet.
| Framework | Control / Reference | Relevance |
|---|---|---|
| OWASP Non-Human Identity Top 10 | NHI-01 — Inventory and Ownership | ChromeML can process sensitive browser-session data on devices that also host NHIs. |
| Recommendation — Inventory browser AI runtimes and assign ownership for any NHI-adjacent session data they can process. | ||
| CIS Controls v8 | CIS 12 — Network Infrastructure Management | Browser-side inference depends on endpoint integrity and controlled client execution paths. |
| Recommendation — Restrict browser and endpoint execution paths so local AI features cannot expand unapproved data handling. | ||
| NIST CSF 2.0 | PR.AC-4 — Access Permissions and Authorization | Local browser inference affects how sensitive content is accessed and processed on the client. |
| Recommendation — Limit which users and devices may use browser AI features for sensitive content. | ||
| NIST AI RMF | GOVERN — GOVERN | ChromeML is an AI runtime boundary that needs defined governance and accountability. |
| Recommendation — Define governance for browser-side AI runtimes, including approved use, oversight, and escalation. | ||
| NIST AI 600-1 | MAP — Map | Browser AI features should be mapped to data, context, and deployment boundaries before use. |
| Recommendation — Map ChromeML use cases to the data classes and execution boundaries they touch. | ||
Deepen Your Knowledge
Reviewed and updated by the NHIMG editorial team on September 7, 2026.
NHI Mgmt Group — the #1 independent authority on Non-Human Identity, IAM, and Agentic AI security. nhimg.org