Wolbarg is a TypeScript software development kit designed to provide shared semantic memory for AI agents. It addresses the challenge of fragmented or transient memory in multi-agent systems by enabling multiple agents to write to and search from a single, persistent memory store. This shared memory is local-first, supporting both SQLite and PostgreSQL as backends, and is accessed through a compact TypeScript API. The SDK is intended for scenarios where agents require durable, concurrent memory with the ability to recall information based on meaning rather than just exact keys.
A distinguishing feature of Wolbarg is its use of semantic search via embeddings, allowing agents to retrieve information using natural language queries. Unlike setups that rely on in-process memory, JSON files, or generic key-value stores, Wolbarg enables persistent storage and concurrent access without the need for external services like Redis or custom locking mechanisms. Its API is centered around simple commands such as remember() and recall(), streamlining the process of storing and retrieving information.
Wolbarg is model-agnostic and can be installed via npm, making it accessible to developers working in TypeScript environments. It supports both local and shared deployment models, depending on whether SQLite or PostgreSQL is used. The SDK does not require a separate memory SaaS, emphasizing local-first operation and crash safety. It is suitable for developers building agent-based systems that need reliable, meaningful memory recall across multiple processes or machines.
evidence_sufficient=true
In the Frameworks & SDKs space, Wolbarg takes a focused approach. It focuses on enabling persistent, shared semantic memory for multi-agent AI systems without external SaaS dependencies. Wolbarg is an open-source project aimed at AI developers building agent systems. The project is open source (MIT). It runs on the command line, and it can be self-hosted.
Wolbarg Maintainers builds and maintains Wolbarg, and the product first shipped in 2026. The project is developed in the open on GitHub with 4 commits in the last 90 days. Among its 5 catalogued features are semantic memory, TypeScript SDK, and SQLite/PostgreSQL support. It exposes integrations via a public API.
Latest indexed changes and source events
One Giant Agent vs. 100 Small Agents verified by the PulseGate indexer
Shared Memory Scales Faster Than Agents verified by the PulseGate indexer
Shared Memory vs. Isolated Memory for AI Agents verified by the PulseGate indexer
Show HN: Wolbarg – Local-first shared memory for AI agents using SQLite verified by the PulseGate indexer
Other apps tracked under the same category.