Nvim development (prerelease) build
Pre-release
Pre-release
NVIM v0.11.0-dev-1295+gbf5c1346c5
Build type: RelWithDebInfo
LuaJIT 2.1.1732813678
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
fb20094a12c3c7ef6ef054111b0f23bb0530d5a7b93777cae83d2bd1d3e1c400 nvim-linux64.tar.gz
d494daccb74cf0cb552d6afaab464ae0d5f1c92841468d54493399ba697303f7 nvim.appimage
4733b7c901a356ba75e56af68d6e2262333053267a757f3cb880957e96624012 nvim.appimage.zsync
bd8d899c1eafb0096ee1b7dc32208571ba6cfe0b99b4b050f28064f2377f3f49 nvim-macos-x86_64.tar.gz
702071ef90302aa158e6ffef75a37cf29b120b087d7ae28d3ebb6aabfca6140a nvim-macos-arm64.tar.gz
a6114216f3428426cb9af58515c308a5a122c9abed9e6eac5fe24ef41c574079 nvim-win64.zip
cf0ef5aa94404afc7f850074af9deca22f6db67ec275eac897cfa4d900e5c061 nvim-win64.msi