Preparation for installation
The following environment preparation needs to be completed before installing Page Assist:
- Installing the JavaScript RuntimeBun(A lightweight alternative to Node.js)
- Deploying Local AI ServicesOllamaor OpenAI API-compatible endpoints
Installation steps
- Get source code: Cloning repositories via git
git clone https://github.com/n4ze3m/page-assist.git - Installation of dependencies: Go to the project directory and execute
bun install - Building extensions::
- Default build Chrome version:
bun run build - Firefox-specific builds:
bun build:firefox
- Default build Chrome version:
- Load Extension::
- Chrome: loading unpacked extensions via developer mode
- Firefox: loading manifest.json with temporary add-ons
Configuration points
Make sure when you use it for the first time:
- Local AI services are running correctly and providing API endpoints
- The browser has granted the extension the necessary web access rights
- Personalized configurations such as shortcuts can be adjusted through the extended settings interface.
This answer comes from the articlePage Assist: Web Assistant Plugin for Native AI Modeling Conversations and Retrieving DocumentsThe































