Computers
The app with a window, for anyone who would rather not use a terminal.
Everything installable, on one page: app stores, direct files, repositories and router packages. One account works everywhere.
The app with a window, for anyone who would rather not use a terminal.
As a file, for when a store is unavailable or unwanted.
One binary that drives any tunnel on the account. For servers, scripts and machines with no desktop.
On Android it is the same file as the phone: its own launcher entry, large screens, remote control.
An Apple TV app is on the way
More about televisions →A router covers the whole house at once.
OpenWrt — the full daemon with every protocol, ULTRA included
Other Linux: the same daemon as plain files
How to set it up, and which file →The recommended route on Linux: updates arrive with the system's own.
Debian, Ubuntu
curl -fsSL https://meduzavpn-builds.fra1.digitaloceanspaces.com/repo/meduzavpn-archive-keyring.asc \
| sudo gpg --dearmor -o /usr/share/keyrings/meduzavpn.gpg
echo "deb [signed-by=/usr/share/keyrings/meduzavpn.gpg] https://meduzavpn-builds.fra1.digitaloceanspaces.com/repo/deb stable main" \
| sudo tee /etc/apt/sources.list.d/meduzavpn.list
sudo apt update
sudo apt install meduzavpn-desktop # app with a window
sudo apt install meduzavpn # command lineFedora, CentOS, RHEL
sudo rpm --import https://meduzavpn-builds.fra1.digitaloceanspaces.com/repo/meduzavpn-archive-keyring.asc
sudo tee /etc/yum.repos.d/meduzavpn.repo >/dev/null <<'REPO'
[meduzavpn]
name=MeduzaVPN
baseurl=https://meduzavpn-builds.fra1.digitaloceanspaces.com/repo/rpm
enabled=1
gpgcheck=1
repo_gpgcheck=1
gpgkey=https://meduzavpn-builds.fra1.digitaloceanspaces.com/repo/meduzavpn-archive-keyring.asc
REPO
sudo dnf install meduzavpn-desktop # app with a window
sudo dnf install meduzavpn # command lineEvery file on this page sits there too, next to its checksum and the signing key -- which is what lets you verify a download instead of trusting a link.