Releases: realostermannwirth/neovim
Releases · realostermannwirth/neovim
Nvim development (prerelease) build
NVIM v0.11.0-dev-5770+gab9cfc4dc
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
c38aa901c9050430984851c6a1e57c01ff31aacdb3f3d41645b1dccd774d000c nvim-linux64.tar.gz
4db017ce8bf5e7e0fac05e8b111a7dc909bb367aae3f8b57fdc5ea2dfe8ce555 nvim.appimage
6f124b58854d060c36f8704bcf2455b260e7ee8a3dae9354251ed158271ce008 nvim.appimage.zsync
7d472b5dfb7a3627b3e497be01b334cbd7a968d42ca4c3f97446adc6908c9564 nvim-macos-x86_64.tar.gz
7041455f9f8f7c2ac9a4187ec0a1d9e48cfd9cec3eff0d9e58660c2696afb460 nvim-macos-arm64.tar.gz
3d75dc2518d89fbec5466f9c600a8a1e45317f03bc41607716a53939b4dea407 nvim-win64.zip
fde4ca5b26e34628381b4b682392d728235a2e872f7d06179db8ddcd1c256a90 nvim-win64.msi