Skip to content

Nvim release build

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 21 Oct 13:42
NVIM v0.8.0-1210-gd367ed9b2
Build type: Release
LuaJIT 2.1.0-beta3

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip.
  3. Run nvim-qt.exe

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Search and run nvim-qt.exe or run nvim.exe on your CLI of choice.

macOS

  1. Download nvim-macos.tar.gz
  2. Run xattr -c ./nvim-macos.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos.tar.gz
  4. Run ./nvim-macos/bin/nvim

Linux (x64)

Tarball

  1. Download nvim-linux64.tar.gz
  2. Extract: tar xzvf nvim-linux64.tar.gz
  3. Run ./nvim-linux64/bin/nvim

Debian Package

  1. Download nvim-linux64.deb
  2. Install the package using sudo apt install ./nvim-linux64.deb
  3. Run nvim

AppImage

  1. Download nvim.appimage
  2. Run chmod u+x nvim.appimage && ./nvim.appimage
    • If your system does not have FUSE you can extract the appimage:
      ./nvim.appimage --appimage-extract
      ./squashfs-root/usr/bin/nvim
      

Other

SHA256 Checksums

96cccf13bc10699245841f2e769bbf129696fabd9c1e40c50e3804688368964d  nvim-linux64.tar.gz
0736c54fcb00e0791901793956ef2e5cdfc54edc0cdeb0ac1cf2cb5a5863f26a  nvim-linux64.deb
8768ca6bd9d39993f4917aa4ea55f1f5ce24d34fe87e0fba13652dfb7e3d557e  nvim.appimage
7c3c3de03bd9f5a5534e5b69bfe1f7f6ec1948db2d0d7533159103dd0725ae69  nvim.appimage.zsync
a07bbb7a059ab00764596871f2d0da49d61fa67e0aca52c8522b998c1e0b1d9e  nvim-macos.tar.gz
b5d34660691afd724f4906f4bea4b39a5bfc68f23645b01f0c95db18387ccc7c  nvim-win64.zip
12330cf9452147d49481728ba2f1cc6f8d0d356cc26ec9a38c6d1ce9a914b451  nvim-win64.msi