← 返回总览

supermemoryai/supermemory

Memory and context engine + app that is extremely fast, scalable, and can be run fully locally. The Memory API for the AI era.

30,247Fork: 2,640语言: TypeScript协议: MIT今日 +140GitHub ↗

深度介绍

它是什么

Supermemory 是一个面向 AI 时代的内存与上下文引擎,为 Agent 和 LLM 应用提供可持久化的记忆层,支持完全本地化部署。

核心亮点

  • 极速且可扩展:基于 Cloudflare Workers/KV 与 Postgres 构建,边缘响应
  • 完全本地可跑:数据主权归你,无需依赖外部云服务
  • 开箱即用:内置 Remix 应用界面,Drizzle ORM + Tailwind 技术栈现代
  • Memory API:为 Agent 提供统一的记忆读写接口

为什么火

AI Agent 爆发后,"记忆"成为刚需,但市面方案多绑定闭源云。Supermemory 用 MIT 协议 + TypeScript 全栈开源,兼顾性能与隐私,3 万星正是开发者用脚投票的结果。

适合谁用

构建 AI Agent、聊天机器人、个人知识库的开发者;对数据隐私敏感、希望自托管的团队。

快速上手

git clone https://github.com/supermemoryai/supermemory
cd supermemory && pnpm install && pnpm dev

按 README 配置 Postgres 与 Cloudflare 环境变量即可启动。