EasySafe

EasySafe

v2026.03.06.1844.daee500

Ubuntu / Debian Installation

← Back to Overview

Linux Installation (Ubuntu 22.04+)

Prerequisites

# 1. Add the EasySafe repository
echo "deb [arch=amd64 trusted=yes] https://apt.easy-safe.eu stable main" | sudo tee /etc/apt/sources.list.d/easysafe.list
sudo apt update

# 2. Install (automatically installs Docker, TigerVNC, Git, GitHub CLI, Python3)
sudo apt install easysafe

# 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. On first launch, Docker images are pulled automatically.

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 — a terminal opens and runs sudo apt upgrade easysafe automatically. After the update, the splash restarts with the new version. You can also update manually:

sudo apt update && sudo apt upgrade easysafe

Uninstalling

sudo apt remove easysafe