curl -fsSL https://raw.githubusercontent.com/rika-labs/sgrep/main/scripts/install.sh | sh
sgrep index
sgrep search "where do we handle authentication?"- builds a local semantic index for your repository
- searches code with natural-language queries
- keeps the index fresh with
sgrep watch - works well for private and offline-friendly workflows once the model cache is warm
| Guide | Description |
|---|---|
| Quick Start | Get searching in a few minutes |
| Deployment | Running sgrep locally |
| Configuration | Flags, env vars, and config files |
| Agent Integrations | Claude Code, Codex CLI, Pi, OpenCode, Factory |
| Offline Mode | Airgapped and proxy environments |
| Architecture | How indexing and search work |
| Troubleshooting | Common local issues |
- Claude Code Plugin — automatic index management and search skill
- Codex CLI Plugin — session hook and watch wrapper
- Pi Plugin — extension with full session lifecycle
- OpenCode Plugin — MCP tool integration
Install any agent with one command:
curl -fsSL https://raw.githubusercontent.com/rika-labs/sgrep/main/scripts/install-agents.sh | sh -s claudeApache License, Version 2.0. See LICENSE.