docs/02_downloads.md
The latest stable release is v{{ site.version }}.
<blockquote> <iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/6peBzqjgI2M?si=eu9ndJcS7m9WJGJ7" title="lnav v0.13.0 release" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" referrerpolicy="strict-origin-when-cross-origin" allowfullscreen></iframe> </blockquote>The following options are available for installing lnav:
Download a statically linked 64-bit binary.
Install from the Snap Store:
$ sudo snap install lnav
Install RPMs from Package Cloud:
$ curl -s https://packagecloud.io/install/repositories/tstack/lnav/script.rpm.sh | sudo bash
$ sudo yum install lnav
Download a statically linked 64-bit binary
Install using Homebrew:
$ brew install lnav
Download the source and install any dependencies. The following commands will unpack the source tar ball, configure the build for your system, build, and then install:
$ tar xvfz lnav-{{site.version}}.tar.gz
$ cd lnav-{{site.version}}
$ ./configure
$ make
$ make install
If you would like to contribute to the development of lnav, visit our page on GitHub.
The lnav VSCode Extension can be used to add syntax highlighting to lnav scripts.