Nexus AI Chat Importer
Import AI chat conversations from ChatGPT, Claude, and Mistral Vibe (formerly Le Chat) exports into Obsidian as clean, readable Markdown files.
The above warnings are based on limited information and might not always be accurate.
Data
| ID | nexus-ai-chat-importer |
| Author | superkikim |
| Minimum Obsidian Version | 1.4.0 |
| Official Release Date | 2024-08-22 |
| Last update | 2026-06-03 |
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 5, 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-08-22 | Plugin Added | ||
| 2024-09-16 | Plugin Removed | ||
| 2024-09-24 | Plugin Re-Added | ||
| 2024-09-12 | Plugin Removed | ||
| 2024-10-17 | Plugin Re-Added | ||
| 2024-05-17 | Plugin Removed | ||
| 2024-05-17 | Plugin Re-Added | ||
| 2025-09-13 | repo | superkikim/nexus-ai-chat-importer | Superkikim/nexus-ai-chat-importer |
| 2026-05-12 | author | Superkikim | superkikim |
| 2026-05-12 | repo | Superkikim/nexus-ai-chat-importer | superkikim/nexus-ai-chat-importer |
| 2026-05-16 | description | Import conversations from ChatGPT export files. | Import AI chat conversations from ChatGPT, Claude, and Le Chat exports into Obsidian as clean, readable Markdown files. |
| 2026-06-02 | description | Import AI chat conversations from ChatGPT, Claude, and Le Chat exports into Obsidian as clean, readable Markdown files. | Import AI chat conversations from ChatGPT, Claude, and Mistral Vibe (formerly Le Chat) exports into Obsidian as clean, readable Markdown files. |
Repository Data
| License | GPL-3.0-or-later in package.json GPL-3.0 in LICENSE
file
|
| Package Manager | npm |
| Uses Typescript | Yes |
| Installed Bundlers | esbuild |
| Installed Testing Frameworks | Vitest |
| Has Test Files | Yes |
Latest Release main.js Size
| 1.05 MB |
| Detected ES Version | ES2018 |
| Probably Minified | No |
| main.js API Findings | 7 disclosures |
| Uses BRAT beta releases | No |
| Dependencies | @popperjs/core, jszip, yauzl |
| Dev Dependencies | @eslint/eslintrc, @types/node, @types/yauzl, @typescript-eslint/eslint-plugin, @typescript-eslint/parser, @vitest/ui, chokidar-cli, copyfiles, esbuild, eslint, eslint-config-prettier, eslint-plugin-obsidianmd, eslint-plugin-prettier, obsidian, prettier, tslib, typescript, typescript-eslint, 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 |
| Cors Free Network Access | Uses Obsidian request APIs |
| Full Vault Access | Enumerates vault files |
| Metadata Access | Reads Obsidian metadata cache |
| Network Access | Uses Obsidian request APIs |
| Node Filesystem Access | Uses direct Node filesystem-related modules |
| Vault File Write | Renames, deletes, trashes, or copies vault files, Writes vault files |
| Finding | Type | Confidence | Evidence |
|---|---|---|---|
| Uses direct Node filesystem-related modules | Warning | High | buffer (1), fs (2), stream (4), zlib (1) |
| Renames, deletes, trashes, or copies vault files | Warning | High | app.fileManager.trashFile (1) |
| Uses persistent browser storage | Info | High | localStorage (1) |
| Reads Obsidian metadata cache | Info | High | app.metadataCache.getFileCache (1), app.metadataCache (2) |
| References URLs or constructs URL objects | Info | High | http:// (1), https:// (29) |
| Uses Obsidian request APIs | Info | High | obsidian.requestUrl (3) |
| Persists plugin settings or data | Info | High | this.loadData (2) |
| Registers plugin settings UI | Info | High | this.addSettingTab (1), Setting (8), obsidian.Setting (8) |
| Registers commands, ribbon icons, or status bar items | Info | High | this.addRibbonIcon (1) |
| Accesses Obsidian vault APIs | Info | High | app.vault (17) |
| Accesses vault folders | Info | High | app.vault.getRoot (1) |
| Enumerates vault files | Info | High | app.vault.getMarkdownFiles (1) |
| Opens or creates files through workspace or file manager APIs | Info | High | workspace_file_open:getLeaf.openFile (1) |
| Uses adapter-level vault filesystem APIs | Info | High | app.vault.adapter (3) |
| Writes vault files | Info | High | app.vault.create (3), app.vault.createFolder (1) |
| Accesses Obsidian workspace APIs | Info | High | app.workspace (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 28129 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.2 | 2024-09-11 | None |
| 1.0.3 | 2024-12-06 | None |
| 1.0.4 | 2025-04-25 | None |
| 1.0.5 | 2025-06-15 | None |
| 1.0.8 | 2025-07-12 | None |
| 1.1.0 | 2025-07-15 | None |
| 1.2.0 | 2025-08-11 | None |
| 1.3.0 | 2025-10-31 | None |
| 1.3.2 | 2025-11-28 | None |
| 1.3.3 | 2025-12-01 | None |
| 1.4.0 | 2026-02-20 | None |
| 1.5.0 | 2026-02-24 | None |
| 1.5.3 | 2026-02-24 | None |
| 1.5.4 | 2026-02-24 | None |
| 1.5.5 | 2026-02-26 | None |
| 1.5.7 | 2026-03-10 | None |
| 1.6.0 | 2026-04-20 | None |
| 1.6.1 | 2026-04-21 | None |
| 1.6.2 | 2026-05-02 | None |
| 1.6.3 | 2026-05-07 | None |
| 1.6.4 | 2026-05-18 | None |
| 1.6.5 | 2026-05-19 | None |
| 1.6.6 | 2026-06-02 | None |
| 1.6.7 | 2026-06-03 | None |