Skip to content

Nvim development (prerelease) build

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 19 Oct 05:25
2c88cfc
NVIM v0.11.0-dev-2c88cfcac
Build type: RelWithDebInfo
LuaJIT 2.1.1724512491

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

6a8f5adc10970778f2389ba13f51391afd54a272824440dc1241eb3282d73690  nvim-linux64.tar.gz
cece0b859d64159b88c68a21cbd31f1ed6595255fe0cb68783cc8d68dda4f6a2  nvim.appimage
2f5c4504a4397ee5f275af0a5de8d5d58a6858623d1d8995de29e7c65e9d2326  nvim.appimage.zsync
93106cedccc1e3bfce9569079a362384a4f50edf36a184fafb06a541328ed66a  nvim-macos-x86_64.tar.gz
e67217da7c7d484d9fb2245c975546eaf3314e3e42e098899f4b78dd21549ff7  nvim-macos-arm64.tar.gz
e3ceebdc1370edf3de0a621c92f072e7a0ee1feb4021a8ce15539af3aa7e2d3d  nvim-win64.zip
f91a553913e69cf21173bb72ba383d2b92490fa3b5e36cf4d964d2eaf7ab5d0e  nvim-win64.msi