Skip to content

Linux

Nexis provides native packages for Debian/Ubuntu and Fedora/RHEL families, a portable AppImage, and an AUR package for Arch-based distros.

Download the .deb from the releases page and install it:

Terminal window
sudo apt install ./nexis_*_amd64.deb
Terminal window
sudo dnf install ./nexis-*.x86_64.rpm

The AppImage is a single portable file — no installation required:

Terminal window
chmod +x Nexis-*.AppImage
./Nexis-*.AppImage

Nexis is packaged on the AUR. Install it with your favorite helper:

Terminal window
yay -S nexis
  • Wayland rendering glitches — try launching with WEBKIT_DISABLE_DMABUF_RENDERER=1.
  • On desktop Linux, the .deb / .rpm builds are usually smoother than the AppImage.

More fixes live in Troubleshooting.