Files
ClaudeMind/README.md
T

28 lines
539 B
Markdown
Raw Permalink Normal View History

2026-08-02 22:21:30 +08:00
# ClaudeMind
> Claude Code 本地会话的搜索与知识库。基于 Electron + better-sqlite3 (FTS5) 全文检索 Claude Code 本地会话历史。
## 下载安装
前往 [Releases](../../releases) 下载最新版安装包,双击运行按提示安装即可。
校验完整性(可选):
```bash
sha256sum -c ClaudeMind-Setup-0.1.0.exe.sha256
```
## 系统要求
- Windows 10 / 11 (x64)
## 功能
- 全文检索 Claude Code 本地会话(基于 SQLite FTS5)
- 会话浏览与管理
## 版本日志
### v0.1.0
- 首个发布版本