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
97108d0b04a103f23f09c3ab7ec116441cea889d976315fdb799586e0616f4dd nvim-linux64.tar.gz
155965d8b4068fe68cde011f98120c3b25b7c62fe83400078bd6819aa9df6c70 nvim.appimage
97cabf129b0016ca7485874b1ae10af5b6c456f9e5697c7e2fe7affb90bb9caf nvim.appimage.zsync
45fdcd47f3baace7ebde70a6fa8482d216ba371e34167a645bad99a8b3194d15 nvim-macos-x86_64.tar.gz
e172ca672a3782a198442cb5302a58da0fb68af8a0e1128f1fd900f5b3400ea9 nvim-macos-arm64.tar.gz
7f66f3ab6cfaef2a6852725f15584440cfe83fc709361526c1d1bdbbb462a54f nvim-win64.zip
569671f50cca252eb75a351185898965912dc7d220f55ed34dc95abb69247b51 nvim-win64.msi