Skip to content

santilococo/oni2

Repository files navigation

Discord License: MIT

Onivim 2

This is a fork of Onivim 2 where I will upload the latest builds (both stable and nightly).

Table of Contents

Download (for Linux)

Arch-based distributions

Download onvim2-bin or onivim2-nightly-bin with the AUR helper of your choice.

Other distributions

First, you need to download Onivim2-x86_64.AppImage from releases, which is the AppImage of onivim2. You can choose the stable or the nightly release.

Then, if you want Oni2 to appear in your application menu/launcher, you need to download the desktop file and logo.

Finally, you need to move the files to /usr (you may need root privileges):

chmod u+x Onivim2-x86_64.AppImage
mv Onivim2-x86_64.AppImage /usr/local/bin/Oni2

And if you also downloaded the desktop file and logo:

mv Onivim2.desktop /usr/share/applications
mv logo.png /usr/share/icons/Onivim2.png

After that, if /usr/local/bin is in your PATH, you can simply run Oni2 in your terminal or application launcher.

Download (for Windows)

Simply download the .exe file from nightly releases and run it.

Download (for macOS)

Simply download the .dmg file from nightly releases and run it. You need to allow the app to run in the privacy settings of macOS.

Documentation

See Documentation.

License

See LICENSE and ThirdPartyLicenses.