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

ID smart-second-brain
Author your-papa
Minimum Obsidian Version 1.5.0
Official Release Date 2024-02-19
Last update 2024-05-18

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 3, 2026
Release acquisition release metadata checked Jun 12, 2026; existing successful main.js cache reused

Quick Links

Changes

Date Changed Property Old Value New Value
2024-02-19 Plugin Added
2024-02-21 repo nicobrauchtgit/obsidian-Smart2Brain your-papa/obsidian-Smart2Brain
2026-05-12 author Leo310, nicobrauchtgit your-papa

Repository Data

License Not Found in package.json
AGPL-3.0 in LICENSE file
Package Manager bun
Uses Typescript Yes
Installed Bundlers Vite
Installed Testing Frameworks BunTest
Has Test Files No
Latest Release main.js Size 1.97 MB
Detected ES Version ES2020
Probably Minified Yes
main.js API Findings 16 disclosures
Uses BRAT beta releases No
Dependencies i18next, 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.

Disclosure Detected From
Adapter File Access Uses adapter-level vault filesystem APIs
Clipboard Access Reads or writes clipboard data
Cors Free Network Access Uses Obsidian request APIs
Embedded Base64 Blob Includes large embedded base64 blobs
Full Vault Access Enumerates vault files
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache
Network Access Uses Node HTTP modules, Uses Obsidian request APIs, Uses browser network APIs
Node Filesystem Access Uses direct Node filesystem-related modules
Note Content Access Reads vault files
Private Network Access References localhost or private-network addresses
Process Or Shell Access Uses Node process or subprocess APIs
Source Map Comment Includes a source map comment
Vault File Write Renames, deletes, trashes, or copies vault files, Writes vault files
Worker Usage Uses Worker APIs
Workspace Layout Registers or manipulates workspace views and panes
Finding Type Confidence Evidence
Uses direct Node filesystem-related modules Warning High fs (1), os (1), path (1), stream (1)
Uses Node process or subprocess APIs Warning High process.env (11), process.platform (1)
References localhost or private-network addresses Warning Medium 127.0.0.1 (4), localhost (16)
Renames, deletes, trashes, or copies vault files Warning High app.vault.copy (1)
Reads or writes clipboard data Info High navigator.clipboard.writeText (1)
Uses persistent browser storage Info High localStorage.setItem (1), caches (12), indexedDB (6), localStorage (3)
Uses Worker APIs Info High Worker (1)
Includes a source map comment Info High sourceMappingURL (1)
Includes large embedded base64 blobs Info High base64 blob (2)
Registers events, DOM handlers, or intervals Info High requestAnimationFrame (1), setInterval (4), setTimeout (28), this.registerEvent (4)
Reads Obsidian metadata cache Info High app.metadataCache.getFileCache (1), app.metadataCache.getFirstLinkpathDest (1), app.metadataCache (2)
References URLs or constructs URL objects Info High http:// (21), https:// (27), URL (5), URLSearchParams (24)
Uses browser network APIs Info High fetch (10)
Uses Node HTTP modules Info High http (1), https (1)
Uses Obsidian request APIs Info High obsidian.requestUrl (4)
Persists plugin settings or data Info High this.loadData (1), this.saveData (2)
Registers plugin settings UI Info High this.addSettingTab (1)
Registers commands, ribbon icons, or status bar items Info High this.addCommand (3), this.addRibbonIcon (1)
Accesses Obsidian vault APIs Info High app.vault (17)
Enumerates vault files Info High app.vault.getMarkdownFiles (2)
Reads vault files Info High app.vault.cachedRead (1)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (10)
Writes vault files Info High app.vault.create (1), app.vault.createFolder (1)
Accesses Obsidian workspace APIs Info High app.workspace (16)
Registers or manipulates workspace views and panes Info High app.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

Version Release Date Note
0.1.0 2024-01-26 Released while not listed
0.1.1 2024-01-29 Released while not listed
0.1.2 2024-02-04 Released while not listed
0.1.3 2024-02-18 Released while not listed
0.1.4 2024-02-22 None
0.2.0 2024-02-26 None
0.2.1 2024-02-27 None
0.2.2 2024-02-27 None
0.2.3 2024-02-27 None
0.2.4 2024-02-28 None
0.2.5 2024-02-28 None
0.2.6 2024-02-29 None
0.2.7 2024-03-01 None
0.2.8 2024-03-03 None
0.3.0 2024-03-05 None
0.3.1 2024-03-06 None
0.3.2 2024-03-11 None
0.4.0 2024-03-14 None
0.4.1 2024-03-14 None
0.5.0 2024-03-25 None
0.5.1 2024-03-26 None
0.6.0 2024-03-29 None
0.6.1 2024-04-01 None
1.0.0 2024-04-02 None
1.0.1 2024-04-05 None
1.0.2 2024-04-07 None
1.1.1 2024-04-30 None
1.2.0 2024-05-03 None
1.3.0 2024-05-18 None
2.0.0-beta 2026-04-26 Prerelease

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.