Skip to content

Releases: MetaBarj0/neovim

Nvim development (prerelease) build

25 Mar 05:28
4662ad5
Compare
Choose a tag to compare
Pre-release
NVIM v0.11.0-dev-4662ad5643
Build type: RelWithDebInfo
LuaJIT 2.1.1741730670

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip
  3. Run nvim.exe on your CLI of choice

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Run nvim.exe on your CLI of choice

Note: On Windows "Server" you may need to install vcruntime140.dll.

macOS (x86_64)

  1. Download nvim-macos-x86_64.tar.gz
  2. Run xattr -c ./nvim-macos-x86_64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-x86_64.tar.gz
  4. Run ./nvim-macos-x86_64/bin/nvim

macOS (arm64)

  1. Download nvim-macos-arm64.tar.gz
  2. Run xattr -c ./nvim-macos-arm64.tar.gz (to avoid "unknown developer" warning)
  3. Extract: tar xzvf nvim-macos-arm64.tar.gz
  4. 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

  1. Download nvim-linux-x86_64.appimage
  2. 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
      

Tarball

  1. Download nvim-linux-x86_64.tar.gz
  2. Extract: tar xzvf nvim-linux-x86_64.tar.gz
  3. Run ./nvim-linux-x86_64/bin/nvim

Linux (arm64) - Untested

AppImage

  1. Download nvim-linux-arm64.appimage
  2. 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
      

Tarball

  1. Download nvim-linux-arm64.tar.gz
  2. Extract: tar xzvf nvim-linux-arm64.tar.gz
  3. Run ./nvim-linux-arm64/bin/nvim

Other

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