惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Google DeepMind News
Google DeepMind News
B
Blog RSS Feed
量子位
aimingoo的专栏
aimingoo的专栏
V
Visual Studio Blog
Y
Y Combinator Blog
Vercel News
Vercel News
云风的 BLOG
云风的 BLOG
宝玉的分享
宝玉的分享
Engineering at Meta
Engineering at Meta
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
GbyAI
GbyAI
人人都是产品经理
人人都是产品经理
博客园 - 叶小钗
Stack Overflow Blog
Stack Overflow Blog
大猫的无限游戏
大猫的无限游戏
Microsoft Security Blog
Microsoft Security Blog
B
Blog
Last Week in AI
Last Week in AI
有赞技术团队
有赞技术团队
博客园 - 聂微东
腾讯CDC
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
J
Java Code Geeks

Hacker News: Show HN

PurrrrrFocus: Pomodoro Timer App - App Store Workflow Engine — Multi-Step Orchestration for Bun RapidPhoto: Pro Photo Editor App - App Store GitHub - DheerG/swarms: Achieve extraordinary results with claude code across a variety of tasks SPICE simulation → oscilloscope → verification with Claude Code — Lucas Gerads Show HN: VCoding – A 5 MB native Windows IDE with no dynamic dependencies Show HN: LLMs don't hallucinate because they're bad at math, it's the format GitHub - Agent-FM/agentfm-core: AgentFM is a peer-to-peer network that turns everyday computers into a decentralized AI supercomputer. AgentFM lets you run massive AI workloads directly across a global mesh of idle CPUs and GPUs. Show HN: Tracking Top US Science Olympiad Alumni over Last 25 Years GitHub - Potarix/agent-hub: One place to talk to all your agents Show HN: Runtime security for AI agents(injection,tool abuse, data exfiltration) GitHub - dubeyKartikay/lazyspotify: Terminal Spotify client for macOS and Linux GitHub - the-banana-tool/king-louie: Easy to use GUI Personal AI Assistant. Win/Linux/Mac. Show HN I made my vacation rental bookable by AI agents–no Airbnb, 0% commission GitHub - basteez/jsf-autoreload: maven plugin to enable hot reload on jsf projects uvm32/hosts/host-gdbstub at main · ringtailsoftware/uvm32 GitHub - labsai/EDDI: Config-driven engine that turns JSON into production-grade AI agents. Multi-agent orchestration, 12+ LLM providers, MCP/A2A protocols, RAG, persistent memory, and enterprise compliance (EU AI Act, GDPR, HIPAA). Built on Quarkus. GitHub - glitchnsec/fortyone-oss: AI Executive Assistant Platform Quickstart | Alien GitHub - muxshed/shed: One stream in, or many. Every destination, simultaneously. No cloud middleman, no per-channel fees, no limits. GitHub - ocrbase-hq/ocrbase: 📄 PDF/IMG ->.MD/JSON Document OCR API for PaddleOCR and GLMOCR. Self-hostable. GitHub - impactjo/home-memory: MCP server that lets your AI assistant remember everything about your home. GitHub - Sets88/dbcls: DbCls is a powerful terminal database client that supports various databases GitHub - neptun2000/heor-agent-mcp GitHub - SeanFDZ/macmind: Single-layer transformer in HyperTalk for the classic Macintosh RollQuation: Math Puzzles - Apps on Google Play GitHub - dropbox/witchcraft Show HN: Agent-cache – Multi-tier LLM/tool/session caching for Valkey and Redis GitHub - opentalon/opentalon: OpenTalon is an open-source platform built from the ground up in Go as a robust alternative to OpenClaw LinkedIn™ 职位抓取工具 - Chrome 应用商店
GitHub - egroup-labs/kept: Search, archive, and recall yo...
Mapika · 2026-05-08 · via Hacker News: Show HN

Kept archival illustration

Kept saves your AI conversations as local Markdown files, then gives you a desktop app to search, browse, connect, and reuse them.

It works with ChatGPT, Claude, Gemini, Grok, and Kimi. Your archive lives on your machine under ~/.kept/, with an Obsidian-compatible vault plus local indexes for full-text search, topics, projects, and graph views.

Quick Install | Download | Setup | Build from source | MCP server

Why Kept

AI chats often become working memory: debugging trails, research notes, product decisions, prompts, snippets, and half-finished ideas. Most of that history stays inside vendor UIs.

Kept turns it into files you own.

  • Plain Markdown, grouped by provider.
  • Fast local search with SQLite FTS5.
  • Graph and topic views for finding connections across old conversations.
  • Optional chat over your own archive using the model provider you configure.
  • An MCP server so coding agents can read, search, and manage the vault.

How It Works

Chromium browser extension
  -> reads conversations from provider API endpoints using your signed-in session
  -> normalizes messages and supported image assets
  -> sends them to the Kept desktop app on http://localhost:18241

Kept desktop app
  -> writes Markdown files to ~/.kept/vault/
  -> indexes content in SQLite
  -> builds a local knowledge graph in CozoDB
  -> exposes search, graph, project, export, and agent tools

MCP server
  -> lets Claude Code, OpenClaw, and other MCP clients work with the vault

Kept does not scrape rendered chat pages. The extension syncs conversation data from provider API responses and hands the normalized payload to the local app.

Supported Providers

Provider Sync Notes
ChatGPT Yes Full conversations, streaming history, branch-aware saves
Claude Yes Full conversations and streaming history
Gemini Yes Best effort; Google's API format changes often
Grok Yes Includes supported image assets
Kimi Yes Uses the Kimi auth helper included in the extension

