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
6f265a0316a26805a61a3feb13558ef1e3293815b6793abbe2fbc05cd3870a94 nvim-linux64.tar.gz
3474c10f303d615515670e4d3c12a6cf17249fd8d6d686da9945e9a5f7981432 nvim.appimage
173d7d60dfc91c10ea34d7420e670f1c7983872e1f2c9dc2b728f7c72ed4c0fd nvim.appimage.zsync
64462b5894166afc731d90a11cee702e017bd63ab5a6e017979a29da759fb913 nvim-macos-x86_64.tar.gz
eced9a9890c5dfc16ff338aaa94811006c8560b6f8fe897f44e020e30cc00a2c nvim-macos-arm64.tar.gz
fc7192ac8e50111ce923c2d199f496f575efc7931f7666938cf9576b14ba7a6e nvim-win64.zip
f36b62a641dfb15bd0311561832abc9b6c6be11a60c4109bae263281231d46f0 nvim-win64.msi