Install Navin on your machine
The Navin app is available for Windows, Linux, macOS, and CLI.
Previous versions
2.0.3September 10, 2026
macOS
All binaries are hosted on Amazon S3 and served over HTTPS.
Linux: install and launch
Short summary. Full per-distro steps (Ubuntu, Fedora, CentOS, Arch…) are in the guide.
.deb, .rpm or pacman (recommended)
Dependencies included. Ubuntu/Debian:
sudo apt install ./navin_*_amd64.deb && navin-desktopFedora / CentOS:
sudo dnf install ./navin-*.x86_64.rpm && navin-desktopArch / Manjaro / Omarchy:
sudo pacman -U ./navin-*-x86_64.pkg.tar.zst && navin-desktopAppImage
Dependencies first (command depends on your distro - see the guide), Ubuntu example:
sudo apt install libfuse2 adwaita-icon-theme fonts-noto-color-emojiThen:
chmod +x Navin-*.AppImage && ./Navin-*.AppImage