lilbee
This plugin has not been manually reviewed by Obsidian staff. A local AI search engine and native LLM manager for your vault, with a built-in web crawler. Ask it anything and get cited answers (local RAG). Works with Ollama, LM Studio, and frontier models too.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | lilbee |
| Author | tobocop2 |
| Minimum Obsidian Version | 1.8.7 |
| Official Release Date | 2026-06-07 |
| Last update | 2026-06-13 |
Last Refresh
Obsidian Stats last refreshed the data behind this page on Jun 15, 2026.
| Community plugin snapshot | Jun 15, 2026 |
| Repository clone | last successful checkout Jun 15, 2026 |
| Release acquisition | release metadata checked Jun 15, 2026; latest main.js acquired |
Quick Links
Changes
| Date | Changed Property | Old Value | New Value |
|---|---|---|---|
| 2026-06-07 | Plugin Added | ||
| 2026-06-08 | description | This plugin has not been manually reviewed by Obsidian staff. Turn your vault into a private, local search engine that crawls websites into your library. A built-in manager runs AI models in one click, or use Ollama or LM Studio. | This plugin has not been manually reviewed by Obsidian staff. Local RAG for your vault: ask questions and chat with your notes, PDFs, and crawled web pages, with click-to-verify citations. Runs local LLMs for you, or bring your own from Ollama, LM Studio |
| 2026-06-08 | description | This plugin has not been manually reviewed by Obsidian staff. Local RAG for your vault: ask questions and chat with your notes, PDFs, and crawled web pages, with click-to-verify citations. Runs local LLMs for you, or bring your own from Ollama, LM Studio | This plugin has not been manually reviewed by Obsidian staff. Search, ask, and chat with your vault: notes, PDFs, code, scans, 150+ file types. Cited answers (local RAG) from local LLMs, Ollama, LM Studio, or Claude/Gemini/OpenAI. |
| 2026-06-12 | description | This plugin has not been manually reviewed by Obsidian staff. Search, ask, and chat with your vault: notes, PDFs, code, scans, 150+ file types. Cited answers (local RAG) from local LLMs, Ollama, LM Studio, or Claude/Gemini/OpenAI. | This plugin has not been manually reviewed by Obsidian staff. A local AI search engine and native LLM manager for your vault, with a built-in web crawler. Ask it anything and get cited answers (local RAG). Works with Ollama, LM Studio, and frontier models too. |
Repository Data
| License | Not Found in package.json MIT in LICENSE
file
|
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Vitest |
| Has Test Files | Yes |
Latest Release main.js Size
| 504 KB |
| Detected ES Version | ES2022 |
| Probably Minified | No |
| main.js API Findings | 9 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | fflate |
| Dev Dependencies | @eslint/js, @types/node, @vitest/coverage-v8, esbuild, eslint, eslint-config-prettier, eslint-plugin-obsidianmd, husky, nano-staged, obsidian, prettier, typescript, typescript-eslint, vitest |
main.js API Findings
These conservative findings come from static analysis of the latest release main.js. The table includes warnings and high-confidence
informational findings; lower-confidence informational findings are omitted to reduce false positives. Warnings indicate usage of potentially risky
APIs, but such APIs can be used safely if handled with care.
| Disclosure | Detected From |
|---|---|
| Adapter File Access | Uses adapter-level vault filesystem APIs |
| Clipboard Access | Reads or writes clipboard data |
| Full Vault Access | Enumerates vault files |
| Global Handlers Or Timers | Registers events, DOM handlers, or intervals |
| Node Filesystem Access | Uses direct Node filesystem-related modules |
| Private Network Access | References localhost or private-network addresses |
| Process Or Shell Access | Uses Node process or subprocess APIs |
| Vault File Write | Writes vault files |
| Workspace Layout | Registers or manipulates workspace views and panes |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses Electron desktop APIs | Warning | High | electron (3) |
| Uses direct Node filesystem-related modules | Warning | High | fs (1), os (1), path (1) |
| Uses Node process or subprocess APIs | Warning | High | process.env (8), process.platform (9), child_process (1) |
| References localhost or private-network addresses | Warning | Medium | 127.0.0.1 (6), localhost (4) |
| Reads or writes clipboard data | Info | High | navigator.clipboard.writeText (1) |
| Registers events, DOM handlers, or intervals | Info | High | this.registerDomEvent (2), this.registerEvent (5), this.registerInterval (1) |
| References URLs or constructs URL objects | Info | High | http:// (8), https:// (6), URLSearchParams (10) |
| Persists plugin settings or data | Info | High | this.loadData (1), this.saveData (1) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (55), obsidian.Setting (55) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addCommand (27), this.addRibbonIcon (2), this.addStatusBarItem (2) |
| Accesses Obsidian vault APIs | Info | High | app.vault (17) |
| Enumerates vault files | Info | High | app.vault.getFiles (2) |
| Opens or creates files through workspace or file manager APIs | Info | High | app.workspace.openLinkText (2) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (2) |
| Writes vault files | Info | High | app.vault.create (1), app.vault.createFolder (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (32) |
| Accesses the active file or editor | Info | High | app.workspace.getActiveFile (3) |
| Registers or manipulates workspace views and panes | Info | High | app.workspace.getLeavesOfType (10), app.workspace.revealLeaf (10), registerView (1) |
The above data may not be accurate and contain errors. For more information refer to the page about data collection.
Lines of Code
The plugin has a total of 50786 lines of code. The following chart shows the lines of code split by programming language.
Downloads
The following chart shows the total number of downloads of the plugin over time. The second chart shows the delta of downloads per week, which is the number of new downloads per week. New version releases are marked with vertical lines.
Version History
| Version | Release Date | Note |
|---|---|---|
| 0.1.0 | 2026-03-18 | Released while not listed |
| 0.1.1 | 2026-03-18 | Released while not listed |
| 0.1.2 | 2026-03-18 | Released while not listed |
| 0.1.3 | 2026-03-19 | Released while not listed |
| 0.1.4 | 2026-03-20 | Released while not listed |
| 0.1.5 | 2026-03-20 | Released while not listed |
| 0.6.66 | 2026-06-06 | Released while not listed |
| 0.6.67 | 2026-06-07 | None |
| 0.6.68 | 2026-06-12 | None |
| 0.6.69 | 2026-06-12 | None |
| 0.6.70 | 2026-06-13 | None |
| 0.6.71 | 2026-06-13 | None |
Blacklisted versions are versions that are known to cause major issues or contain security concerns and have thus been blacklisted by the Obsidian team. Obsidian will disable plugins on startup whose installed version is blacklisted. Released while not listed versions happened outside the period where the plugin was present in the community plugin list and are excluded from aggregate release statistics.