Skip to content

Releases: realostermannwirth/neovim

Nvim development (prerelease) build

27 Jan 05:12
ab9cfc4
Compare
Choose a tag to compare
Pre-release
NVIM v0.11.0-dev-5770+gab9cfc4dc
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

d15544d121eb4a8b327fbfe6e8639fe04eaec45342a1f16c173325eb16cd6ed8  nvim-linux64.tar.gz
44a1f05528e3496fa02d9cc9bfa71d91112b776443d44a756e78e66939a52bb7  nvim.appimage
0786d4ee413649e8b56cffa0131417429ebafb2be1d5f35983a3625615a0cbf7  nvim.appimage.zsync
80dc4865a7c37e0c178cfd7eb0fc361bc309c2583b41c4dc26fdcc572f9940ff  nvim-macos-x86_64.tar.gz
cceaaa1ceeec86852a90fd6ead33d7fda3a6f2ccfcd4d21e14feb0aaf71cb6a3  nvim-macos-arm64.tar.gz
99fc3015bd4756b898572e56837745ae66e9b28469070c597394dd7eedc1ac4f  nvim-win64.zip
b6a5e084c2d5477d06315364eba8e7a551ac7c33a1398e9419ee43ae3cc087a0  nvim-win64.msi