Skip to content

Nvim development (prerelease) build

Pre-release
Pre-release
Compare
Choose a tag to compare
@github-actions github-actions released this 14 Oct 05:13
NVIM v0.10.0-dev-4474+gc1396afa7
Build type: RelWithDebInfo
LuaJIT 2.1.1713484068

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

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)

Minimum glibc version to run these releases is 2.31. People requiring releases
that work on older glibc versions can find them at
https://github.com/neovim/neovim-releases.

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

dd1905aa3d87b1900add438ed2a3fc89a4cb32dd8133a7e5291841a06af934c8  nvim-linux64.tar.gz
ac1023a61174308509c15bf12fcd87001913f2039a548c1b3b6f26071a9387d2  nvim.appimage
b3fe01ca74e9fd201c048d03b9dfa7e56abc5e8112302d0eea8db853734951ce  nvim.appimage.zsync
8e157868c6c46f75a68845aa096ad1bc06b07b1ab96fe50522f1ad72ca336edf  nvim-macos-x86_64.tar.gz
44424f8c7fa6fba6543a47d1893dd18c4018cc86ac975b5b83e892f1054337f1  nvim-macos-arm64.tar.gz
320995db980b856403988bef4cdf34da2dfdc80e224c4a336d91eab46fa304f3  nvim-win64.zip
522aed3703b2072ea5fe64d11b44edebc2eabb317b1b6955ac2638d06fa7b486  nvim-win64.msi