kuroko1t

Archive Claude Code conversations into SQLite with FTS5 search. Single binary, zero dependencies.

23
2
100% credibility
Found Mar 24, 2026 at 23 stars -- GitGems finds repos before they trend. Get early access to the next one.
Sign Up Free
AI Analysis
Rust
AI Summary

A standalone program that saves Claude AI coding session histories from disappearing files into a personal, searchable archive.

How It Works

1
😩 Losing precious chats

Your helpful back-and-forths with Claude AI vanish over time, making it tough to revisit ideas across different projects.

2
🔍 Discover claude-vault

You find a handy little saver that gathers all your Claude conversations into one safe, easy-to-search spot.

3
💾 Get it ready in seconds

Grab the single program file and place it on your computer so it's always there when you need it.

4
Rescue your history

Have it scoop up every past chat, toss out the clutter, and tuck them away securely where nothing can delete them.

5
🔍 Find anything fast

Type a word or phrase like 'Docker fix' and instantly pull up matching messages from any old session.

6
⚙️ Turn on auto-save

Add one simple line to your AI setup so new conversations save themselves without any extra work.

🎉 Chat history forever

Now every idea, tip, and solution from Claude is preserved, searchable, and ready to inspire you anytime.

Sign up to see the full architecture

5 more

Sign Up Free

Star Growth

See how this repo grew from 23 to 23 stars Sign Up Free
Repurpose This Repo

Repurpose is a Pro feature

Generate ready-to-use prompts for X threads, LinkedIn posts, blog posts, YouTube scripts, and more -- with full repo context baked in.

Unlock Repurpose
AI-Generated Review

What is claude-vault?

claude-vault is a Rust CLI tool that archives Claude Code conversations from JSONL files into a single SQLite database with FTS5 full-text search. It solves Claude's issues like auto-deleting old sessions, data loss from compaction, and scattered files by creating a durable Claude vault for cross-session queries. Run `claude-vault import` to pull in history, then `search "Docker"` to find relevant chats instantly.

Why is it gaining traction?

Unlike manual JSONL grepping or third-party note apps, it offers zero-dependency single binary installs via Cargo or releases, plus automatic archiving via Claude hooks on SessionEnd and PreCompact. Noise filtering strips tool outputs and meta tags, while Porter stemming matches "running" to "run," and exports work in Markdown, JSON, or text. Devs love piping JSON search results back into Claude for context-aware prompts.

Who should use this?

Claude Code power users building projects like trading bots or ML pipelines, who reference past sessions for code fixes or Docker configs. Teams archiving Claude chats across repos to avoid re-explaining setups. Anyone tired of losing assistant insights to Claude's cleanup while prototyping in Obsidian vaults or GitHub actions.

Verdict

Grab it if you're deep in Claude Code—solid docs, hooks, and tests make it production-ready for personal use despite 23 stars and 1.0% credibility score. Still early; watch for broader adoption before team rollout.

(187 words)

Sign up to read the full AI review Sign Up Free

Similar repos coming soon.