n4ze3m / page-assist
- пятница, 31 января 2025 г. в 00:00:02
Use your locally running AI models to assist you in your web browsing
Page Assist is an open-source browser extension that provides a sidebar and web UI for your local AI model. It allows you to interact with your model from any webpage.
Page Assist supports Chromium-based browsers like Chrome, Brave, and Edge, as well as Firefox.
Checkout the Demo (v1.0.0):
Sidebar: A sidebar that can be opened on any webpage. It allows you to interact with your model and see the results.
Web UI: A web UI that allows you to interact with your model like a ChatGPT Website.
Chat With Webpage: You can chat with the webpage and ask questions about the content.
want more features? Create an issue and let me know.
git clone https://github.com/n4ze3m/page-assist.git
cd page-assist
bun install
bun run build
or you can build for Firefox
bun build:firefox
Open the Extension Management page by navigating to chrome://extensions
.
Enable Developer Mode by clicking the toggle switch next to Developer mode.
Click the Load unpacked
button and select the build
directory.
about:addons
.Extensions
tab.Manage Your Extensions
button.Load Temporary Add-on
button and select the manifest.json
file from the build
directory.Once the extension is installed, you can open the sidebar via context menu or keyboard shortcut.
Default Keyboard Shortcut: Ctrl+Shift+Y
You can open the Web UI by clicking on the extension icon which will open a new tab with the Web UI.
Default Keyboard Shortcut: Ctrl+Shift+L
Note: You can change the keyboard shortcuts from the extension settings on the Chrome Extension Management page.
You can run the extension in development mode to make changes and test them.
bun dev
This will start a development server and watch for changes in the source files. You can load the extension in your browser and test the changes.
Browser | Sidebar | Chat With Webpage | Web UI |
---|---|---|---|
Chrome | ✅ | ✅ | ✅ |
Brave | ✅ | ✅ | ✅ |
Firefox | ✅ | ✅ | ✅ |
Vivaldi | ✅ | ✅ | ✅ |
Edge | ✅ | ❌ | ✅ |
LibreWolf | ✅ | ✅ | ✅ |
Zen Browser | ✅ | ✅ | ✅ |
Opera | ❌ | ❌ | ✅ |
Arc | ❌ | ❌ | ✅ |
Chrome AI (Gemini Nano)
OpenAI API Compatible endpoints (like LM Studio, llamafile etc.)
Page Assist does not collect any personal data. The only time the extension communicates with the server is when you are using the share feature, which can be disabled from the settings.
All the data is stored locally in the browser storage. You can view the source code and verify it yourself.
You learn more about the privacy policy here.
Contributions are welcome. If you have any feature requests, bug reports, or questions, feel free to create an issue.
If you like the project and want to support it, you can buy me a coffee. It will help me to keep working on the project.
or you can sponsor me on GitHub.
This are some of the blogs and videos about Page Assist. If you have written a blog or made a video about Page Assist, feel free to create a PR and add it here.
MIT
Made in Alappuzha with ❤️