Nvim development (prerelease) build
Pre-release
Pre-release
NVIM v0.11.0-dev-37bf4c572
Build type: RelWithDebInfo
LuaJIT 2.1.1716656478
Install
Windows
Zip
- Download nvim-win64.zip
- Extract the zip
- Run
nvim.exeon your CLI of choice
MSI
- Download nvim-win64.msi
- Run the MSI
- Run
nvim.exeon your CLI of choice
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)
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
- 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
8def1c8408dc2e386983e9209f1e5f5ada2b296ced6806843154e10b2e629184 nvim-linux64.tar.gz
70bbbe80fba822f11372a08b8f7463e1b74ace07c21f94d1ef8603d2da0463e4 nvim.appimage
4cf92a45fd7268cb19fc4e11adf91ac2da9e156a88fb8f2360e9a2233745fa07 nvim.appimage.zsync
4342201295243f11eac7dff329c6b30b58e7342108ca9511ea3559c70c88cd10 nvim-macos-x86_64.tar.gz
5dffe9a02328c941eed8f19d63bb7cff90bde3160e38186422a583c9cbef9937 nvim-macos-arm64.tar.gz
6cafb5a84c7294353b00383972e5ba691ebb21c0aed4f108f4ed88e54435d12b nvim-win64.zip
2e2d7a8f5bd8504f3bdebb3bf7c1d86d3812d90f0f3aa1ee7a178d165b9e0196 nvim-win64.msi