Debian package for Ubuntu, Kali, Debian, Linux Mint and all apt-based distros.
Step 1 - Choose your version
Not sure? Most laptops and PCs use amd64. Raspberry Pi and Apple Silicon VMs use arm64.
For Intel and AMD processors - desktops, laptops, and most cloud VMs.
Coming SoonFor ARM processors - Raspberry Pi 4/5, Apple Silicon Linux VMs, AWS Graviton.
Download arm64 .debTo check your architecture: open a terminal and run uname -m - x86_64 means amd64, aarch64 means arm64.
Installation Guide
Takes about 1 minute. The most common mistake is double-clicking the .deb - it won't install on most distros. Use the terminal command in Step 2.
Click the download button above to save ranzer_1.0_arm64.deb to your Downloads folder. The package is fully self-contained - no Python installation required.
Open a terminal, and run:
cd ~/Downloads sudo dpkg -i ranzer_1.0_arm64.deb
Enter your password when prompted. If you see dependency errors, run this to fix them automatically:
sudo apt-get install -fAfter installation, RANZER is available from your Applications menu under System or Security. You can also launch it directly from a terminal:
# Open the graphical interface ranzer gui # Or check available commands ranzer --help
If you want future .deb downloads to open a proper install GUI when double-clicked, install GDebi:
sudo apt install gdebiAfter that, double-clicking any .deb file will open a one-click install window.
Tested and working on the following. Any apt-based distro should work.
sudo apt remove ranzerUse sudo apt purge ranzer to also remove any remaining configuration files.
Dependency errors during install - Run sudo apt-get install -f after the failed install to auto-resolve missing dependencies.
'ranzer' not found after install - Run hash -r or open a new terminal to refresh your shell's command cache.
GUI doesn't open - Ensure you have a desktop environment running. On headless servers, RANZER's GUI requires a display. Use CLI mode instead: ranzer monitor --dir ~/Documents.
Double-click opens Archive Manager - This is normal on some distros. Use sudo dpkg -i ranzer_1.0_arm64.deb in the terminal, or install GDebi (Step 4 above).
Next Step
The User Guide walks you through setting up your first monitored directory, understanding alerts, and getting the most out of RANZER.
Read the User Guide →
Developed as part of an academic project at
Victoria University, Melbourne, Australia