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.

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

  1. Download bervice-v1.0.0-linux.AppImage.
  2. chmod +x bervice-v1.0.0-linux.AppImage and run it.
  3. On first launch, create a vault and securely store your recovery phrase offline.

Debian/Ubuntu (.deb)

  1. Download the appropriate .deb (amd64/arm64).
  2. Install with sudo apt install ./bervice-*.deb (or use your GUI installer).
  3. Launch “Bervice” from your applications menu.

Fedora/RHEL (.rpm)

  1. Download the appropriate .rpm (x86_64/aarch64).
  2. Install with sudo dnf install ./bervice-*.rpm.
  3. Launch “Bervice” from your applications menu.

Tarball

  1. Extract with tar -xzf bervice-*.tar.gz.
  2. Run the binary from the extracted folder: ./Bervice.

Tip: If Wayland causes issues on your setup, launch with --ozone-platform-hint=x11.