Skip to content

Releases: realostermannwirth/neovim

Nvim development (prerelease) build

19 Jan 05:13
ab9cfc4
Compare
Choose a tag to compare
Pre-release
NVIM v0.11.0-dev-5770+gab9cfc4dc
Build type: RelWithDebInfo
LuaJIT 2.1.1732813678

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 (x64)

glibc 2.31 or newer is required. Or you may try the (unsupported) builds for older glibc.

AppImage

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

Tarball

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

Other

SHA256 Checksums

18ed63b49687f282e84725cea06056da4d5e638d6817eaa9bd789511a8753f65  nvim-linux64.tar.gz
6d8573a6bd541aadabe1305fca9fd2562cbee790db5d5058cfc6dac41cd28ed2  nvim.appimage
9e03e24705597a3c591cf78ea5f609b77b32d86fab911705d7f1e71a29b35356  nvim.appimage.zsync
00ee8ae11ee30de82a8e95f945d756c2fef0c38e0fa5113a1d50c7491333deb9  nvim-macos-x86_64.tar.gz
041df4fbaa7969a084bffdbfc9205cee6dd8d0b9029de77a5c39002aa1d73265  nvim-macos-arm64.tar.gz
3448dafee335234fe47cf2690ada5f216a0085c155a98ad1cba18561432dcda1  nvim-win64.zip
e48f76c472dc38204ceb0a20dd5863cd212799fb9220aef4c167e77262f80829  nvim-win64.msi