Wormhole for Linux
Mount remote folders as local drives. Share files instantly without uploads.
Installation Steps
1
Install FUSE3(Required)
FUSE enables Wormhole to mount remote folders as local drives. Install using your package manager:
Debian / Ubuntu / Mint
sudo apt install fuse3Fedora / RHEL
sudo dnf install fuse3Arch / Manjaro
sudo pacman -S fuse3openSUSE
sudo zypper install fuse32
Install Wormhole
Choose your preferred installation method:
AppImageRecommended
Works on any Linux distribution. Download, make executable, and run.
chmod +x Wormhole*.AppImage./Wormhole*.AppImage.deb Package
For Debian-based distributions (Ubuntu, Mint, Pop!_OS, etc.)
sudo dpkg -i Wormhole*.debYou're Ready!
Launch Wormhole from your application menu or run it from the terminal. The app will guide you through sharing your first folder or connecting to someone else's share.
CLI users: The GUI app includes the CLI tools. Run wormhole --help after installation.
CLI-Only Installation
Prefer command-line tools without the GUI? Download the CLI binaries directly from GitHub releases or build from source.