Linux Installation
MoleTun is available as a .deb package or a portable AppImage. See how to manage them below.
Option 1: DEB Package (Recommended)
Best for Ubuntu/Debian/Pop!_OS. Installing via apt ensures dependencies are handled automatically.
Terminal
# Install with apt to handle dependencies automatically
sudo apt update
sudo apt install ./MoleTun_*.deb
Option 2: AppImage
Portable format that runs on most distros. You must grant execution permissions before running.
# Make executable
chmod +x MoleTun_*.AppImage
./MoleTun_*.AppImage
AppImage won't start?
Ubuntu 22.04+ requires libfuse2 to run AppImages.
sudo apt install libfuse2