Show HN: Linggen โ€“ A local-first memory layer for your AI (Cursor, Zed, Claude)

https://news.ycombinator.com/rss Hits: 2
Summary

Linggen: Stop re-explaining to AI. The free and local app for your AIโ€™s memory. Linggen indexes your codebases and tribal knowledge so your AI (Cursor, Zed, Claude, etc.) can actually understand your architecture, cross-project dependencies, and long-term decisions. Website โ€ข VS Code Extension โ€ข Documentation ๐ŸŒ€ Why Linggen? Traditional AI chat is "blind" to anything you haven't manually copy-pasted. Linggen bridges this "context gap" by providing: ๐Ÿง  Persistent Memory: Store architectural decisions in .linggen/memory as Markdown. AI recalls them via semantic search. Store architectural decisions in as Markdown. AI recalls them via semantic search. ๐ŸŒ Cross-Project Intelligence: Work on Project A while your AI learns design patterns or auth logic from Project B. Work on Project A while your AI learns design patterns or auth logic from Project B. ๐Ÿ“Š System Map (Graph): Visualize file dependencies and "blast radius" before you refactor. Visualize file dependencies and "blast radius" before you refactor. ๐Ÿ”’ Local-First & Private: All indexing and vector search (via LanceDB) happens on your machine. Your code and embeddings never leave your side. No accounts required. ๐Ÿš€ Quick Start (macOS) Install the CLI in seconds and start indexing: curl -sSL https://linggen.dev/install-cli.sh | bash linggen start linggen index . Windows & Linux support coming soon. ๐Ÿ’ฌ How to use it with your AI Once Linggen is running and your project is indexed, simply talk to your MCP-enabled IDE (like Cursor or Zed): "Call Linggen MCP, find out how project-sender sends out messages, and ingest it." "Call Linggen MCP, load memory from Project-B, learn its code style and design pattern." "Load memory from Linggen, find out what is the goal of this piece of code." ๐Ÿ“‚ The Linggen Ecosystem linggen: The core engine and CLI runtime. The core engine and CLI runtime. linggen-vscode: VS Code extension for Graph View and automatic MCP setup. VS Code extension for Graph View and automatic MCP setup. linggensite: (...

First seen: 2025-12-19 19:18

Last seen: 2025-12-19 20:18