DocsGetting StartedLinux Installation
Linux Installation
Install bervice on popular Linux distributions using DEB, RPM, or AppImage. All builds are signed and include the same zero-knowledge security model, whether you use X11 or Wayland.
Prerequisites. 64-bit Linux (recent LTS recommended), 4 GB RAM, ~300 MB free disk. Ensure curl
and gpg
(or your distro’s verifier) are available to verify downloads. For on-chain subscriptions, have a supported wallet ready.
Option A — DEB (Debian/Ubuntu)
- Download. Get the latest
.deb
from the Linux release page. - Verify. Check SHA-256 and PGP signature per Verifying Downloads.
- Install. Run
sudo apt install ./bervice_x.y.z_amd64.deb
. Resolve dependency prompts if any.
Option B — RPM (Fedora/RHEL/openSUSE)
- Download. Get the
.rpm
from the Linux release page. - Verify. Validate checksum and signature.
- Install. On Fedora:
sudo dnf install ./bervice-x.y.z.x86_64.rpm
. On RHEL/CentOS:sudo yum install ./bervice-x.y.z.x86_64.rpm
.
Option C — AppImage (No root required)
- Download. Get the
.AppImage
. - Make executable.
chmod +x bervice-x.y.z.AppImage
- Run.
./bervice-x.y.z.AppImage
. Optionally integrate with your desktop menu when prompted.
First Run
- Launch bervice from your app launcher or via terminal:
bervice
. - Select Create a new vault or Restore existing.
- Create a strong master password; generate keys locally; save your recovery seed or key file securely.
- Connect your wallet and activate your on-chain subscription.
Wayland & X11. bervice supports both display servers. Clipboard, tray, and file picker flows are optimized for major desktop environments (GNOME, KDE, etc.).
Updates. DEB/RPM installs receive system updates through your package manager. AppImage users can download the latest release manually. All releases are signed; verify before applying.