# 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 - 首个发布版本