Skip to content

Releases: realostermannwirth/neovim

Nvim development (prerelease) build

21 Feb 05:13
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

c38aa901c9050430984851c6a1e57c01ff31aacdb3f3d41645b1dccd774d000c  nvim-linux64.tar.gz
4db017ce8bf5e7e0fac05e8b111a7dc909bb367aae3f8b57fdc5ea2dfe8ce555  nvim.appimage
6f124b58854d060c36f8704bcf2455b260e7ee8a3dae9354251ed158271ce008  nvim.appimage.zsync
7d472b5dfb7a3627b3e497be01b334cbd7a968d42ca4c3f97446adc6908c9564  nvim-macos-x86_64.tar.gz
7041455f9f8f7c2ac9a4187ec0a1d9e48cfd9cec3eff0d9e58660c2696afb460  nvim-macos-arm64.tar.gz
3d75dc2518d89fbec5466f9c600a8a1e45317f03bc41607716a53939b4dea407  nvim-win64.zip
fde4ca5b26e34628381b4b682392d728235a2e872f7d06179db8ddcd1c256a90  nvim-win64.msi