--- layout: page title: Downloads permalink: /downloads --- The latest version is [**v0.9.0**](https://github.com/tstack/lnav/releases/latest). ## Linux Install from the [Snap Store](https://snapcraft.io/lnav): ```shell % sudo snap install lnav ``` ## MacOS Install using [Homebrew](https://formulae.brew.sh/formula/lnav): ```shell % brew install lnav ``` ## Source ```shell % tar xvfz % cd lnav- % ./configure % make % make install ```