Skip to content

Nvim development (prerelease) build

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 22 Jan 05:26
8585183
NVIM v0.11.0-dev-8585183ba
Build type: RelWithDebInfo
LuaJIT 2.1.1727870382

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

82fe5efaa7e9422209da8801784f5870309ea5ad549d7e46750ca205ca22eaf1  nvim-linux64.tar.gz
7b1fad86e9e08e047105e6c8246f9730266e884ddc03bfc1eebe272812dae0ff  nvim.appimage
ee3f42f410c663339e890a1a8bc21d5bd47f6d5b5aa2ac3aeee53a6001a9fe71  nvim.appimage.zsync
5aee9dc626917dff370b87d918b60e69e56a913f542be9db5348c9949a173e87  nvim-macos-x86_64.tar.gz
3b8b9352e97682fde5266c8b25ffb49a5a385455dc76c5b00fad643ec938bcd8  nvim-macos-arm64.tar.gz
f65c9c0bb2d4503a918ecc705312a68037e0f417a7ef3c20d77e39ea53185bb8  nvim-win64.zip
d03c8549e9503abfccd23546d6dbb2d00998f7b67e65404a789b3683454c2e43  nvim-win64.msi