${NVIM_VERSION}
nvim.exe
on your CLI of choicenvim.exe
on your CLI of choiceNote: On Windows "Server" you may need to install vcruntime140.dll.
xattr -c ./nvim-macos-x86_64.tar.gz
(to avoid "unknown developer" warning)tar xzvf nvim-macos-x86_64.tar.gz
./nvim-macos-x86_64/bin/nvim
xattr -c ./nvim-macos-arm64.tar.gz
(to avoid "unknown developer" warning)tar xzvf nvim-macos-arm64.tar.gz
./nvim-macos-arm64/bin/nvim
glibc 2.31 or newer is required. Or you may try the (unsupported) builds for older glibc.
chmod u+x nvim.appimage && ./nvim.appimage
./nvim.appimage --appimage-extract
./squashfs-root/usr/bin/nvim
tar xzvf nvim-linux64.tar.gz
./nvim-linux64/bin/nvim
${SHA_LINUX_64_TAR}
${SHA_APP_IMAGE}
${SHA_APP_IMAGE_ZSYNC}
${SHA_MACOS_X86_64}
${SHA_MACOS_ARM64}
${SHA_WIN_64_ZIP}
${SHA_WIN_64_MSI}