Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
A RAG LLM co-pilot for browsing the web, powered by local LLMs
| Date | Stars |
|---|---|
| 2026-07-31 | 1516 |
| 2026-08-03 | 1516 |
| 2026-08-12 | 1516 |
| 2026-09-02 | 1515 |
| 2026-09-09 | 1515 |
| 2026-09-16 | 1514 |
| 2026-09-18 | 1513 |
| 2026-09-20 | 1513 |
Today
— stars today
This week
-2 stars this week
This month
-3 stars this month
Momentum
0.0
growth rate 0.00%/day
# Lumos <p align="left"> <a href="https://github.com/andrewnguonly/Lumos/actions/workflows/ci.yml" alt="CI"><img src="https://github.com/andrewnguonly/Lumos/actions/workflows/ci.yml/badge.svg" /></a> <a href="https://wiki.mutable.ai/andrewnguonly/Lumos" alt="Mutable.ai Auto Wiki"><img src="https://img.shields.io/badge/Auto_Wiki-Mutable.ai-blue" /></a> </p> A RAG LLM co-pilot for browsing the web, powered by local LLMs.  This Chrome extension is powered by [Ollama](https://ollama.ai/). Inference is done on your local machine without any _remote_ server support. However, due to security constraints in the Chrome extension platform, the app does rely on _local_ server support to run the LLM. This app is inspired by the [Chrome extension example](https://github.com/mlc-ai/web-llm/tree/main/examples/chrome-extension) provided by the [Web LLM project](https://webllm.mlc.ai/) and the [local LLM examples](https://js.langchain.com/docs/use_cases/question_answering/local_retrieval_qa) provided by [LangChain](https://github.com/langchain-ai/langchainjs). - [Ollama (Home)](https://ollama.ai/) - [Ollama (GitHub)](https://github.com/jmorganca/ollama) _Lumos. Nox. Lumos. Nox._ ## Use Cases - Summarize long threads on issue tracking sites, forums, and social media sites. - Summarize news articles. - Ask questions about reviews on business and product pages. - Ask questions about long, technical documentation. - ... what else? ## Ollama Server A local Ollama server is needed for the embedding database and LLM inference. Download and install Ollama and the CLI [here](https://ollama.ai/). ### Pull Image Example: ``` ollama pull llama2 ``` ### Start Server Example: ``` OLLAMA_ORIGINS=chrome-extension://* ollama serve ``` Terminal output: ``` 2023/11/19 20:55:16 images.go:799: total blobs: 6 2023/11/19 20:55:16 images.go:806: total unused blobs removed: 0 2023/11/19 20:55:16 routes.go:777: Listening on 127.0.0.1:11434 (version 0.1.10) ``` Note: The environment variable `OLLAMA_ORIGINS` must be set to `chrome-extension://*` to allow requests originating from the Chrome extension. The following error will occur in the Chrome extension if `OLLAMA_ORIGINS` is not set properly. ``` Access to fetch at 'http://localhost:11434/api/tags' from origin 'chrome-extension://<extension_id>' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled. ``` ### macOS Run `launchctl setenv` to set `OLLAMA_ORIGINS`. ``` launchctl setenv OLLAMA_ORIGINS "chrome-extension://*" ``` [Setting environment variables on Mac (Ollama)](https://github.com/ollama/ollama/blob/main/docs/faq.md#setting-environment-variables-on-mac) ### Docker The Ollama server can also be [run in a Docker container](https://hub.docker.com/r/ollama/ollama). The container should have the `OLLAMA_ORIGINS` environment variable set to `chrome-extension://*`. Run `docker run` with the `-e` flag to set the `OLLAMA_ORIGINS` environment variable: ``` docker run -e OLLAMA_ORIGINS="chrome-extension://*" -d -v ollama:/root/.ollama -p 11434:11434 --name ollama ollama/ollama ``` ## Chrome Extension In the project directory, you can run: ### `npm test` Launches the test runner in the interactive watch mode.\ See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information. ### `npm run lint` Runs `eslint` and `prettier` on `src` and `__tests__` files. ### `npm run build` Builds the app for production to the `dist` folder.\ It correctly bundles React in production mode and optimizes the build for the best performance. The build is minified and the filenames include the hashes.\ Your app is ready to be deployed! See the section about [deployment](https://facebook.github.io/create-react-app/docs/deploy
Excerpt of 11,261 characters
Read on GitHubAndrew Nguonly · United States
189
Ikko Eltociear Ashimine · Japan
1
vin
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:067d7e353d968b87, topic:llm