oracle/opengrok

OpenGrok is a fast and usable source code search and cross reference engine, written in Java

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 22 minutes ago
Type:Server / PlatformCategory(s):Code Quality & Static AnalysisDeveloper Tools
Added to GitGenius on September 14th, 2026
Created on January 7th, 2013
Open Issues & Pull Requests: 552 (+0)
GitHub issues: Enabled
Number of forks: 840
Total Stargazers: 4,953 (+0)
Total Subscribers: 164 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 21.8 hours
Mean response time: 185.8 days
90th percentile: 371.7 days
Tracked items: 96

Most active contributors

Sign in to see contributor activity.

How this project is maintained

67% of open issues come from outside the core team, a mix of external reports and the maintainers' own roadmap. Work labelled "API" is answered fastest, typically in about 6 hours, while "webapp" waits about 7 days. Three people close 98% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 46
New in 7 days: 2
Closed in 7 days: 0
Avg open age: 1,151 days
Stale 30+ days: 38
Stale 90+ days: 31

Recent activity

Opened in 7 days: 2
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • enhancement (42)
  • bug (30)
  • indexer (29)
  • API (12)
  • webapp (12)
  • help wanted (11)
  • UI (7)
  • build (7)

Most active issues this week

Detailed Description

OpenGrok is a source code search and cross-reference engine written in Java that enables developers to search, cross-reference, and navigate source trees with support for various program file formats and version control histories.

The tool addresses the challenge of efficiently searching and understanding large codebases by providing fast indexing and querying capabilities. It works by analyzing source code across multiple file types and integrating with various version control systems, allowing developers to quickly locate code references and understand relationships between components without manually browsing the repository structure.

Teams managing large or complex source trees should consider OpenGrok if they need a self-hosted search solution with deep understanding of code structure. The tool suits organizations that want to index multiple repositories and provide developers with a unified search interface. It can be deployed as a Docker container, making it accessible in containerized environments. The README describes the tool as a "wicked fast source browser," emphasizing performance as a distinguishing characteristic.

The project maintains active continuous integration with automated builds and code quality monitoring through static analysis. Development follows semantic versioning with clear guidance on update paths, distinguishing between major updates requiring full reindexing and configuration changes, minor updates requiring clean reindexing, and micro updates requiring only web application redeployment. The project welcomes community contributions through a documented contribution process and maintains a security disclosure guide for vulnerability reporting.