{"id":49360612,"url":"https://github.com/inledgroup/weby-edgeai","last_synced_at":"2026-04-27T16:10:02.501Z","repository":{"id":349169332,"uuid":"1168771500","full_name":"InledGroup/Weby-edgeai","owner":"InledGroup","description":"Weby is a browser extension that can read the page that you are viewing with local AI models","archived":false,"fork":false,"pushed_at":"2026-04-04T14:26:50.000Z","size":1500,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-04-04T16:53:05.953Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/InledGroup.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-02-27T19:24:55.000Z","updated_at":"2026-04-04T14:26:53.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/InledGroup/Weby-edgeai","commit_stats":null,"previous_names":["inledgroup/weby-edgeai"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/InledGroup/Weby-edgeai","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FWeby-edgeai","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FWeby-edgeai/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FWeby-edgeai/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FWeby-edgeai/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/InledGroup","download_url":"https://codeload.github.com/InledGroup/Weby-edgeai/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/InledGroup%2FWeby-edgeai/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32343806,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"online","status_checked_at":"2026-04-27T02:00:06.769Z","response_time":128,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-04-27T16:10:00.948Z","updated_at":"2026-04-27T16:10:02.494Z","avatar_url":"https://github.com/InledGroup.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🚀 Weby: Your Private, Local-First Web AI Sidekick\n\n**Weby** is a revolutionary browser extension that brings the power of Large Language Models (LLMs) directly into your browser—**100% locally**. No API keys, no subscriptions, and total privacy. Weby indexes the pages you visit in real-time, allowing you to chat with your web content, summarize articles, and extract insights without your data ever leaving your machine.\n\n![Weby Logo](public/inledai.svg)\n\n---\n\n## ✨ Key Features\n\n- **🔒 100% Local Privacy:** Everything runs on your hardware. No data is sent to external servers or AI providers.\n- **🧠 Intelligent Web RAG:** High-performance Retrieval-Augmented Generation (RAG) that understands the specific context of the website you are currently viewing.\n- **🔄 Tab-Synced Conversations:** Switch tabs, and Weby automatically brings up the last conversation you had for that specific URL.\n- **⚡ Supercharged Sidebar:** A sleek, ChatGPT-like interface that lives in your browser's side panel for instant access.\n- **🌐 Web Research Mode:** Need more info? Weby can search the web locally to supplement its knowledge.\n- **🛠️ MCP Integration:** Connect to Model Context Protocol (MCP) servers like Notion, Google Drive, or local tools to extend your AI's capabilities.\n- **🎙️ Voice Mode:** Talk to your web content and hear responses back with built-in Speech-to-Text and Text-to-Speech.\n\n---\n\n## 🛠️ Installation (Developer Mode)\n\nSince Weby runs high-performance WASM and WebGPU models locally, it is currently distributed as a developer-mode extension for maximum performance.\n\n1. **Download the Latest Build:** Go to the [Releases](https://github.com/InledGroup/Weby-edgeai) page and download `weby-extension.zip`.\n2. **Unzip the File:** Extract the contents to a folder on your computer.\n3. **Open Extensions Page:** In Chrome (or any Chromium browser), go to `chrome://extensions`.\n4. **Enable Developer Mode:** Toggle the switch in the top right corner.\n5. **Load Unpacked:** Click the \"Load unpacked\" button and select the folder you just extracted (the one containing `manifest.json`).\n6. **Start Chatting:** Open the side panel by clicking the Weby icon and start chatting!\n\n---\n\n## 🚀 How it Works\n\nWeby uses a sophisticated local pipeline to provide high-quality AI responses:\n\n1. **Extraction:** It uses `Turndown` to convert the active tab's HTML into clean Markdown.\n2. **Indexing:** A local embedding model (via `Wllama` or `WebLLM`) chunks and vectors the text into an IndexedDB.\n3. **Retrieval:** When you ask a question, Weby performs a hybrid semantic search to find the most relevant parts of the page.\n4. **Generation:** A local LLM (like Qwen 3 0.5B or - Llama 3.2 1B) processes the context and generates an answer right in your browser.\n\n---\n\n## 🔧 Technology Stack\n\n- **Frontend:** Preact + Tailwind CSS\n- **Local AI Engines:** WebLLM (WebGPU) \u0026 Wllama (WASM)\n- **Database:** IndexedDB (via `idb`)\n- **Communication:** Chrome Extension Bridge\n- **Workflow:** Automated CI/CD via GitHub Actions\n\n---\n\n## 🤝 Contributing\n\nWe welcome contributions! Whether it's reporting a bug, suggesting a feature, or submitting a pull request, your help makes Weby better for everyone.\n\n1. Fork the Project\n2. Create your Feature Branch (`git checkout -b feature/AmazingFeature`)\n3. Commit your Changes (`git commit -m 'Add some AmazingFeature'`)\n4. Push to the Branch (`git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n---\n\n## 📜 License\n\nDistributed under the GNU GPLv3.0 License. See `LICENSE` for more information.\n\n---\n\n\u003cp align=\"center\"\u003e\n  Built with ❤️ by \u003cb\u003eInled Group\u003c/b\u003e\n\u003c/p\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fweby-edgeai","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Finledgroup%2Fweby-edgeai","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Finledgroup%2Fweby-edgeai/lists"}