Docs Downloads & Releases Latest Version — Linux
Latest Version — Linux
Version v1.0.0 • Ubuntu/Debian, Fedora/RHEL, Arch, Any (AppImage)
Download Bervice Desktop for Linux. Quantum-safe encryption, decentralized storage, and wallet-based subscriptions in a native build.
The Linux build ships with our post-quantum cryptography stack (- + -), local-first encryption, and an optimized IPFS client for decentralized storage. No plaintext leaves your device; on-chain events are used solely for subscription verification and referrals.
Files & Checksums
Verify integrity before installing. Compare the SHA-256 below with your local hash. See Verify Downloads.
- bervice-v1.0.0-linux.AppImageSHA-256:
a1a1…appimg…9f2c
- bervice-v1.0.0-amd64.debSHA-256:
b2b2…deb64…c3e7
- bervice-v1.0.0-arm64.debSHA-256:
c3c3…debarm…aa14
- bervice-v1.0.0-x86_64.rpmSHA-256:
d4d4…rpm64…118b
- bervice-v1.0.0-aarch64.rpmSHA-256:
e5e5…rpma64…7b0d
- bervice-v1.0.0-linux-x64.tar.gzSHA-256:
f6f6…tgz64…51aa
- bervice-v1.0.0-linux-arm64.tar.gzSHA-256:
g7g7…tgzarm…0d33
Optional: verify the developer signature with our public key: PGP public key.
System Requirements
- 64-bit Linux kernel 5.4+ (glibc-based distros recommended)
- 8 GB RAM recommended; 1 GB free disk for app + space for encrypted data
- OpenGL 3.2+ (or Mesa equivalent) for UI acceleration
- Internet connectivity for sync and on-chain verification
Install & First-Run
AppImage
- Download
bervice-v1.0.0-linux.AppImage
. chmod +x bervice-v1.0.0-linux.AppImage
and run it.- On first launch, create a vault and securely store your recovery phrase offline.
Debian/Ubuntu (.deb)
- Download the appropriate
.deb
(amd64/arm64). - Install with
sudo apt install ./bervice-*.deb
(or use your GUI installer). - Launch “Bervice” from your applications menu.
Fedora/RHEL (.rpm)
- Download the appropriate
.rpm
(x86_64/aarch64). - Install with
sudo dnf install ./bervice-*.rpm
. - Launch “Bervice” from your applications menu.
Tarball
- Extract with
tar -xzf bervice-*.tar.gz
. - Run the binary from the extracted folder:
./Bervice
.
Tip: If Wayland causes issues on your setup, launch with --ozone-platform-hint=x11
.