tstack/lnav

Log file navigator

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 14 minutes ago
Added to GitGenius on September 5th, 2026
Created on September 14th, 2009
Open Issues & Pull Requests: 302 (+0)
GitHub issues: Enabled
Number of forks: 402
Total Stargazers: 10,637 (+0)
Total Subscribers: 83 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 14.3 hours
Mean response time: 193.7 days
90th percentile: 528.2 days
Tracked items: 398

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 83% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. 77% of tracked open issues have had no activity in three months, so the open count overstates what is actively being worked. Only 6% of issues opened in the past year have been closed. Three people close 81% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 156
New in 7 days: 2
Closed in 7 days: 2
Avg open age: 467 days
Stale 30+ days: 151
Stale 90+ days: 132

Recent activity

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

Top labels

  • bug (238)
  • enhancement (147)
  • build (5)
  • performance (3)
  • tidy (3)
  • documentation (1)

Detailed Description

lnav is a terminal-based log file viewer that merges, indexes, and analyzes multiple log files in a single interactive interface.

The tool solves the problem of viewing and analyzing logs across multiple files and formats by automatically detecting log formats, decompressing files as needed, merging entries by timestamp, and building an index of errors and warnings. It handles compressed files, follows file renames, and discovers new files in monitored directories. Rather than requiring separate invocations of standard Unix utilities like tail, grep, and less, lnav provides a unified terminal interface where logs appear in chronological order regardless of source.

lnav suits developers and operators who need to monitor or investigate logs from multiple sources simultaneously. It works well for systems generating structured logs in various formats, including JSON-lines, syslog, and web access logs. The tool distinguishes itself from basic utilities by understanding log message structure, enabling operations like jumping to the next error, filtering by SQLite expressions, viewing histograms of message frequency over time, and querying logs using SQL. Unlike tail, which cannot display multiple files in time order or scroll backward, grep, which returns only matching lines without context, or less, which handles only single files, lnav provides a comprehensive log analysis environment within the terminal.

The project maintains steady development activity with regular updates addressing bug fixes and feature enhancements. The maintainers actively engage with users through community channels and respond to issues and pull requests. The codebase receives ongoing refinement to improve performance and expand format support. Documentation is kept current with examples and tutorials, including an interactive online demo accessible via SSH for prospective users to evaluate the tool before installation.