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
18ed63b49687f282e84725cea06056da4d5e638d6817eaa9bd789511a8753f65 nvim-linux64.tar.gz
6d8573a6bd541aadabe1305fca9fd2562cbee790db5d5058cfc6dac41cd28ed2 nvim.appimage
9e03e24705597a3c591cf78ea5f609b77b32d86fab911705d7f1e71a29b35356 nvim.appimage.zsync
00ee8ae11ee30de82a8e95f945d756c2fef0c38e0fa5113a1d50c7491333deb9 nvim-macos-x86_64.tar.gz
041df4fbaa7969a084bffdbfc9205cee6dd8d0b9029de77a5c39002aa1d73265 nvim-macos-arm64.tar.gz
3448dafee335234fe47cf2690ada5f216a0085c155a98ad1cba18561432dcda1 nvim-win64.zip
e48f76c472dc38204ceb0a20dd5863cd212799fb9220aef4c167e77262f80829 nvim-win64.msi