Provider APIs are private and can change without notice. Kept keeps the archive as plain files so your saved conversations stay readable even if an adapter needs an update.

Quick Install

Windows PowerShell:

irm https://kept.work/install.ps1 | iex

macOS and Linux:

curl -fsSL https://kept.work/install.sh | bash

The installer downloads the latest GitHub Release, installs the desktop app, and extracts the Chromium extension to a local folder. Browsers still require you to load the extension manually in Developer Mode.

The same scripts can be run directly from GitHub:

irm https://raw.githubusercontent.com/egroup-labs/kept.work/main/scripts/install.ps1 | iex
curl -fsSL https://raw.githubusercontent.com/egroup-labs/kept.work/main/scripts/install.sh | bash

Download

Desktop builds are published on GitHub Releases.

Current release targets:

  • macOS Apple Silicon: .dmg
  • Windows x64: NSIS .exe installer
  • Linux x64: .deb and .AppImage

The release also includes the Chromium extension package. Until the Web Store listing is live, install the extension in developer mode.

Setup

1. Install The Desktop App

Use the Quick Install command above, or download the build for your OS from Releases, install it, and launch Kept.

On first launch, Kept creates:

~/.kept/
  vault/
  index.db
  kg.db/
  config.toml
  token

The app also starts a local server on http://localhost:18241. The browser extension uses this local server to send conversations into the vault.

2. Load The Browser Extension

Kept supports Chromium-based browsers: Chrome, Brave, Edge, Vivaldi, Arc, Opera, and Chromium.

  1. Extract the extension from the release, or use extension/ from this repo.
  2. Open your browser's extensions page, for example chrome://extensions.
  3. Enable Developer Mode.
  4. Click Load unpacked.
  5. Select the extension/ directory.

3. Connect The Extension

With the Kept app running, open this page in the same browser:

http://localhost:18241/connect

That page gives the extension its per-install token. After that, use the extension popup or Kept onboarding flow to sync your providers.

Vault Layout

Kept writes conversations as Markdown with YAML frontmatter:

~/.kept/vault/
  chatgpt/
    2026-05-02_optimizing-cuda-kernel.md
  claude/
    2026-05-02_kept-readme-draft.md
  gemini/
  grok/
  kimi/

You can open ~/.kept/vault/ directly in Obsidian, VS Code, or any editor. The files are the source of truth; the search and graph databases can be rebuilt from them.

MCP Server

mcp/ is an MCP server named kept-vault-server. It lets agentic clients list, read, write, search, rename, and delete files in your Kept vault.

Inside Claude Code:

/plugin marketplace add egroup-labs/kept.work
/plugin install kept-vault@kept-plugins

One-line installer for Linux and macOS:

bash <(curl -fsSL https://raw.githubusercontent.com/egroup-labs/kept.work/main/scripts/install-kept-mcp.sh)

PowerShell:

& ([scriptblock]::Create((irm https://raw.githubusercontent.com/egroup-labs/kept.work/main/scripts/install-kept-mcp.ps1)))

Set KEPT_VAULT_PATH if your vault is not at ~/.kept/vault.

Tools exposed by the server:

  • list_vault
  • list_directory
  • read_file
  • write_file
  • update_file
  • delete_file
  • move_file
  • grep_vault

Build From Source

Requirements:

  • Node.js 20+
  • Rust toolchain
  • A Chromium-based browser
  • Optional: Ollama for local models and embeddings
git clone https://github.com/egroup-labs/kept.git
cd kept/app
npm ci
npm run tauri dev

Linux Dependencies

Ubuntu/Debian:

sudo apt install -y \
  build-essential clang libclang-dev pkg-config \
  libgtk-3-dev libwebkit2gtk-4.1-dev libsoup-3.0-dev \
  libpango1.0-dev libcairo2-dev libgdk-pixbuf-2.0-dev libglib2.0-dev

build-essential, clang, and libclang-dev are required for Rust crates that use bindgen (e.g. zstd-sys pulled in by CozoDB). The rest are the GTK / WebKitGTK / GLib stack Tauri 2 links against.

Then run:

npm run tauri:dev:linux

Frontend-Only Mode

You can run the UI against mock data without the Rust app:

cd app
npm ci
npm run dev

Vite serves the UI at http://localhost:1420.

Repository Layout

app/                Tauri 2 desktop app
  src/              React frontend
  src-tauri/        Rust backend, Axum server, vault, search, graph, agent tools
extension/          Chromium extension
  platforms/        Provider sync adapters
mcp/                MCP server for the vault
scripts/            App and MCP install scripts

Privacy And Security

  • Core archive and search data stays on your machine in ~/.kept/.
  • The extension talks to the desktop app over localhost and must include the bearer token stored at ~/.kept/token.
  • Kept has no hosted account and no cloud sync.
  • Optional chat, topic discovery, and graph features call only the model provider you configure, or your local Ollama server.
  • The updater checks the configured Kept update endpoint for new desktop releases.

Contributing

Issues and pull requests are welcome. Conventional commits are preferred:

feat(scope): add ...
fix(scope): repair ...

Useful areas to start:

  • extension/platforms/ for provider adapters
  • app/src-tauri/src/vault.rs for vault writes
  • app/src-tauri/src/db.rs for search indexing
  • app/src-tauri/src/kg-gen/ for graph generation
  • mcp/src/ for MCP vault tools

License

MIT