sqry CLI
Version: 19.0.7 Rust: 1.94+ (Edition 2024; repository toolchain 1.94.1)
sqry is the command-line interface for local semantic code search.
Install
Recommended binary installers:
|
Invoke-WebRequest https://raw.githubusercontent.com/verivus-oss/sqry/main/scripts/install.ps1 -OutFile install.ps1
.\install.ps1 -Component all
Source install:
The public release assets include sqry, sqry-mcp, sqry-lsp, and sqryd. Homebrew is the current package-manager surface backed by the public release manifest.
The installer scripts verify SHA256 checksums by default; optional signature verification checks the oss-distribute.yml release bundle identity used by the current installer scripts.
Core Workflow
Command Families
| Family | Commands |
|---|---|
| Search | search, top-level pattern shorthand, hier, similar, explain |
| Structural query | query, plan-query |
| Graph analysis | graph, cycles, unused, duplicates, impact, diff, subgraph, visualize, export |
| Index lifecycle | index, update, watch, analyze, repair, cache |
| Workspace | workspace init, workspace scan, workspace add, workspace remove, workspace query, workspace stats, workspace status, workspace clean |
| Daemon | daemon start, daemon stop, daemon status, daemon logs, daemon load, daemon rebuild, daemon reset |
| Integrations | lsp, mcp setup, completions, shell, batch |
| Local state | config, alias, history, insights, troubleshoot |
Use sqry <command> --help for the authoritative CLI syntax in your installed binary.
Indexing
Plugin selection:
The default fast path excludes compiled non-default plugins. json is high-wall-clock; optional specialty plugins include apex, abap, servicenow-xanadu-js, servicenow-xml, terraform, puppet, and pulumi when compiled in.
See Indexing.
Workspaces And Daemon
Workspace commands:
Daemon commands:
See Workspaces and Daemon Mode.
MCP Setup
See MCP Guide and sqry-mcp/README.md.