Skip to content

Releases: RenFraser/neovim

Nvim development (prerelease) build

05 Oct 05:26
a601d03
Compare
Choose a tag to compare
Pre-release
NVIM v0.9.0-dev-3712+ga601d0311
Build type: RelWithDebInfo
LuaJIT 2.1.0-beta3

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip.
  3. Run nvim-qt.exe

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Search and run nvim-qt.exe or run nvim.exe on your CLI of choice.

macOS

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

Linux (x64)

Tarball

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

Debian Package

  1. Download nvim-linux64.deb
  2. Install the package using sudo apt install ./nvim-linux64.deb
  3. Run nvim

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
      

Other

SHA256 Checksums

e6c3df7e714de4f42b47944d604ebedad36366d9f51f06ba6aab74f73407c26c  nvim-linux64.tar.gz
59912d0b8120585a1ccd9b1256f7e6c389deaa17ff4d1aff98ea61ca411d17f1  nvim-linux64.deb
cbd08a232b237b154be9738bc64a7e821abf9563f9dfad217a0c9aee344019a8  nvim.appimage
64896f5904ae13047251937d66379852fc72c58b4369393ae7bc10be97359d9c  nvim.appimage.zsync
d18ec0a52b0f652c58275956e625e2fca1e506f121967753027406f3219d4ee3  nvim-macos.tar.gz
9e4a0837446fb76171aa5a4383bb649089ece71ac6cb6bf5db4d2356a03b94e7  nvim-win64.zip
da74d1717cb01868958e2e066207ad70168cc92b15e70106abddc6c6ef5f2861  nvim-win64.msi

Nvim release build

17 Feb 08:31
Compare
Choose a tag to compare
NVIM v0.7.0-dev+1033-g6131f8c93
Build type: Release
LuaJIT 2.1.0-beta3

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip.
  3. Run nvim-qt.exe

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Add the Neovim location to your path.
    • Default location is C:\Program Files\Neovim
  4. Run nvim or nvim.exe

NSIS

  1. Download nvim-win64.exe
  2. Run the installer.
    • Ensure that the option to add the installation location to your path is checked if it's your first installation.
  3. Run nvim or nvim.exe

macOS

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

Linux (x64)

Tarball

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

Debian Package

  1. Download nvim-linux64.deb
  2. Install the package using sudo dpkg -i nvim-linux64.deb
  3. Run nvim

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
      

Other

SHA256 Checksums

7a092580b8928c2fc015ce03ae106b51b3ec097965ed97ee84270485af054a6f  nvim-linux64.tar.gz
9ec152592781bddaa6b13c1c3aee322826d07c4de29a08701ad904b538ef31a8  nvim-linux64.deb
329e0bfc0e9d2ecff97f1d2b6b999ffd8e931d19fbc34246676edbfc02a59470  nvim.appimage
c149f6c142c6d9590a178dcb4b7edd524ff19eac37a3d620ddd38b823482e83c  nvim.appimage.zsync
9d04934fe647d963389fa59631e527a3e9e8a0a49e193b3aa85a2a8007cc2b55  nvim-macos.tar.gz
9a1801891b0e2ed5084a0dfb3f5acfa261fec01d7c56624c3fb6f4876c1660e0  nvim-win64.zip
70797b11dae98bb98f7ad09ecb5ffae89bdabada96f98c9d7b02924809e20342  nvim-win64.msi
6d1ed4ce4553319db9d028655d7266189ddbaf4cf19d3d709ab2c5ffa6a834de  nvim-win64.exe

Nvim release build

17 Feb 07:41
Compare
Choose a tag to compare
NVIM v0.7.0-dev+1034-g591741f4b
Build type: Release
LuaJIT 2.1.0-beta3

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip.
  3. Run nvim-qt.exe

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Add the Neovim location to your path.
    • Default location is C:\Program Files\Neovim
  4. Run nvim or nvim.exe

NSIS

  1. Download nvim-win64.exe
  2. Run the installer.
    • Ensure that the option to add the installation location to your path is checked if it's your first installation.
  3. Run nvim or nvim.exe

macOS

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

Linux (x64)

Tarball

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

Debian Package

  1. Download nvim-linux64.deb
  2. Install the package using sudo dpkg -i nvim-linux64.deb
  3. Run nvim

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
      

Other

