LinklyAI/linkly-ai-cli

Search Your Own Files From the Terminal

One command searches everything indexed on this machine — finding, locating and reading, all without leaving the terminal. It is also the easiest way for an agent to reach your files.

CLI

$

macOS / Linux
curl -sSL https://updater.linkly.ai/cli/install.sh | sh
Windows (PowerShell)
irm https://updater.linkly.ai/cli/install.ps1 | iex
Homebrew
brew tap LinklyAI/tap && brew install linkly
Cargo
cargo install linkly-ai-cli

Once installed, run linkly status to check things over. The full CLI documentation is here.

A Second Brain in Your Terminal

No window switching, no waiting on a UI. Built for the terminal-dwelling kind of person, and for clever agents.

One Command Searches Everything

linkly search runs keyword and semantic retrieval at once and returns the document path, a relevance score and a snippet, ready to use as is.

Filter as Finely as You Like

Narrow by file format, by library, by path or by modification date range — far more retrieval power than mainstream agents offer.

From Hit to Full Read Without Opening a File

search finds the file, outline shows its structure, grep pins down the line, read pulls the text by line range. The whole loop stays in the terminal.

The Tool Agents Handle Best

Agents are good at CLI tools. Codex, WorkBuddy, Claude Code, Cursor and others hook up with a single line of prompt.

Local, LAN or Remote

It talks to the desktop app on this machine by default, but it can just as well reach another machine on your network, or use an API key to tunnel through to your cloud libraries.

Diagnoses Itself

linkly doctor walks through the port, connectivity, authentication and a full MCP round trip, then tells your agent exactly what is stuck and how to fix it.

Frequently Asked Questions