Skip to content

Karpathy LLM Wiki

Karpathy's LLM Wiki implementation - multi-page knowledge generation with entity/concept pages and conversational query. - This plugin has not been manually reviewed by Obsidian staff.

The above warnings are based on limited information and might not always be accurate.

Data

IDkarpathywiki
AuthorGreener-Dalii
FundingSupport the Author
Minimum Obsidian Version1.11.0
Official Release Date2026-05-13
Last update2026-07-10

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jul 13, 2026.

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout Jul 13, 2026
Release acquisitionrelease metadata checked Jul 13, 2026; latest main.js acquired

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2026-05-13Plugin Added
2026-05-15Plugin Removed
2026-05-15Plugin Re-Added
2026-06-04Plugin Removed
2026-06-04Plugin Re-Added
2026-06-11Plugin Removed
2026-06-11Plugin Re-Added
2026-06-15descriptionThis plugin has not been manually reviewed by Obsidian staff. Karpathy's LLM Wiki implementation - multi-page knowledge generation with entity/concept pages and conversational query.Karpathy's LLM Wiki implementation - multi-page knowledge generation with entity/concept pages and conversational query. - This plugin has not been manually reviewed by Obsidian staff.
2026-06-22Plugin Removed
2026-06-22Plugin Re-Added
2026-07-10Plugin Removed
2026-07-10Plugin Re-Added

Repository Data

LicenseApache-2.0 in package.json
Unrecognized in LICENSE file
Package Managernpm, pnpm
Uses TypescriptYes
Installed Bundlersesbuild
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size3.09 MB
Detected ES VersionES2018
Probably MinifiedNo
main.js API Findings13 disclosures
Uses BRAT beta releasesNo
Dependencies@ai-sdk/anthropic, @ai-sdk/openai, @ai-sdk/openai-compatible, ai, zod
Dev Dependencies@types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, esbuild, eslint, eslint-plugin-obsidianmd, jsdom, obsidian, tslib, typescript, 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.

DisclosureDetected From
Adapter File AccessUses adapter-level vault filesystem APIs
Clipboard AccessReads or writes clipboard data
Cors Free Network AccessUses Obsidian request APIs
Dynamic Code Or Remote CodeEvaluates dynamic code or injects scripts
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Obsidian request APIs, Uses browser network APIs
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Vault File WriteRenames, deletes, trashes, or copies vault files, Writes vault files
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighdynamic_code:function_constructor (1)
Uses Node process or subprocess APIsWarningHighprocess.env (2)
References localhost or private-network addressesWarningMedium127.0.0.1 (1), localhost (6)
Renames, deletes, trashes, or copies vault filesWarningHighapp.fileManager.trashFile (3)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (1)
Registers events, DOM handlers, or intervalsInfoHighsetTimeout (4)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (1), app.metadataCache (2)
References URLs or constructs URL objectsInfoHighhttp:// (12), https:// (22), URL (17), URLSearchParams (2)
Uses browser network APIsInfoHighfetch (2)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (1)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (46), obsidian.Setting (46)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (10), this.addRibbonIcon (2), this.addStatusBarItem (1)
Accesses Obsidian vault APIsInfoHighapp.vault (79)
Accesses vault foldersInfoHighapp.vault.getRoot (1)
Enumerates vault filesInfoHighapp.vault.getFiles (1), app.vault.getMarkdownFiles (14)
Opens or creates files through workspace or file manager APIsInfoHighapp.workspace.openLinkText (2), workspace_file_open:getLeaf.openFile (1)
Reads vault filesInfoHighapp.vault.read (9)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (2)
Writes vault filesInfoHighapp.vault.create (5), app.vault.createFolder (4), app.vault.process (8)
Accesses Obsidian workspace APIsInfoHighapp.workspace (6)
Accesses the active file or editorInfoHighapp.workspace.getActiveFile (1)
Registers or manipulates workspace views and panesInfoHighapp.workspace.getLeavesOfType (2), app.workspace.revealLeaf (2), 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 46712 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

VersionRelease DateNote
1.2.02026-04-27Released while not listed
1.3.1-beta2026-04-28Prerelease, Released while not listed
1.4.02026-04-28Released while not listed
1.6.12026-04-29Prerelease, Released while not listed
1.6.52026-05-03Released while not listed
1.7.02026-05-06Released while not listed
1.7.1-beta2026-05-08Prerelease, Released while not listed
1.7.5-beta2026-05-09Prerelease, Released while not listed
1.7.72026-05-13None
1.7.82026-05-13None
1.7.92026-05-13None
1.7.112026-05-15None
1.7.122026-05-15None
1.7.142026-05-15None
1.7.152026-05-15None
1.7.162026-05-15None
1.7.172026-05-16None
1.7.182026-05-16None
1.7.192026-05-17None
1.7.202026-05-17None
1.8.02026-05-17None
1.8.12026-05-18None
1.9.02026-05-19None
1.9.12026-05-19None
1.10.02026-05-20None
1.10.12026-05-20None
1.10.22026-05-20None
1.11.02026-05-26None
1.12.02026-05-27None
1.12.12026-05-28None
1.12.22026-05-28None
1.12.32026-05-28None
1.12.42026-05-28None
1.12.52026-05-30None
1.12.62026-05-30None
1.13.02026-05-31None
1.14.02026-06-01None
1.15.02026-06-03None
1.16.02026-06-04None
1.16.12026-06-05None
1.16.22026-06-06None
1.16.32026-06-07None
1.17.02026-06-08None
1.18.12026-06-11None
1.18.22026-06-12None
1.19.02026-06-16None
1.19.12026-06-17None
1.20.02026-06-18None
1.20.12026-06-18Prerelease
1.20.22026-06-19None
1.20.32026-06-19None
1.21.02026-06-22None
1.21.12026-06-22None
1.22.02026-06-23None
1.22.12026-06-24None
1.22.22026-06-26None
1.22.32026-06-26None
1.22.42026-06-27None
1.22.52026-06-29None
1.22.62026-06-30None
1.23.02026-07-02None
1.23.12026-07-02None
1.23.22026-07-05None
1.24.02026-07-10None

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.