linkly-ai-cli 是开源全文检索客户端,RUST 开发,可以使用关键词 + 自然语句搜索电脑中的文档。
需要连接上另一款免费的检索客户端工具 Linkly AI Desktop 搭配使用。局域网中可以跨电脑连接。
Github 仓库: https://github.com/LinklyAI/linkly-ai-cli
用法
➜ ~ linkly -h
Linkly AI — search your local documents from the terminal
Usage: linkly [OPTIONS]
Commands:
search Search indexed local documents by keywords
outline Get document outlines by IDs
read Read document content by ID
status Show Linkly AI app status
mcp Run as MCP stdio bridge (for Claude Desktop, etc.)
self-update Update to the latest version
help Print this message or the help of the given subcommand(s)
Options:
--endpoint MCP endpoint URL (e.g. http://127.0.0.1:60606/mcp)
--json Output in JSON format
-h, --help Print help
-V, --version Print version
➜ ~

