Releases: MetaBarj0/neovim
Releases · MetaBarj0/neovim
Nvim development (prerelease) build
NVIM v0.11.0-dev-4662ad5643
Build type: RelWithDebInfo
LuaJIT 2.1.1741730670
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 (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
2432ca1178e66f044a075b7b2c9b84cd25f8710f57eca591b8fe69e7c17ca2d5 nvim-linux-arm64.appimage
ab08e026879a6277c8a928ef8d556e9daf24c5971fa5ad0f496f79a0b4eb8ed6 nvim-linux-arm64.appimage.zsync
743c7a6de3ecf468509f4cc1abc293b069b0dfd34ed26012fb2056ec63c42204 nvim-linux-x86_64.appimage
d550432febe49149dd00c9dbd00e8c986478afca6a0daa0d13b61247b1541e80 nvim-linux-x86_64.appimage.zsync
63b49179f9ab5c4b662cfd91f9de6b3bd32d6a4e3fe6e77125751af7943b1906 nvim-linux-arm64.tar.gz
d3c4048f515d8c2b09780e05ed9346693d28136c32dbff99b8c698c6c9fedc80 nvim-linux-x86_64.tar.gz
11b4776a241aa59e0f9fae27a22ea33e1b1489e8dad6a8fd12412726f27a8d2f nvim-macos-arm64.tar.gz
9863d2c10d653b8b49b6c623b9d471ae97871c2b0bf85d6ff9f13a15696b9d7e nvim-macos-x86_64.tar.gz
e57d7cee8fd2828b3d282717061b39888874015dc26b9eb4aff1976f59a168b2 nvim-win64.msi
7f316c904db5eb7768247e223bbcf1e031fbad2126db89fc9c6d0814f17ae52d nvim-win64.zip