CMD + K

lnav

Community

A log file viewer for the terminal

Installation

To install this package, run one of the following:

Conda
$conda install conda-forge::lnav

Usage Tracking

0.14.0
0.13.2
0.13.1
0.13.0
0.12.4
5 / 8 versions selected
Downloads (Last 6 months): 0

Description

The Logfile Navigator is a log file viewer for the terminal. Given a set of files/directories, lnav will:

  • decompress as needed;
  • detect their format;
  • merge the files by time into a single view;
  • tail the files, follow renames, find new files in directories;
  • build an index of errors and warnings;
  • pretty-print JSON-lines.

Then, in the lnav TUI, you can:

  • jump quickly to the previous/next error (press e/E);
  • search using regular expressions (press /);
  • highlight text with a regular expression (:highlight command);
  • filter messages using regular expressions or SQLite expressions;
  • pretty-print structured text (press P);
  • view a histogram of messages over time (press i);
  • analyze messages using SQLite (press ;)

About

Summary

A log file viewer for the terminal

Last Updated

Apr 13, 2026 at 09:19

License

BSD-2-Clause

Supported Platforms

linux-ppc64le
macOS-arm64
macOS-64
linux-64
linux-aarch64