Skip to content

Nvim development (prerelease) build

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 06 Dec 05:12
bf5c134
NVIM v0.11.0-dev-1295+gbf5c1346c5
Build type: RelWithDebInfo
LuaJIT 2.1.1732813678

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip
  3. Run nvim.exe on your CLI of choice

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Run nvim.exe on your CLI of choice

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)

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

macOS (arm64)

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

Linux (x64)

glibc 2.31 or newer is required. Or you may try the (unsupported) builds for older glibc.

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
      

Tarball

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

Other

SHA256 Checksums

fb20094a12c3c7ef6ef054111b0f23bb0530d5a7b93777cae83d2bd1d3e1c400  nvim-linux64.tar.gz
d494daccb74cf0cb552d6afaab464ae0d5f1c92841468d54493399ba697303f7  nvim.appimage
4733b7c901a356ba75e56af68d6e2262333053267a757f3cb880957e96624012  nvim.appimage.zsync
bd8d899c1eafb0096ee1b7dc32208571ba6cfe0b99b4b050f28064f2377f3f49  nvim-macos-x86_64.tar.gz
702071ef90302aa158e6ffef75a37cf29b120b087d7ae28d3ebb6aabfca6140a  nvim-macos-arm64.tar.gz
a6114216f3428426cb9af58515c308a5a122c9abed9e6eac5fe24ef41c574079  nvim-win64.zip
cf0ef5aa94404afc7f850074af9deca22f6db67ec275eac897cfa4d900e5c061  nvim-win64.msi