Tails

The Amnesic Incognito Live System. Privacy by design, amnesia by default.

Privacy Hacking Advanced

Overview

Based onDebian (Stable)
Package managerAPT (limited; live system)
Package format.deb
Release modelFixed releases, frequent security updates (every ~4 weeks)
Default DEGNOME
Init systemsystemd
Websitetails.net

Why Tails?

How Tails Works

Package Management

Since Tails is a live system, package management is limited. Installed packages are lost on reboot unless configured in Persistent Storage.

# Temporarily install a package (lost on reboot)
sudo apt update && sudo apt install package-name

# To persist additional packages across reboots:
# 1. Enable Persistent Storage (Tails menu > Persistent Storage)
# 2. Enable the "Additional Software" feature
# 3. Install the package, and Tails will offer to add it to persistent packages
# 4. On next boot, Tails reinstalls your persistent packages automatically
Tails is not a daily driver. It is designed for specific threat models requiring strong anonymity. Everyday use will be slow (all traffic goes through Tor), and the amnesic design means you need to reconfigure things each session unless you use Persistent Storage. For a daily-driver with privacy features, consider Parrot Home or Whonix.

Included Tools

Tips