TRIGRAM-INDEXED

instant-grep

One binary. 93.5% token savings. 4.1x more compact than RTK.
Sub-millisecond search via daemon.

install
$ curl -fsSL https://raw.githubusercontent.com/MakFly/instant-grep/main/install.sh | bash
$ ig "async fn.*Result" src/ --stats

src/daemon.rs
23:    pub async fn handle_connection(stream: UnixStream) -> Result<()>

--- stats ---
Candidates: 4/1,284 files (0.3%)
Search: 1.5ms
Index: yes
0.9ms
Daemon search
93.5%
Token savings
4.1x
vs RTK
320
Tests passing

Built for speed and precision

Same algorithm as GitHub Code Search. Designed for AI agent workflows.

>

Trigram-indexed search

Same algorithm as GitHub Code Search. Sub-ms via daemon.

%

93.5% token savings

Measured across 100 commands on a real 1,552-file project.

x

4.1x more compact

Real agent sessions prove it. 73K vs 298K per session.

~

Smart file reading

Signatures, budget, relevance boost, delta. 4 compression modes.

$

One-command setup

ig setup configures Claude Code, Codex, Cursor automatically.

#

320 tests, zero failures

Battle-tested on Laravel, Rust, TypeScript, Go codebases.

Ready to try it?

One command to install. One command to configure all your AI agents.