The problem with privacy tools is that your regular operating system works against you. Windows tracks everything. macOS sends telemetry. Even Linux leaves traces in log files, swap partitions, and browser caches. By the time you close your Tor Browser, your computer has already recorded dozens of pieces of evidence about what you did.
Tails solves this the brutal way: it doesn’t save anything.
Tails is a complete operating system that runs entirely from a USB stick. It forces all internet traffic through Tor, encrypts all your files, and leaves zero traces on the host computer when you shut it down. The Tor Project calls it an “amnesic” OS — it forgets everything the moment you turn it off.
- Tails = The Amnesic Incognito Live System. A complete OS that runs from a USB stick
- Every connection is forced through Tor — nothing leaks
- Zero traces left on the host computer — no history, no files, no cache
- Latest version: Tails 7.8 (May 2026), based on Debian 13, Linux 6.12 LTS, GNOME 48
- Includes: Tor Browser 15.0.14, Electrum Bitcoin wallet, GNOME Secrets password manager
- Removed in 7.8: Thunderbird (still installable as additional software)
- Requires: 3 GB RAM, 64-bit processor, USB stick (8 GB+)
What Makes Tails Different?
Most privacy setups involve installing software on your existing operating system — Tor Browser, a VPN client, encrypted messaging apps. The problem is that your OS itself is a source of leaks.
| Privacy Tool | Tails |
|---|---|
| Runs on top of your existing OS | Replaces the OS entirely |
| Leaves traces in logs, cache, swap | Leaves zero traces |
| Apps can accidentally bypass Tor | All traffic is forced through Tor |
| Browser fingerprint depends on your system | Standardized fingerprint across all Tails users |
| You need to configure privacy settings | Every privacy feature is pre-configured |
Tails achieves this by being a live operating system. It boots entirely into RAM and never writes to the computer’s hard drive. When you shut down, everything stored in RAM is erased. No forensic tool can recover data that was never written to disk.
How Tails Routes Traffic
Tails doesn’t just include Tor Browser — it forces every application’s network traffic through Tor:
| Application | In Regular OS | In Tails |
|---|---|---|
| Browser | Tor Browser (manual) | Tor Browser (forced) |
| Email client | Your ISP sees the connection | Tor network |
| Instant messaging | Your real IP | Tor hidden service |
| System updates | Direct connection | Tor network |
| DNS queries | Your ISP sees them | Tor (no DNS leaks) |
| Background services | May bypass proxy | All blocked except Tor |
The Tor Connection assistant in Tails 7.6+ includes Automatic Tor Bridges. When Tor is blocked, it requests bridges for your region automatically through the Moat API, with the connection disguised via domain fronting.
Installing Tails
What You Need
- A USB stick (8 GB minimum, 16 GB recommended for Persistent Storage)
- A computer with 3 GB+ RAM and a 64-bit processor
- About 30 minutes
Step 1: Download Tails
Go to https://tails.net and download Tails 7.8 (or the latest version). The USB image is approximately 1.4 GB.
Step 2: Verify the Download
Tails provides a cryptographic signature to verify your download hasn’t been tampered with.
- Download the
.sigfile alongside the USB image - Import the Tails signing key
- Verify:
gpg --verify tails-usb-7.8.img.sig tails-usb-7.8.img
Step 3: Install to USB
From Windows: Use the Tails Installer or Etcher. Open Etcher, select the .img file, select your USB stick, and click Flash.
From Linux/macOS: Use the command line:
# Find your USB device (e.g., /dev/sdb)
lsblk
# Write Tails to the USB (replace sdX with your device)
sudo dd if=tails-usb-7.8.img of=/dev/sdX bs=4M status=progress
Important: This erases everything on the USB stick. Back up any data first.
Step 4: Boot Tails
- Restart your computer with the USB stick inserted
- Enter the boot menu (usually F12, F2, or Del during startup)
- Select your USB stick
- Tails starts loading — you’ll see the Tails boot menu
First-Time Setup
Language and Keyboard
Select your language, keyboard layout, and time zone. These settings are temporary — they reset on every boot.
Tor Connection
The Tor Connection assistant starts automatically. You have two options:
Connect to Tor automatically: Works in most countries. Tails connects to public Tor relays.
Configure Tor bridges: Choose this if Tor might be blocked. Tails can automatically request bridges for your region (new in Tails 7.6+).
Persistent Storage (Optional)
Persistent Storage is an encrypted partition on the USB stick that survives reboots. Use it for:
- Personal files (documents, images)
- Browser bookmarks
- Email client settings
- Additional software you’ve installed
Enable it: Applications → Tails → Configure persistent volume. Set a strong passphrase (12+ characters, not a dictionary word).
Using Tails Day to Day
Built-In Applications
Tails 7.8 ships with a focused set of applications:
| Application | Purpose | Notes |
|---|---|---|
| Tor Browser 15.0.14 | Anonymous browsing | Pre-configured for privacy |
| GNOME Secrets | Password manager | Replaces KeePassXC (since 7.6) |
| Electrum 4.7.0 | Bitcoin wallet | |
| LibreOffice | Document editing | |
| GIMP | Image editing | |
| KeePassXC | Password manager (optional) | Now installable as additional software |
Saving Files Without Persistent Storage
If you don’t use Persistent Storage:
- Save files to a separate encrypted USB stick
- Upload files to an encrypted cloud service
- Print documents instead of storing them
- Use the “Tails Document” feature to save from within applications
Updating Tails
Tails 7.0+ can update automatically:
- Applications → Tails → Upgrade Tails
- The system downloads the update and installs it on next reboot
Manual upgrades require downloading the new Tails image and writing it to USB.
Tails 7.8 What’s New (May 2026)
Tails 7.8 is the latest stable release with important changes:
Removed Thunderbird. The email client is no longer pre-installed because the version in Tails was almost always outdated. Thunderbird can still be installed through the Additional Software tool. If you had Persistent Storage + Thunderbird enabled, it’s automatically added as additional software.
Updated Tor Browser to 15.0.14. Based on Firefox 140 ESR with the latest privacy patches.
Kernel security fixes. Patches for vulnerabilities (Copy Fail, Dirty Frag) that could allow privilege escalation within Tails.
System requirements reminder: Tails 7.x series requires 3 GB RAM (up from 2 GB). The system warns you if RAM is insufficient.
When to Use Tails
Strong Use Cases
- Journalist communicating with sources — Tails + Tor Browser + SecureDrop
- Activist in a hostile environment — leaving no trace on shared computers
- Whistleblower preparing documents — creating and storing sensitive information
- Security researcher testing malware — safe environment that resets completely
- Anyone needing maximum anonymity — when Tor Browser alone isn’t enough
Weak Use Cases (Use Tor Browser Instead)
- Daily casual browsing — Overkill. Tor Browser on your regular OS is sufficient
- Video streaming — Tails’ Tor connection is too slow
- Gaming, music production — Not designed for media-heavy tasks
- Long-term file storage — Not Tails’ purpose. Use encrypted cloud storage
Frequently Asked Questions
Is Tails the same as Tor?
No. Tor is the network. Tails is a complete operating system that uses Tor for all connections. You can use Tor without Tails (Tor Browser). You wouldn’t use Tails without Tor.
Does Tails work on Mac?
Tails boots on Intel Macs. Apple Silicon Macs (M1/M2/M3/M4) have limited support — check the Tails website for current compatibility.
Can I install software on Tails?
Yes, through the Additional Software feature. Software must be installed while Persistent Storage is unlocked and survives reboots. However, every additional package increases your attack surface.
Does Tails hide my location from my ISP?
Your ISP can see you’re using Tor (unless you use bridges) but cannot see what you’re doing. Tails + bridges hides Tor usage itself.
Can Tails be hacked?
Any system can be compromised. Tails reduces the attack surface significantly, but targeted attacks (malicious USB firmware, zero-days in Tor, physical access attacks) are still possible. Tails protects against mass surveillance and casual attacks — it’s not a magic shield against a determined, well-funded adversary.
What to Read Next
- What Is Tor? A Beginner’s Guide — How Tor works, key terms, and the dark web explained
- How to Stay Safe on the Dark Web — Security protocols, verifying .onion sites, and a pre-session checklist
- Tor Bridges and Pluggable Transports — How to bypass censorship when Tor is blocked
Related Articles
Deepen your understanding with these curated continuations.
Tor vs VPN: Which One Do You Actually Need?
Tor and VPNs both protect your privacy, but they work very differently. Here's a clear comparison of when to use each, when to use both, and when neither is the right choice.
How to Install Tor Browser: Step-by-Step Guide (2026)
Complete walkthrough for installing Tor Browser on Windows, macOS, Linux, and Android. Includes first-run configuration, bridge setup, security slider settings, and troubleshooting common issues.
What Is Tor? The Onion Router Explained for Beginners
Tor is free software that bounces your internet traffic through three layers of encryption. Here's how it works, what the dark web actually is, key terms explained, and when you should — and shouldn't — use it.