Skip to content

Smart Second Brain

Interact with your privacy focused assistant by leveraging Ollama or OpenAI and making your second brain even smarter.

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

Data

IDsmart-second-brain
Authoryour-papa
Minimum Obsidian Version1.5.0
Official Release Date2024-02-19
Last update2024-05-18

Last Refresh

Obsidian Stats last refreshed the data behind this page on Jun 22, 2026.

Community plugin snapshotJun 22, 2026
Repository clonelast successful checkout Jun 3, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2024-02-19Plugin Added
2024-02-21reponicobrauchtgit/obsidian-Smart2Brainyour-papa/obsidian-Smart2Brain
2026-05-12authorLeo310, nicobrauchtgityour-papa

Repository Data

LicenseNot Found in package.json
AGPL-3.0 in LICENSE file
Package Managerbun
Uses TypescriptYes
Installed BundlersVite
Installed Testing FrameworksBunTest
Has Test FilesNo
Latest Release main.js Size1.97 MB
Detected ES VersionES2020
Probably MinifiedYes
main.js API Findings16 disclosures
Uses BRAT beta releasesNo
Dependenciesi18next, monkey-around, nanoid, svelte-i18n
Dev Dependencies@biomejs/biome, @rollup/plugin-json, @rollup/plugin-typescript, @sveltejs/vite-plugin-svelte, @tsconfig/svelte, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, autoprefixer, builtin-modules, bun-types, eslint, obsidian, postcss, svelte, svelte-check, tailwindcss, tslib, typescript, vite

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
Embedded Base64 BlobIncludes large embedded base64 blobs
Full Vault AccessEnumerates vault files
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Node HTTP modules, Uses Obsidian request APIs, Uses browser network APIs
Node Filesystem AccessUses direct Node filesystem-related modules
Note Content AccessReads vault files
Private Network AccessReferences localhost or private-network addresses
Process Or Shell AccessUses Node process or subprocess APIs
Source Map CommentIncludes a source map comment
Vault File WriteRenames, deletes, trashes, or copies vault files, Writes vault files
Worker UsageUses Worker APIs
Workspace LayoutRegisters or manipulates workspace views and panes
FindingTypeConfidenceEvidence
Uses direct Node filesystem-related modulesWarningHighfs (1), os (1), path (1), stream (1)
Uses Node process or subprocess APIsWarningHighprocess.env (11), process.platform (1)
References localhost or private-network addressesWarningMedium127.0.0.1 (4), localhost (16)
Renames, deletes, trashes, or copies vault filesWarningHighapp.vault.copy (1)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (1)
Uses persistent browser storageInfoHighlocalStorage.setItem (1), caches (12), indexedDB (6), localStorage (3)
Uses Worker APIsInfoHighWorker (1)
Includes a source map commentInfoHighsourceMappingURL (1)
Includes large embedded base64 blobsInfoHighbase64 blob (2)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (1), setInterval (4), setTimeout (28), this.registerEvent (4)
Reads Obsidian metadata cacheInfoHighapp.metadataCache.getFileCache (1), app.metadataCache.getFirstLinkpathDest (1), app.metadataCache (2)
References URLs or constructs URL objectsInfoHighhttp:// (21), https:// (27), URL (5), URLSearchParams (24)
Uses browser network APIsInfoHighfetch (10)
Uses Node HTTP modulesInfoHighhttp (1), https (1)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (4)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addCommand (3), this.addRibbonIcon (1)
Accesses Obsidian vault APIsInfoHighapp.vault (17)
Enumerates vault filesInfoHighapp.vault.getMarkdownFiles (2)
Reads vault filesInfoHighapp.vault.cachedRead (1)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (10)
Writes vault filesInfoHighapp.vault.create (1), app.vault.createFolder (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (16)
Registers or manipulates workspace views and panesInfoHighapp.workspace.detachLeavesOfType (3), app.workspace.getLeavesOfType (7), app.workspace.revealLeaf (1), registerView (2)

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 2446 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
0.1.02024-01-26Released while not listed
0.1.12024-01-29Released while not listed
0.1.22024-02-04Released while not listed
0.1.32024-02-18Released while not listed
0.1.42024-02-22None
0.2.02024-02-26None
0.2.12024-02-27None
0.2.22024-02-27None
0.2.32024-02-27None
0.2.42024-02-28None
0.2.52024-02-28None
0.2.62024-02-29None
0.2.72024-03-01None
0.2.82024-03-03None
0.3.02024-03-05None
0.3.12024-03-06None
0.3.22024-03-11None
0.4.02024-03-14None
0.4.12024-03-14None
0.5.02024-03-25None
0.5.12024-03-26None
0.6.02024-03-29None
0.6.12024-04-01None
1.0.02024-04-02None
1.0.12024-04-05None
1.0.22024-04-07None
1.1.12024-04-30None
1.2.02024-05-03None
1.3.02024-05-18None
2.0.0-beta2026-04-26Prerelease

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.