Releases: bhza/neovim
Releases · bhza/neovim
Release list
Nvim development (prerelease) build
NVIM v0.11.0-dev-d5ff0aff27
Build type: RelWithDebInfo
LuaJIT 2.1.1736781742
Install
Windows
Zip
- Download nvim-win64.zip
- Extract the zip
- Run
nvim.exeon your CLI of choice
MSI
- Download nvim-win64.msi
- Run the MSI
- Run
nvim.exeon 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 (x86_64)
glibc 2.35 or newer is required. Or you may try the (unsupported) builds for older glibc.
AppImage
- Download nvim-linux-x86_64.appimage
- Run
chmod u+x nvim-linux-x86_64.appimage && ./nvim-linux-x86_64.appimage- If your system does not have FUSE you can extract the appimage:
./nvim-linux-x86_64.appimage --appimage-extract ./squashfs-root/usr/bin/nvim
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux-x86_64.tar.gz
- Extract:
tar xzvf nvim-linux-x86_64.tar.gz - Run
./nvim-linux-x86_64/bin/nvim
Linux (arm64) - Untested
AppImage
- Download nvim-linux-arm64.appimage
- Run
chmod u+x nvim-linux-arm64.appimage && ./nvim-linux-arm64.appimage- If your system does not have FUSE you can extract the appimage:
./nvim-linux-arm64.appimage --appimage-extract ./squashfs-root/usr/bin/nvim
- If your system does not have FUSE you can extract the appimage:
Tarball
- Download nvim-linux-arm64.tar.gz
- Extract:
tar xzvf nvim-linux-arm64.tar.gz - Run
./nvim-linux-arm64/bin/nvim
Other
- Install by package manager
SHA256 Checksums
8b404214317002f767725d478b0237e7d9278899ed87553541b451dd5f4273b7 nvim-linux-arm64.appimage
448b98262db11d626b8501f4e2236ff4c709c00dcc7aa729f2ec5bc7f19c12d3 nvim-linux-arm64.appimage.zsync
50f711e8f402003a47eb62d9be584a976846ae49ecec865997ff5957229bb21c nvim-linux-x86_64.appimage
6fba4961b6aa6a38f9e143c53305381a667b79ffff3b71ca874305e628f03280 nvim-linux-x86_64.appimage.zsync
ce51707e577e5469b9d9d2ac928b6abd3703555428c0b35fc33815243ab67c8a nvim-linux-arm64.tar.gz
57f791df57ef2b462f68a42f01f3b9829981f2fbc42c6143eae5bc2d624ca8c7 nvim-linux-x86_64.tar.gz
222cadf11c8ceb70251cd86b0b7686e4e2211c455ea44bee81db3c840555a96b nvim-macos-arm64.tar.gz
26154ee79ffe534b8a6de5e853c6473d5a1385e1b0f4601cbda85a7d1b00131b nvim-macos-x86_64.tar.gz
0c92858f0b85ecd3a418dd045d075dc9eb980d0aaaf2199f039a49636a36376e nvim-win64.msi
d66baf3d24bdfecb8bf9685690929dc66afc2102b7531a026588df83bf0076e2 nvim-win64.zip