Skip to content

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 fuse3
Fedora / RHEL
sudo dnf install fuse3
Arch / Manjaro
sudo pacman -S fuse3
openSUSE
sudo zypper install fuse3
2

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*.deb

You'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.

Looking for a different platform?

Open source under MIT License. Free during alpha.