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
74ce551e6387b4344db639e45ca147d7c9226d561ea8f22443a436c55afab54e nvim-linux64.tar.gz
5d7021e0693ca43d6e0be5495e3c62721ac54c3f51e29c39d5af5a975ab8b6a2 nvim.appimage
62c214aed95c0e8910a7bc87cdc7ed1edb529297832e30cb30463a131de38ad8 nvim.appimage.zsync
469d34fdd0eb17de3dd6f6d103feefc6d1adb61a921a44cd14ccf773eee900b0 nvim-macos-x86_64.tar.gz
52ce08deed7d75d7749029be44c2663cb4027387b81dd619d4be084543aee13f nvim-macos-arm64.tar.gz
3354c4128e953250ebdc71fa812b84ab370ec0a4a89e3ffefc54c2afe3fc72ce nvim-win64.zip
59e0881b2fb255cf392e9838bb616eb95a46728bfad319f9b8ef951674bdeb89 nvim-win64.msi