Discover and explore top open-source AI tools and projects—updated daily.
swarmclawaiLocal-first RAG knowledge compiler and wiki builder
New!
Top 96.7% on SourcePulse
<2-3 sentences summarising what the project addresses and solves, the target audience, and the benefit.> SwarmVault is a local-first knowledge compiler inspired by Andrej Karpathy's LLM Wiki pattern. It transforms raw research, documents, and code into a persistent, compounding markdown wiki and knowledge graph, managed by LLMs. It targets researchers, developers, and power users seeking to build durable, interconnected knowledge bases that go beyond ephemeral Q&A, offering a local-first, privacy-preserving approach.
How It Works
SwarmVault employs a three-layer architecture: immutable raw sources, an LLM-generated and human-authored markdown wiki, and a co-evolved schema (swarmvault.schema.md) defining domain conventions. LLMs handle the maintenance of connections and summaries within the wiki, treating inter-source relationships as valuable as the sources themselves, akin to Vannevar Bush's Memex but with automated upkeep. This approach ensures knowledge compounds over time, with provenance-tracked edges and automatic contradiction detection.
Quick Start & Requirements
npm install -g @swarmvaultai/cli (requires Node.js >= 24). A desktop app is also available for macOS, Windows, and Linux.swarmvault scan ./your-repo to process a local directory, or swarmvault demo for a quick start with sample data.Highlighted Details
lint --conflicts for audits.Maintenance & Community
The project is hosted on GitHub (swarmclawai/swarmvault) with issues tracking and a dedicated website and documentation portal. Specific contributor or community channel details (like Discord/Slack) are not explicitly highlighted in the README.
Licensing & Compatibility
Limitations & Caveats
The local-whisper provider for audio transcription is marked as experimental. While stable surfaces follow semantic versioning post-1.0.0, experimental features may change in minor releases. The project emphasizes a local-first approach, requiring local setup for full offline functionality.
1 day ago
Inactive