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
d15544d121eb4a8b327fbfe6e8639fe04eaec45342a1f16c173325eb16cd6ed8 nvim-linux64.tar.gz
44a1f05528e3496fa02d9cc9bfa71d91112b776443d44a756e78e66939a52bb7 nvim.appimage
0786d4ee413649e8b56cffa0131417429ebafb2be1d5f35983a3625615a0cbf7 nvim.appimage.zsync
80dc4865a7c37e0c178cfd7eb0fc361bc309c2583b41c4dc26fdcc572f9940ff nvim-macos-x86_64.tar.gz
cceaaa1ceeec86852a90fd6ead33d7fda3a6f2ccfcd4d21e14feb0aaf71cb6a3 nvim-macos-arm64.tar.gz
99fc3015bd4756b898572e56837745ae66e9b28469070c597394dd7eedc1ac4f nvim-win64.zip
b6a5e084c2d5477d06315364eba8e7a551ac7c33a1398e9419ee43ae3cc087a0 nvim-win64.msi