Skip to content

Releases: mcepl/neovim

Nvim development (prerelease) build

24 Aug 05:18
e41368f
Compare
Choose a tag to compare
Pre-release
NVIM v0.11.0-dev-473+ge41368f3b
Build type: RelWithDebInfo
LuaJIT 2.1.1720049189

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

04a22b03548cfa6b9db1b89469a35da1afc2a81c22e5281a6f7954c4f11886f1  nvim-linux64.tar.gz
7404fdb96af817b791a8333de38349fd7cbb23ef66e6ecb277c9fab74405849a  nvim.appimage
58b3230279acab819a3e532a4c68023146509c67c93c20bd1e07eb8db2294cdd  nvim.appimage.zsync
e1779823122ca4881ceaa5efe7e1028eec2aca935a531946fe326839ed3dab30  nvim-macos-x86_64.tar.gz
df4b5307b28ff59b16eb567bc8d2720a7d0f9008712dbf995749f7aeca256b05  nvim-macos-arm64.tar.gz
fae8e2291243fbad81441d0c4fa36978c4a9098c5a4f554ec5853ebd91247382  nvim-win64.zip
dfc39a3d5884fba0074bfbf6c832eed6e9e779f19960e616b1eb72925def03dc  nvim-win64.msi