# livegrep/livegrep

Interactively grep source code. Source for http://livegrep.com/

Repository: https://github.com/livegrep/livegrep
Canonical: https://ross.abutalabs.com/products/livegrep
Language: C++
License: NOASSERTION
License Family: other
Last push: 2026-02-10T15:03:35+00:00

## Health v2 (maintenance only)
Score: 62/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 66, release rhythm 35, longevity 100
- inputs: {"age_days": 4953, "days_push": 204, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: no_releases, no_license
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 2231, forks 202 (observed 2026-08-28T04:06:29.004054+00:00)

## What it is
Livegrep is a tool for interactive regex search over gigabyte-scale source code repositories, inspired by Google Code Search. It consists of a codesearch backend that indexes and searches code over gRPC, and a stateless web frontend.

## Use cases
- search regex across large monorepos interactively
- self-host a code search server for my organization's repositories
- index gigabyte-scale source code for fast lookup
- grep source code from a web browser
- build a reusable code index file for offline searching

## When to choose
- you need fast interactive regex search over very large codebases
- you want a self-hosted code search service with a web UI
- you need index files that can be reused without access to the original repos

## When to avoid
- you only need simple grep on a small codebase
- you want semantic or symbol-aware code navigation rather than regex search
- you cannot build C++ projects with bazel

## Facets
- artifact type: application
- maturity: active
- function: search-engine, developer-tools, cli, http-server
- domain: developer-tools, version-control
- platform: cli
- tags: code-search, regex-search, google-code-search, source-indexing, grpc, search, linux, macos, web-server

## Member repositories
- livegrep/livegrep (main) score 62

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:06:29.004054+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T02:44:28.504169+00:00, confidence not recorded.
  - readme: https://github.com/livegrep/livegrep (fetched 2026-08-28T04:06:29.004054+00:00, sha 63e4586eda80)
- Data as of 2026-08-30T08:39:29.467469+00:00.
