Skip to content

Releases: abosnjakovic/neovim

Nvim development (prerelease) build

15 Feb 05:11
ac7e0ff
Compare
Choose a tag to compare
Pre-release
NVIM v0.11.0-dev-ac7e0ff32
Build type: RelWithDebInfo
LuaJIT 2.1.1731601260

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

91d5c394430a77e370834ff02cca541ff1d1045e499c121adf60730d250e3985  nvim-linux64.tar.gz
bb90f61abf9c4ff21a31d5405e038113734575d421d63047be6edcb58e4c7ca2  nvim.appimage
0c5d0ebcb3d4e7f8b99178335a8606b1252a6d8e269dbd54e20c909fe10c3a57  nvim.appimage.zsync
22765a0119bc4d382b978c643cc737352be1f87419321c5e6da35d17c59bc2b8  nvim-macos-x86_64.tar.gz
3e273b2c71630570c018042ea7410c5c137b1a5288afba57d9554d5f60189505  nvim-macos-arm64.tar.gz
3993bd74d9718e1abc890a4cf8e17f8b64c3c2085198642475854b7991f37bfa  nvim-win64.zip
d2c0fd61a7b05fa7f83785aefec7db48247c22c1509ddebc0ac64f4d63299582  nvim-win64.msi