kythe/kythe
Kythe is a pluggable, (mostly) language-agnostic ecosystem for building tools that work with code. observed · 2026-08-28
Health v2 · maintenance only
86/100
- Activity 92
- Release rhythm 69
- Longevity 100
Flags: no_readme
How is this computed?
round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10) — computed 2026-09-02. Adoption (stars, forks) is never an input.
- gap_med: 125.0
- age_days: 4250
- days_rel: 48
- days_push: 48
- n_releases_24m: 3
Adoption not part of the score
2147 stars · 273 forks observed · 2026-08-28
What it is AI-extracted, prompt v1, taxonomy v1, 2026-08-30, confidence not recorded
Kythe is a pluggable, mostly language-agnostic ecosystem for building tools that work with code, providing a standard schema and interchange format for semantic code information. It includes indexers for C++ and Java, compilation extractors, a verifier, and a cross-reference service.
Use cases
- build a code search and cross-reference service for a large codebase
- index C++ and Java sources to power go-to-definition and find-references in editors
- share semantic code analysis data between build systems, compilers, and static analysis tools
- write a custom language indexer against a standard schema
- verify that an indexer produces correct code graphs
- extract compilation information from javac, Maven, cmake, Go, and Bazel builds
When to choose
- you need language-agnostic code intelligence infrastructure across a large, multi-language codebase
- you want to build custom code navigation, cross-reference, or static analysis tooling
- you need a standard interchange format (Kythe schema, kzip) for code analysis data
When to avoid
- you just need simple IDE navigation for a single language - a language server is simpler
- you need a turnkey hosted code search product with minimal setup
- your project is small and does not justify running an indexing pipeline
Facets
framework · maturity active
search-engine parser developer-tools documentation developer-tools parsers programming-languages apis go cpp jvm cross-platform code-indexing cross-references static-analysis code-navigation language-agnostic code-intelligence linux macos
6 sources
- homepage: https://kythe.io · fetched 2026-08-29 · f8135ecc5b98
- site_page: https://kythe.io/docs · fetched 2026-08-29 · eaee3d18c456
- site_page: https://kythe.io/getting-started · fetched 2026-08-29 · 30f65cc62b20
- site_page: https://kythe.io/docs/kythe-overview.html · fetched 2026-08-29 · 98b967ab3b81
- site_page: https://kythe.io/docs/schema · fetched 2026-08-29 · aa38691c5fad
- site_page: https://kythe.io/docs/kythe-verifier.html · fetched 2026-08-29 · 04581f1ec46b
Member repositories
| Repository | Role | Health v2 |
|---|---|---|
| kythe/kythe | main | 86 |
For agents
Data as of 2026-08-30T08:39:29.467469+00:00 · Report a problem