SHA256 Checksums

d6b83b5aa4ebb7920f7ec5f6ce364ad4fba916c91d1bdcfc3dc542cf5ec913d9  nvim-linux64.tar.gz
b42d36c7f4f8dd223b97b78e08c6ae061c2c8ec746bc88bdd9e73e4d89b593df  nvim-linux64.deb
a4ca6fcee8ebe925f8587ee1d4385cbe3e7bfc8b966d01e7fa2b3e3a258333ce  nvim.appimage
e32ea86720d4c779797f35768214edc2e3289ce91c6807f8cbc54a49fda30b1c  nvim.appimage.zsync
15f1b11eef902905a55fa607c89390d0448c37476f1fe00af3ce58025c2eb6fa  nvim-macos.tar.gz
1d3e43fa78e175b07207d35c88823b38e96a64acfa6c981149daacaf4a8ff3b6  nvim-win64.zip
7999f4e932a4fe0fc7bdebda6a51f705432d48bdac5f1fe86f5ba2ae4ca5ddf4  nvim-win64.msi
0c55ae003f747abfa7ec3902b0c9523145f40452421eed691f33908e76c7ea62  nvim-win64.exe

Nvim release build

17 Feb 08:31
Compare
Choose a tag to compare
NVIM v0.7.0-dev+1033-g6131f8c93
Build type: Release
LuaJIT 2.1.0-beta3

Install

Windows

Zip

  1. Download nvim-win64.zip
  2. Extract the zip.
  3. Run nvim-qt.exe

MSI

  1. Download nvim-win64.msi
  2. Run the MSI
  3. Add the Neovim location to your path.
    • Default location is C:\Program Files\Neovim
  4. Run nvim or nvim.exe

NSIS

  1. Download nvim-win64.exe
  2. Run the installer.
    • Ensure that the option to add the installation location to your path is checked if it's your first installation.
  3. Run nvim or nvim.exe

macOS

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

Linux (x64)

Tarball

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

Debian Package

  1. Download nvim-linux64.deb
  2. Install the package using sudo dpkg -i nvim-linux64.deb
  3. Run nvim

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
      

Other

SHA256 Checksums

7a092580b8928c2fc015ce03ae106b51b3ec097965ed97ee84270485af054a6f  nvim-linux64.tar.gz
9ec152592781bddaa6b13c1c3aee322826d07c4de29a08701ad904b538ef31a8  nvim-linux64.deb
329e0bfc0e9d2ecff97f1d2b6b999ffd8e931d19fbc34246676edbfc02a59470  nvim.appimage
c149f6c142c6d9590a178dcb4b7edd524ff19eac37a3d620ddd38b823482e83c  nvim.appimage.zsync
9d04934fe647d963389fa59631e527a3e9e8a0a49e193b3aa85a2a8007cc2b55  nvim-macos.tar.gz
9a1801891b0e2ed5084a0dfb3f5acfa261fec01d7c56624c3fb6f4876c1660e0  nvim-win64.zip
70797b11dae98bb98f7ad09ecb5ffae89bdabada96f98c9d7b02924809e20342  nvim-win64.msi
6d1ed4ce4553319db9d028655d7266189ddbaf4cf19d3d709ab2c5ffa6a834de  nvim-win64.exe

Nvim release build

14 Feb 11:19
Compare
Choose a tag to compare
NVIM v0.7.0-dev+1042-g7c8555f7c
Build type: Release
LuaJIT 2.1.0-beta3

Install

Windows

  1. Extract nvim-win64.zip
  2. Run nvim-qt.exe

macOS

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

Linux (x64)

  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
      

Other

SHA256 Checksums

2cb427919588cd69caaa34feb2849a08e6b363369f26bd5b020266b70c47939e  nvim-linux64.tar.gz
83a3c2aeb25463d90444053efc840e98c2c3dc8fd6744a488b6cbb1af0707c17  nvim.appimage
8411e6661483eadf9a31d6c439b885706c4bfc22d485ed77cb0c9af096b77eee  nvim.appimage.zsync
df830cbdc43649a0f97c0c81baaf229d2b9ab941021e6ece837ef1aa77a8ebd3  nvim-macos.tar.gz
6ef38793bbbee049d18d4f3ea543fa6b48a06f8f3275056d86d2f91e7bb30b7c  nvim-win64.zip