Skip to content

Local GPT

Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access.

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

Data

IDlocal-gpt
Authorpfrankov
Minimum Obsidian Version0.15.0
Official Release Date2023-12-21
Last update2026-05-02

Last Refresh

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

Community plugin snapshotJul 13, 2026
Repository clonelast successful checkout May 25, 2026
Release acquisitionrelease metadata checked Jun 22, 2026; existing successful main.js cache reused

Quick Links

Changes

DateChanged PropertyOld ValueNew Value
2023-12-21Plugin Added
2024-01-27descriptionLocal GPT assistance for maximum privacy and offline accessLocal GPT assistance for maximum privacy and offline access.
2024-06-25descriptionLocal GPT assistance for maximum privacy and offline access.Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access.
2026-05-12authorPavel Frankovpfrankov

Repository Data

LicenseMIT in package.json
MIT in LICENSE file
Package Managernpm
Uses TypescriptYes
Installed BundlersVite, esbuild
Installed Testing FrameworksVitest
Has Test FilesYes
Latest Release main.js Size2.84 MB
Detected ES VersionES2018
Probably MinifiedNo
main.js API Findings11 disclosures
Uses BRAT beta releasesNo
Dependencies@obsidian-ai-providers/sdk, idb, pdfjs-dist, sortablejs
Dev Dependencies@sveltejs/vite-plugin-svelte, @testing-library/jest-dom, @types/aria-query, @types/node, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @vitest/coverage-v8, builtin-modules, esbuild, esbuild-plugin-inline-worker, esbuild-svelte, eslint-plugin-sonarjs, jsdom, obsidian, prettier, simple-git-hooks, svelte, svelte-check, svelte-preprocess, ts-node, tslib, typescript, vite, 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
Editor BehaviorRegisters editor extensions
Embedded Base64 BlobIncludes large embedded base64 blobs
Global Handlers Or TimersRegisters events, DOM handlers, or intervals
Metadata AccessReads Obsidian metadata cache
Network AccessUses Obsidian request APIs, Uses browser network APIs
Private Network AccessReferences localhost or private-network addresses
Worker UsageUses Worker APIs
FindingTypeConfidenceEvidence
Evaluates dynamic code or injects scriptsWarningHighimport (1), Function (1), dynamic_code:function_constructor (1)
References localhost or private-network addressesWarningMediumlocalhost (4)
Reads or writes clipboard dataInfoHighnavigator.clipboard.writeText (1)
Uses persistent browser storageInfoHighindexedDB.open (1), localStorage.getItem (1), localStorage.setItem (1), localStorage (4)
Uses Worker APIsInfoHighWorker (2)
Includes large embedded base64 blobsInfoHighbase64 blob (1)
Registers editor extensionsInfoHighthis.registerEditorExtension (3)
Registers events, DOM handlers, or intervalsInfoHighrequestAnimationFrame (10), setInterval (3), setTimeout (27)
Reads Obsidian metadata cacheInfoHighapp.metadataCache (3)
References URLs or constructs URL objectsInfoHighhttp:// (11), https:// (87), URL (15), URLSearchParams (4)
Uses browser network APIsInfoHighfetch (2), XMLHttpRequest (2)
Uses Obsidian request APIsInfoHighobsidian.requestUrl (2)
Persists plugin settings or dataInfoHighthis.loadData (1), this.saveData (2)
Registers plugin settings UIInfoHighthis.addSettingTab (1), Setting (19), obsidian.Setting (19)
Registers commands, ribbon icons, or status bar itemsInfoHighthis.addStatusBarItem (1)
Accesses Obsidian vault APIsInfoHighapp.vault (4)
References Obsidian URI linksInfoHighobsidian:// (1)
Uses adapter-level vault filesystem APIsInfoHighapp.vault.adapter (1)
Accesses Obsidian workspace APIsInfoHighapp.workspace (10)

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 78941 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.0.02023-12-03Released while not listed
1.1.02023-12-12Released while not listed
1.1.12023-12-12Released while not listed
1.2.02023-12-12Released while not listed
1.3.02023-12-13Released while not listed
1.4.02023-12-16Released while not listed
1.4.12023-12-19Released while not listed
1.4.22023-12-21None
1.5.02024-01-07None
1.6.02024-01-11None
1.6.12024-01-12None
1.6.22024-01-13None
1.6.32024-01-16None
1.7.02024-01-18None
1.8.02024-06-16None
1.8.12024-08-03None
1.9.02024-09-07None
1.10.02024-09-16None
1.11.02024-09-22None
1.12.02024-09-29None
1.13.02024-10-06None
1.13.12024-10-07None
1.14.02024-10-10None
1.14.12024-10-12None
1.14.22024-10-15None
1.14.32024-10-18None
1.14.42024-11-16None
1.14.52024-12-02None
1.14.62024-12-05None
1.14.72024-12-05None
2.0.02025-02-19None
2.0.12025-02-20None
2.1.02025-03-05None
3.0.02025-08-12None
3.0.12025-08-12None
3.1.02025-08-23None
3.2.12025-08-26None
3.2.22025-08-27None
3.4.02025-09-10None
3.5.02025-11-30None
3.6.02025-12-08None
3.7.02026-01-18None
3.7.12026-01-18None
4.0.02026-01-25None
4.1.02026-03-06None
4.2.02026-03-29None
4.2.12026-04-18None
4.2.22026-05-02None

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.