by Demfier
AI-powered citation search & paper review for Overleaf — Chrome extension. Think Google Scholar but inside Overleaf. Also works with OpenAI Prism.
# Add to your Claude Code skills
git clone https://github.com/Demfier/openleaf.bib file automatically





openleaf-extension-v0.1.0.zip from Releaseschrome://extensionsgit clone https://github.com/demfier/openleaf.git
cd openleaf
npm install
npm run build
Then load in Chrome:
chrome://extensionsopenleaf folderClick the extension icon → Options (or right-click → Options) to configure:
Works with any OpenAI-compatible API:
| Backend | Base URL | API Key? |
|---------|----------|----------|
| Ollama (default) | http://localhost:11434/v1 | No |
| vLLM | http://your-server:8000/v1 | Optional |
| OpenAI | https://api.openai.com/v1 | Yes |
| OpenRouter | https://openrouter.ai/api/v1 | Yes |
| Together | https://api.together.xyz/v1 | Yes |
| Groq | https://api.groq.com/openai/v1 | Yes |
Ollama on Mac/Linux: By default, Ollama blocks requests from browser extensions. You need to allow Chrome extension origins before starting Ollama:
OLLAMA_ORIGINS=chrome-extension://* ollama serveTo set this permanently:
launchctl setenv OLLAMA_ORIGINS "chrome-extension://*"Then restart Ollama. Without this, the reviewer will return a 403 error.
npm run dev # build with watch mode
After changing code, go to chrome://extensions and click the reload button on the extension.
See PRIVACY.md. TL;DR: No data collection, no analytics, no accounts. Everything stays in your browser.
MIT
No comments yet. Be the first to share your thoughts!