EasySafe

EasySafe

v2026.03.06.1844.daee500

Linux Installation (Fedora, Arch, openSUSE, ...)

← Back to Overview

Other Linux Installation (Fedora, Arch, openSUSE, ...)

Prerequisites

Only Docker is required. No APT, no system packages.

# 1. Install Docker (if not already installed)
# See: https://docs.docker.com/engine/install/

# 2. Download and install EasySafe
curl -LO https://apt.easy-safe.eu/easysafe_amd64.tar.gz
mkdir -p easysafe && tar xzf easysafe_amd64.tar.gz -C easysafe
cd easysafe && ./install.sh

# 3. Reboot (required for Docker group permissions)
reboot

# 4. Start (opens the EasySafe splash screen)
easysafe

Double-click the EasySafe Capella desktop icon or run easysafe in a terminal. The splash screen opens where you select your workspace and click Start.

EasySafe Splash Screen

The EasySafe splash screen — select a workspace folder and click Start.

EasySafe starting Capella

EasySafe starting up — Docker containers are being configured and launched.

Updating

Click Update in the splash screen — the latest tar.gz is downloaded and installed automatically. You can also update manually:

curl -LO https://apt.easy-safe.eu/easysafe_amd64.tar.gz
mkdir -p easysafe && tar xzf easysafe_amd64.tar.gz -C easysafe
cd easysafe && sudo ./install.sh

Uninstalling

cd easysafe && sudo ./uninstall.sh