Releases: SeniorMars/neovim
Releases · SeniorMars/neovim
Nvim development (prerelease) build
NVIM v0.11.0-dev-7521+g3e6cec0be
Build type: RelWithDebInfo
LuaJIT 2.1.1720049189
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
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
a176126941380c70589620542e8252a06eb5e2b28df640a17061828290ec8013 nvim-linux64.tar.gz
49eb17e3de9a50c241f96e8ea8a699201cf816c83772a8795942d8d6d9696b3f nvim.appimage
e177bd205ce8752f96c1c62a3f4aa0d0e026d6999d3a4b9156f58931dc536778 nvim.appimage.zsync
e73b8c4f5e3f476cd2aff27b22d7372d1fc080b8ba2aec24c5d17906d74efdf7 nvim-macos-x86_64.tar.gz
09192a1e845df92e2111bc4ef2925d648ed9271f417c74ebfa2a51143fba21e1 nvim-macos-arm64.tar.gz
434dc3cdeeb840f13c76fcd20067cb33f5c48d267a3ee69caf2ccd58e27caf0c nvim-win64.zip
8aa780e1eecfc6c9ae13368102945ef7688024ae69446340a192f0483d98560e nvim-win64.msi