Releases: a-mnich/neovim
Releases · a-mnich/neovim
Nvim development (prerelease) build
NVIM v0.11.0-dev-511+g5aa1a9532
Build type: RelWithDebInfo
LuaJIT 2.1.1720049189
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
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)
Minimum glibc version to run these releases is 2.31. People requiring releases
that work on older glibc versions can find them at
https://github.com/neovim/neovim-releases.
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
453f02e9c6bade1a2cad5b7e1e5bb4d190c7ea1a945ed6bd694a54e6397fd97a nvim-linux64.tar.gz
2df0297f42dcb3426aa2c15dbf3bcd764dfddb57dd2f4433e9e7739c1f9bbd1c nvim.appimage
412b24ef968a3cfa93cc27c469e631841f73a0aebf76ab5a1a63cb58908e2c6c nvim.appimage.zsync
4d38814fb845571a43312373363e46e29047d0a357f2355cd79f2866addc870f nvim-macos-x86_64.tar.gz
912fb270b97ce585ffc9444392fd59eba05d10d4a891513fa44d68bd064f9bc8 nvim-macos-arm64.tar.gz
5a274d4c5272a853fa17947c28b868b8b427792377ad182df9414dcac7944622 nvim-win64.zip
9a3cd2d6250bdcfc397046c33bf1a905c7eec7bdd2ffe4e19f1a1281b9eb0e07 nvim-win64.msi