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

ID local-gpt
Author pfrankov
Minimum Obsidian Version 0.15.0
Official Release Date 2023-12-21
Last update 2026-05-02

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 May 25, 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
2023-12-21 Plugin Added
2024-01-27 description Local GPT assistance for maximum privacy and offline access Local GPT assistance for maximum privacy and offline access.
2024-06-25 description Local GPT assistance for maximum privacy and offline access. Local Ollama and OpenAI-like GPT's assistance for maximum privacy and offline access.
2026-05-12 author Pavel Frankov pfrankov

Repository Data

License MIT in package.json
MIT in LICENSE file
Package Manager npm
Uses Typescript Yes
Installed Bundlers Vite, esbuild
Installed Testing Frameworks Vitest
Has Test Files Yes
Latest Release main.js Size 2.84 MB
Detected ES Version ES2018
Probably Minified No
main.js API Findings 11 disclosures
Uses BRAT beta releases No
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.

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
Dynamic Code Or Remote Code Evaluates dynamic code or injects scripts
Editor Behavior Registers editor extensions
Embedded Base64 Blob Includes large embedded base64 blobs
Global Handlers Or Timers Registers events, DOM handlers, or intervals
Metadata Access Reads Obsidian metadata cache
Network Access Uses Obsidian request APIs, Uses browser network APIs
Private Network Access References localhost or private-network addresses
Worker Usage Uses Worker APIs
Finding Type Confidence Evidence
Evaluates dynamic code or injects scripts Warning High import (1), Function (1), dynamic_code:function_constructor (1)
References localhost or private-network addresses Warning Medium localhost (4)
Reads or writes clipboard data Info High navigator.clipboard.writeText (1)
Uses persistent browser storage Info High indexedDB.open (1), localStorage.getItem (1), localStorage.setItem (1), localStorage (4)
Uses Worker APIs Info High Worker (2)
Includes large embedded base64 blobs Info High base64 blob (1)
Registers editor extensions Info High this.registerEditorExtension (3)
Registers events, DOM handlers, or intervals Info High requestAnimationFrame (10), setInterval (3), setTimeout (27)
Reads Obsidian metadata cache Info High app.metadataCache (3)
References URLs or constructs URL objects Info High http:// (11), https:// (87), URL (15), URLSearchParams (4)
Uses browser network APIs Info High fetch (2), XMLHttpRequest (2)
Uses Obsidian request APIs Info High obsidian.requestUrl (2)
Persists plugin settings or data Info High this.loadData (1), this.saveData (2)
Registers plugin settings UI Info High this.addSettingTab (1), Setting (19), obsidian.Setting (19)
Registers commands, ribbon icons, or status bar items Info High this.addStatusBarItem (1)
Accesses Obsidian vault APIs Info High app.vault (4)
References Obsidian URI links Info High obsidian:// (1)
Uses adapter-level vault filesystem APIs Info High app.vault.adapter (1)
Accesses Obsidian workspace APIs Info High app.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

Version Release Date Note
1.0.0 2023-12-03 Released while not listed
1.1.0 2023-12-12 Released while not listed
1.1.1 2023-12-12 Released while not listed
1.2.0 2023-12-12 Released while not listed
1.3.0 2023-12-13 Released while not listed
1.4.0 2023-12-16 Released while not listed
1.4.1 2023-12-19 Released while not listed
1.4.2 2023-12-21 None
1.5.0 2024-01-07 None
1.6.0 2024-01-11 None
1.6.1 2024-01-12 None
1.6.2 2024-01-13 None
1.6.3 2024-01-16 None
1.7.0 2024-01-18 None
1.8.0 2024-06-16 None
1.8.1 2024-08-03 None
1.9.0 2024-09-07 None
1.10.0 2024-09-16 None
1.11.0 2024-09-22 None
1.12.0 2024-09-29 None
1.13.0 2024-10-06 None
1.13.1 2024-10-07 None
1.14.0 2024-10-10 None
1.14.1 2024-10-12 None
1.14.2 2024-10-15 None
1.14.3 2024-10-18 None
1.14.4 2024-11-16 None
1.14.5 2024-12-02 None
1.14.6 2024-12-05 None
1.14.7 2024-12-05 None
2.0.0 2025-02-19 None
2.0.1 2025-02-20 None
2.1.0 2025-03-05 None
3.0.0 2025-08-12 None
3.0.1 2025-08-12 None
3.1.0 2025-08-23 None
3.2.1 2025-08-26 None
3.2.2 2025-08-27 None
3.4.0 2025-09-10 None
3.5.0 2025-11-30 None
3.6.0 2025-12-08 None
3.7.0 2026-01-18 None
3.7.1 2026-01-18 None
4.0.0 2026-01-25 None
4.1.0 2026-03-06 None
4.2.0 2026-03-29 None
4.2.1 2026-04-18 None
4.2.2 2026-05-02 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.