simple-chromium-ai
TypeScript library for executing local LLM in Chromium browsers
GraphCanon updated Sep 19, 2026 · GitHub synced Sep 19, 2026
32views this month
Decision brief
The simple-chromium-ai library offers TypeScript developers a way to run Local Large Language Models directly within Chromium browsers.
Good fit when
- When you need to integrate local LLM capabilities into web applications that are run in Chromium-based browsers, such as Chrome and Edge.
- If your project is already using TypeScript or can benefit from the type safety it offers when working with browser extensions.
Avoid when
- In cases where the application must support a variety of non-Chromium browsers without significant fallback mechanisms for alternative browser engine integration.
- If the development team prioritizes JavaScript over TypeScript and considers the type checking overhead unnecessary or cumbersome.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Adoption
Package downloads where a registry match exists. GitHub stars (268) are secondary evidence.
- npm downloads (30d)
- 81·npm downloads API·Sep 19, 2026
Maintenance and security
Full trust report- Maintenance
- Steady (38d since push)
- As of Sep 19, 2026
- Provenance
- Not a fork · Personal account
- As of Sep 19, 2026
- Security (OSV)
- No lockfile
- As of Jul 15, 2026
Public GitHub metadata and optional OSV scans. Signals, not a guarantee. Trust methodology.
Install
npm install simple-chromium-ai npmSimilar tools
Same-category neighbours. No typed graph edges are catalogued for this tool yet.
Evidence and technical details
Sourced facts, taxonomy, compatibility claims, README excerpt, and machine-readable endpoints.
Overview
A TypeScript-based library to run Local Large Language Models (LLMs) within the context of Chromium web browsers.
Capability facts
- MCP server
- No MCP server detected
Source: repo_scan · Sep 19, 2026
- Languages
- typescript, javascript
Source: github.language+package.json · Sep 19, 2026
Categories
Compatibility
Sourced claims from the README excerpt - not unsourced marketing copy.
Source: README excerpt (regex_v1, Sep 19, 2026)
npm install simple-chromium-aiSource link
Tags
README
Quick Start Every API requires initialization before use. Init triggers the model download and returns an object with the API methods:
For agents
This page has a .md twin and JSON over the API.