-
Extensive documentation of the Kythe schema
-
Indexer implementations for C++, Go, and Java
-
Compilation extractors for javac, Maven, cmake, Go, and Bazel
-
Generic verifier for indexers
-
Sample cross-reference service and accompanying web UI
-
Many useful utility commands to work with Kythe artifacts
Download the latest Kythe release from https://github.com/kythe/kythe/releases and then unpack it for a snapshot of Kythe’s toolset.
tar xzf kythe-v*.tar.gz
rm -rf /opt/kythe
mv kythe-v*/ /opt/kythe
See /opt/kythe/README
for a complete description of the packaged tools and their
usages.