Desktop
Install on Ubuntu
Ubuntu 24.04 or later, on amd64 or arm64. The daemon package also runs on 22.04.
Ubuntu
Every download below is a file of the latest open-source release, 2026.9.18-1049819730
Supported
Ubuntu 24.04 LTS or later
amd64 and arm64.
The daemon package also installs on Ubuntu 22.04 LTS; the app needs 24.04 or later.
What you download
urnetwork-daemon_2026.9.18-1049819730_amd64.debThe daemon package: the system service, installed once with sudo. There is one per CPU (amd64, arm64).URnetwork-2026.9.18-1049819730-amd64.AppImageThe app: no install, runs without privileges and talks to the daemon. One per CPU (amd64, arm64).
Install steps
- Install the daemon package. It runs as a system service, so this step needs sudo once.
sudo apt update sudo apt install urnetwork
Installs the daemon from the URnetwork apt repository and keeps it updated with the rest of your system.
- Download the app for your CPU, make it executable, and run it.
chmod +x URnetwork-2026.9.18-1049819730-amd64.AppImage ./URnetwork-2026.9.18-1049819730-amd64.AppImage
- The app needs no privileges: it talks to the daemon you installed. Keep the AppImage anywhere you like.