tgrep is a trigram-indexed grep tool with client/server architecture for fast regex search in large codebases, achieving up to 52x faster performance than ripgrep by pre-building indexes rather than scanning every file on each query. Integrated into GitHub Copilot CLI, tgrep uses parallel search, memory-efficient indexing, and lock-free reads to enable instant searches across 100k+ file monorepos.