DistiLlama
Chrome Extension for Summarizing and Chatting with Web Pages/Local Docs Using Local LLMs
GraphCanon updated Sep 19, 2026 · GitHub synced Sep 19, 2026
35views this month
Decision brief
DistiLlama is a Chrome extension for summarizing and chatting with web pages and local documents using locally running language models to ensure data privacy.
Good fit when
- When you prioritize data privacy and prefer not to send sensitive information over the internet for processing.
- In environments where there's an existing infrastructure for running local language models.
Avoid when
- If your setup does not support the execution of local language models, as this is a prerequisite for using DistiLlama effectively.
- When you require real-time interaction or access to cloud-based resources for more dynamic content generation since local LLMs may be limited by hardware performance.
- Pricing:
- freemium - DistiLlama is free and open source software under the MIT license, however, users are responsible for maintaining and running their own local language models.
Observed Jul 17, 2026 · Source: enrich:decision_facts
Verify the decision
Maintenance and security
Full trust report- Maintenance
- Dormant (746d 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 DistiLlama 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 Chrome extension that allows users to summarize or have conversations with web pages and local documents using locally running language models, ensuring data privacy.
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)
- Use [LangChain (LangChain.js)](https://js.langchain.com/docs/get_started/introduction/) to sumSource link
Source: README excerpt (regex_v1, Sep 19, 2026)
- Install pnpm `npm install -g pnpm`Source link
Tags
README
DistiLlama What is DistiLlama? DistiLlama is a Chrome extension that leverages locally running LLM perform following tasks. One of the things that I was experimenting with is how to use a locally running LLM instance for various tasks and summarization (tl;dr) was on the top of m...
For agents
This page has a .md twin and JSON over the API.