<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: vuhuutam459-max</title>
    <description>The latest articles on DEV Community by vuhuutam459-max (@vuhuutam459max).</description>
    <link>https://dev.to/vuhuutam459max</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3959667%2Fd59997e4-d247-4aab-93e6-ee89cc6a2f0d.png</url>
      <title>DEV Community: vuhuutam459-max</title>
      <link>https://dev.to/vuhuutam459max</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/vuhuutam459max"/>
    <language>en</language>
    <item>
      <title>I built a local Vault to take back my AI chats. V1.1 is out: Local AI Librarian, ChatGPT/Claude support, and a 1-Click Installer! 🚀</title>
      <dc:creator>vuhuutam459-max</dc:creator>
      <pubDate>Fri, 05 Jun 2026 06:36:56 +0000</pubDate>
      <link>https://dev.to/vuhuutam459max/i-built-a-local-vault-to-take-back-my-ai-chats-v11-is-out-local-ai-librarian-chatgptclaude-25m0</link>
      <guid>https://dev.to/vuhuutam459max/i-built-a-local-vault-to-take-back-my-ai-chats-v11-is-out-local-ai-librarian-chatgptclaude-25m0</guid>
      <description>&lt;p&gt;[Title: I built a local Vault to take back my AI chats. V1.1 is out: Local AI Librarian, ChatGPT/Claude support, and a 1-Click Installer! 🚀[The Problem]Every day, we pour our best ideas, code, and drafts into AI models like Gemini, ChatGPT, and Claude. But here’s the harsh reality: we don't truly own our digital subconscious.Corporations hold the keys. Accounts get suspended. APIs change. And official "Data Exports"? They just dump an unreadable JSON file on you.I got tired of depending on the cloud for my digital memory. I wanted my chats stored safely on my local drive, available offline, with instant search.[The Solution]A few days ago, I introduced Gemini Vault. Today, I’m dropping the v1.1 Update, turning it from a geeky Python script into a full-fledged, cross-platform Desktop App.Here is the director's cut of what is new:🔌 The Ultimate AI Convergence (Multi-Source)It’s no longer just for Gemini. The Vault now features an Adapter architecture that seamlessly ingests official JSON exports from ChatGPT and Claude. All your AI memories from different providers are now merged into one lightning-fast SQLite database.🤖 Enter the "Smart Librarian" (Local AI)This is the real game-changer. I built an optional, fully local AI pipeline. If you have Ollama running on your machine (e.g., gemma3:4b), the Vault will automatically scan hundreds of your old chats, generate smart summaries, and assign topical tags. Your archive organizes itself without sending a single byte of data back to the cloud.🔎 "Ask the Archive" (RAG-lite)Can't remember where you discussed that specific Python script or lore idea? Just ask the Vault. It searches your local database and generates an answer with clickable references directly to the exact chat logs.📦 1-Click Windows SetupNo more messing with Python dependencies, environments, and terminals. Thanks to a brand-new GitHub Actions CI/CD pipeline, you can now download a clean Setup.exe from the Releases page, choose your components (Viewer only, or add the Local AI tools), and launch the UI instantly. (macOS and Linux binaries are also available!).✨ Neon Cyberpunk ThemeBecause digging through your digital mind should look cool. Added a new tech-noir dark mode with glowing accents, data-grids, and syntax highlighting for code.[The Credits]📖 Read the original story on Dev.to: &lt;a href="https://dev.to/vuhuutam459max/corporation-s-own-your-ai-memories-i-built-a-local-vault-to-take-them-back-1hbm%F0%9F%92%BB"&gt;https://dev.to/vuhuutam459max/corporation-s-own-your-ai-memories-i-built-a-local-vault-to-take-them-back-1hbm💻&lt;/a&gt; Check out the code &amp;amp; download the release: &lt;a href="https://github.com/vuhuutam459-max/gemini-vaultI" rel="noopener noreferrer"&gt;https://github.com/vuhuutam459-max/gemini-vaultI&lt;/a&gt; built this to take back control over my own data. I would love to hear your feedback on the new architecture and the local AI integration!Let's own our data. 🚀&lt;/p&gt;

</description>
      <category>ai</category>
      <category>llm</category>
      <category>privacy</category>
      <category>showdev</category>
    </item>
    <item>
      <title>corporation s own your AI memories. I built a local Vault to take them back.</title>
      <dc:creator>vuhuutam459-max</dc:creator>
      <pubDate>Sat, 30 May 2026 08:29:03 +0000</pubDate>
      <link>https://dev.to/vuhuutam459max/corporation-s-own-your-ai-memories-i-built-a-local-vault-to-take-them-back-1hbm</link>
      <guid>https://dev.to/vuhuutam459max/corporation-s-own-your-ai-memories-i-built-a-local-vault-to-take-them-back-1hbm</guid>
      <description>&lt;p&gt;very day, we generate gigabytes of ideas, code, and drafts in our conversations with AI like Gemini, ChatGPT, and Claude. But here’s the harsh truth: we don't truly own this data.&lt;/p&gt;

&lt;p&gt;Tomorrow, your account could be suspended (I just lost access to an AI account recently!), the service might go down, or the API might change. And the official "Export Data" features? They usually give you an unreadable JSON file that is impossible to navigate or search through.&lt;/p&gt;

&lt;p&gt;I got tired of depending on the cloud for my digital memory. I wanted my AI chats to be stored safely on my local drive, available completely offline, with instant search.&lt;/p&gt;

&lt;p&gt;So, I built Gemini Vault.&lt;/p&gt;

&lt;p&gt;What is Gemini Vault?&lt;/p&gt;

&lt;p&gt;It’s a fully local backup tool and offline viewer for your AI conversations.&lt;br&gt;
GitHub Repo: &lt;a href="https://github.com/vuhuutam459-max/gemini-vault" rel="noopener noreferrer"&gt;https://github.com/vuhuutam459-max/gemini-vault&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;How it works under the hood&lt;/p&gt;

&lt;p&gt;I wanted this to be as lightweight and independent as possible:&lt;/p&gt;

&lt;p&gt;Zero-dependencies core: The processor runs on the pure Python 3.10+ standard library.&lt;/p&gt;

&lt;p&gt;Millisecond Search: I used SQLite with FTS5 (Full-Text Search). You can search through thousands of chats instantly.&lt;/p&gt;

&lt;p&gt;Source-Agnostic Core: The database and search engine are designed to be easily expandable without breaking the core logic.&lt;/p&gt;

&lt;p&gt;Local UI: A sleek Single Page Application dashboard (index.html) that works completely offline. It supports LaTeX (KaTeX) for math, syntax highlighting for code, and handles broken images gracefully.&lt;/p&gt;

&lt;p&gt;The Journey&lt;/p&gt;

&lt;p&gt;Building this wasn't just smooth sailing. Initially, I tried parsing data via internal APIs, but realized that violates Terms of Service and isn't stable. Shifting to processing official GDPR/Takeout JSON exports was the turning point for stability. I also had to battle through environment limitations and resource constraints to make the parsing process robust.&lt;/p&gt;

&lt;p&gt;What’s next?&lt;/p&gt;

&lt;p&gt;Currently, the vault perfectly saves text, code, and formulas from Google Gemini. My next goals for the near future are:&lt;/p&gt;

&lt;p&gt;Multi-Source Support (ChatGPT &amp;amp; Claude): The architecture is already prepared for this. I am currently finishing the adapter patterns to normalize exports from OpenAI and Anthropic into the same unified database. This is coming very soon!&lt;/p&gt;

&lt;p&gt;Local Media Caching: Automatically downloading inline images from chats so the backup is 100% autonomous even if the original web links die.&lt;/p&gt;

&lt;p&gt;Neon Cyberpunk Theme: Adding a custom UI toggle for a dark tech-noir aesthetic to match the project's vibe.&lt;/p&gt;

&lt;p&gt;Try it out!&lt;/p&gt;

&lt;p&gt;The project is fully open-source (MIT License). If you value your data and want to keep your AI brainstorming sessions safe, check it out.&lt;/p&gt;

&lt;p&gt;I’m looking for feedback! I would love to hear what you think, and I warmly welcome any stars, forks, or pull requests on GitHub.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/vuhuutam459-max/gemini-vault" rel="noopener noreferrer"&gt;https://github.com/vuhuutam459-max/gemini-vault&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Let's take our data back! 🚀&lt;/p&gt;

</description>
      <category>ai</category>
      <category>programming</category>
      <category>webdev</category>
      <category>python</category>
    </item>
  </channel>
</rss>
