Page Assist: Integrate Local AI Models Directly into Your Web Browser
This repository profile is provided by osrepos.com, an open source repository discovery platform.

Summary
Page Assist is an open-source browser extension that integrates your local AI models directly into your web browsing experience. It provides a sidebar and a dedicated web UI, allowing users to interact with their AI model, including chatting with the content of any webpage. This tool supports various Chromium-based browsers and Firefox, emphasizing privacy by keeping all data local.
Repository Information
Topics
Click on any tag to explore related repositories
Use at your own risk
OSRepos shares public repositories for knowledge and discovery only. Any installation, execution, configuration, or use of code from these repositories is the user's own responsibility. Always review the repository, source code, dependencies, licenses, and security implications before running or installing anything. OSRepos is not responsible for issues, damages, or losses resulting from third-party repositories.
Introduction
Page Assist is an innovative open-source browser extension designed to integrate your locally running AI models directly into your web browsing experience. Developed in TypeScript, this tool empowers users to interact with their AI models from any webpage, offering a seamless way to get assistance, summarize content, or engage in conversations. With support for major Chromium-based browsers like Chrome, Brave, and Edge, as well as Firefox, Page Assist brings the power of local AI to your fingertips while prioritizing user privacy.
Installation
Getting started with Page Assist is straightforward, offering both direct browser store installations and a manual setup for developers.
Browser Extension Stores
You can easily install Page Assist from your preferred browser's add-on store:
Manual Installation
For those who prefer to build from source or contribute, follow these steps:
Prerequisites:
- Bun: Installation Guide
- Ollama (Local AI Provider): Installation Guide
- Any OpenAI API Compatible Endpoint (e.g., LM Studio, llamafile)
Steps:
- Clone the repository:
git clone https://github.com/n4ze3m/page-assist.git cd page-assist - Install dependencies:
bun install - Build the extension (builds for Chrome, Edge, and Firefox by default):
bun run build - Load the unpacked extension in your browser's extension management page (e.g.,
chrome://extensionsfor Chrome,about:addonsfor Firefox), selecting thebuilddirectory.
Examples
Page Assist offers two primary interfaces for interaction:
- Sidebar: Accessible on any webpage via a context menu or the default shortcut
Ctrl+Shift+Y. This sidebar allows you to interact with your AI model and view results directly alongside your browsing content. - Web UI: A dedicated web interface that opens in a new tab, similar to a ChatGPT website. You can launch it by clicking the extension icon or using
Ctrl+Shift+L. - Chat With Webpage: A powerful feature that enables you to ask questions and discuss the content of the current webpage with your local AI model.
The extension also supports various keyboard shortcuts to enhance productivity, which can be customized in your browser's extension settings.
Why Use Page Assist?
Page Assist stands out for several compelling reasons:
- Local AI Integration: It allows you to harness the power of local AI models like Ollama, Chrome AI (Gemini Nano), or any OpenAI API compatible endpoint, keeping your data on your machine.
- Enhanced Privacy: The project emphasizes privacy, stating that it does not collect any personal data. All information is stored locally in your browser, and the open-source nature allows for full transparency and verification.
- Seamless Browsing Experience: By integrating AI directly into your browser, Page Assist provides immediate assistance without needing to switch applications or copy-paste content.
- Open Source and Community Driven: Being open-source, Page Assist benefits from community contributions, ensuring continuous improvement and feature development.
- Broad Browser Support: It supports a wide range of browsers, making it accessible to a large user base.
Links
- GitHub Repository: n4ze3m/page-assist
- Official Documentation: Page Assist Docs
- Join the Community on Discord: Page Assist Discord
- Follow on Twitter: @page_assist
Related repositories
Similar repositories that may be relevant next.

Read Frog: Open Source AI-Powered Immersive Translate Extension
March 15, 2026
Read Frog is an open-source, AI-powered browser extension designed for immersive language learning. It offers features like bilingual translation, context-aware AI, text-to-speech, and deep article analysis to help users master languages effortlessly. Available for Chrome, Edge, and Firefox, it supports over 20 AI providers and various translation modes.
Mitaka: A Browser Extension for Streamlined OSINT Search
January 16, 2026
Mitaka is a powerful browser extension designed to simplify Open Source Intelligence (OSINT) searches. It automates the selection of Indicators of Compromise (IoCs) and supports over 65 services for comprehensive threat intelligence gathering. This tool is essential for security professionals and researchers looking to enhance their investigative workflows directly from their browser.

web-archive: A Free Web Archiving and Sharing Service on Cloudflare
January 11, 2026
web-archive is an open-source project offering a free web archiving and sharing service built entirely on Cloudflare's serverless ecosystem, including Workers, D1, and R2. It comprises a browser plugin for saving pages, a server to manage uploads, and a web client for viewing archived content. This self-hosted solution provides robust features for preserving and accessing web pages.

AliasVault: Privacy-First Password and Email Alias Manager
January 4, 2026
AliasVault is an open-source, privacy-focused password and email alias manager designed to enhance online security and privacy. It offers end-to-end encryption, a built-in email server for aliases, and supports self-hosting for complete control over your data. This tool helps users create unique identities and strong passwords for every online service.
Source repository
Open the original repository on GitHub.