github neovim/neovim nightly
Nvim development (prerelease) build

pre-release5 hours ago
NVIM v0.10.0-dev-3080+gefb44e0ca
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

796f8a97b6bba2ab710c549e6daa404ae37147acd0a2040e726c33fcf2ec6742  nvim-linux64.tar.gz
9b4fcc666a045996a73ff964a7d18f88cee0b8b155e14f968c3f267e704e3a05  nvim.appimage
280958f55e4fe26f53dd22608ee26f7451d61efa4cbc826565748c66eccd6e8c  nvim.appimage.zsync
48d479c9efe46b9272389da8a60296cc3d878166b99c78644618244232503376  nvim-macos-x86_64.tar.gz
1cf1b3f9d431411951e9018b12bfba76ab21b3e37d25db0ce1c0f16fa4327b51  nvim-macos-arm64.tar.gz
67f8df4b7a0966a5fe7a7fce0f0230476348d2a9470222983716a5c32e6bad0a  nvim-win64.zip
973b05e48d4dfec1df2e8439629ff15a80209d58c5a04465524886c510df8602  nvim-win64.msi

Don't miss a new neovim release

NewReleases is sending notifications on new releases.