open-os
accesible, distributed and open tools
Small open-source extension for Chromium-based browsers like Chrome, Brave, or Edge to quickly access your favorite local AI LLM assistant while browsing. Get it on:
Chrome Web Store: open-os AI Browser Extension - Chrome Web Store (google.com)
LLM Browser Extension
Quick access to any local language model from your browser.
This beta is configured for Ollama models (Llama3, Phi3, Mistral, Gemma...). Simply click on the extension icon and start chatting with your virtual assistant. Right-click on the extension icon to open a new tab.
This extension has been developed and is maintained by @luishg with the help of ChatGPT and Github Copilot. Source code: https://github.com/luishg/open-os
Make sure you have installed Ollama, and it is running
Download Ollama: https://ollama.com/
Install any of the available models on Ollama. For example, for LLama3 from META, type "ollama run llama3:8b" in your OS terminal.
Llama-3 Installation video tutorial: https://www.youtube.com/watch?v=7ujZ1N4Pmz8
Some features of this first alpha version:
Compatible with any LLM model included in Ollama (Llama3, Phi3, Mistral, Gemma...)
Selector for on-the-fly switching between installed models
Direct access via the sidebar (in supported browsers) and through a new tab
Markdown format support
Text rendering by tokens (stream)
Simple and lightweight design
Open source