Nvim development (prerelease) build
Pre-release
Pre-release
NVIM v0.11.0-dev-8585183ba
Build type: RelWithDebInfo
LuaJIT 2.1.1727870382
Install
Windows
Zip
- Download nvim-win64.zip
- Extract the zip
- Run
nvim.exe
on your CLI of choice
MSI
- Download nvim-win64.msi
- Run the MSI
- Run
nvim.exe
on your CLI of choice
Note: On Windows "Server" you may need to install vcruntime140.dll.
macOS (x86_64)
- Download nvim-macos-x86_64.tar.gz
- Run
xattr -c ./nvim-macos-x86_64.tar.gz
(to avoid "unknown developer" warning) - Extract:
tar xzvf nvim-macos-x86_64.tar.gz
- Run
./nvim-macos-x86_64/bin/nvim
macOS (arm64)
- Download nvim-macos-arm64.tar.gz
- Run
xattr -c ./nvim-macos-arm64.tar.gz
(to avoid "unknown developer" warning) - Extract:
tar xzvf nvim-macos-arm64.tar.gz
- 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
- Download nvim.appimage
- 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
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux64.tar.gz
- Extract:
tar xzvf nvim-linux64.tar.gz
- Run
./nvim-linux64/bin/nvim
Other
- Install by package manager
SHA256 Checksums
82fe5efaa7e9422209da8801784f5870309ea5ad549d7e46750ca205ca22eaf1 nvim-linux64.tar.gz
7b1fad86e9e08e047105e6c8246f9730266e884ddc03bfc1eebe272812dae0ff nvim.appimage
ee3f42f410c663339e890a1a8bc21d5bd47f6d5b5aa2ac3aeee53a6001a9fe71 nvim.appimage.zsync
5aee9dc626917dff370b87d918b60e69e56a913f542be9db5348c9949a173e87 nvim-macos-x86_64.tar.gz
3b8b9352e97682fde5266c8b25ffb49a5a385455dc76c5b00fad643ec938bcd8 nvim-macos-arm64.tar.gz
f65c9c0bb2d4503a918ecc705312a68037e0f417a7ef3c20d77e39ea53185bb8 nvim-win64.zip
d03c8549e9503abfccd23546d6dbb2d00998f7b67e65404a789b3683454c2e43 nvim-win64.msi