v0.1.0 发布文案
中文短版(适合 V2EX / 掘金 / 即刻 / 朋友圈)
【Molore】开源了:一个可自托管、端到端加密的 AI 知识库。
痛点:笔记存了一堆,找的时候还是靠搜索;想让 AI 读自己的资料,又不敢把数据丢给云厂商。
我们做的:
- 本地模型免费跑(Ollama),数据默认不出本机
- RAG 问答会标注答案来自哪条笔记
- 购买存储会员后,多端云同步且服务端只看密文
- 一行
docker compose up -d就能跑起来
代码 AGPL-3.0 完全开源,欢迎试用/拍砖/PR。
仓库:https://github.com/motuo520/grzhishiku 文档:https://docs.grzhishiku.com Demo 图:(待补充截图/GIF)
中文长版(适合 HelloGitHub / 阮一峰周刊投稿 / 知乎回答)
项目名:Molore
一句话介绍:开源、可自托管、数据不出本机的 AI 第二大脑。
为什么做这个项目
个人知识管理工具已经很多了,但多数选择无非是:
- Obsidian / Logseq:本地很好,但 AI 能力靠插件拼凑;
- Notion AI / 腾讯 ima:AI 原生,但数据必须上云;
- Memos / Blinko:自托管简单,但只能记,不能「问」。
我们想要一个同时满足「本地优先 + AI 原生 + 可自托管」的方案。
核心功能
- 存进来:笔记、网页剪藏、文件导入。
- 自动理好:自动摘要、标签、向量化、关系图谱。
- 一句话问出来:RAG 对话,答案带引用,可点击跳回原文。
- 多端同步:订阅存储会员后,数据在设备间同步,端到端加密,服务器只看密文。
技术栈
- 前端:React 19 + Vite + TypeScript + Tailwind CSS
- 后端:FastAPI + SQLAlchemy + SQLite/PostgreSQL
- 向量库:ChromaDB
- 本地模型:Ollama
- 同步存储:MinIO / S3 兼容
快速开始
git clone https://github.com/motuo520/grzhishiku.git
cd grzhishiku
cp backend/.env.example .env
docker compose up -d访问 http://localhost 即可。
开源信息
- 许可证:AGPL-3.0
- 仓库:https://github.com/motuo520/grzhishiku
- 文档:https://docs.grzhishiku.com
寻求反馈
目前处于早期版本,最想知道:
- 自托管流程是否顺畅?
- RAG 引用准不准?
- 同步加密方案是否满足你的隐私需求?
欢迎在 GitHub 提 issue,或直接回复本帖。
English Short (Product Hunt / Twitter / Reddit r/selfhosted)
Molore — an open-source, self-hostable, end-to-end encrypted AI knowledge base.
- Local-first: SQLite + Ollama, data stays on your machine.
- RAG chat with citations: every answer links back to the source note.
- Encrypted cloud sync: subscribe to sync across devices; server only sees ciphertext.
- One command:
docker compose up -d.
AGPL-3.0 licensed. Would love your feedback and stars ⭐
Repo: https://github.com/motuo520/grzhishiku Docs: https://docs.grzhishiku.com
English Long (Product Hunt / Reddit post / HN)
Molore — open-source AI second brain that keeps data on your machine
The problem: You have thousands of notes, but finding the right one still sucks. You want an AI that reads your own notes, but you don't want to upload them to someone else's cloud.
Our take: a full-stack, self-hostable knowledge base with local LLMs, RAG, and optional encrypted multi-device sync.
What it does
- Capture notes, web clips, and files.
- Auto-tag, embed, and graph relationships.
- Chat with your knowledge using RAG; answers include citations to source notes.
- Sync across devices with end-to-end encryption (server stores only ciphertext).
Stack: React 19 + Vite, FastAPI, SQLAlchemy, ChromaDB, Ollama, MinIO.
Get started
git clone https://github.com/motuo520/grzhishiku.git
cd grzhishiku
cp backend/.env.example .env
docker compose up -dOpen http://localhost.
License: AGPL-3.0 Repo: https://github.com/motuo520/grzhishiku
We'd love feedback on the self-hosting experience, RAG quality, and the encrypted sync design.
渠道 checklist
- [ ] V2EX(放「创造」节点)
- [ ] 掘金(发沸点 + 文章)
- [ ] HelloGitHub 投稿
- [ ] 阮一峰《科技爱好者周刊》投稿
- [ ] 知乎相关问题回答
- [ ] Product Hunt
- [ ] Reddit r/selfhosted
- [ ] Twitter / X