// Classified · Personal Use · Field-Grade

An operating system
that forgets
on command.

AuroraOS is a bootable-from-USB Linux distribution in the Tails tradition. Carry it in your pocket, boot it on any machine, and choose at startup whether to persist, vanish, or route everything through Tor.

Boot modes
03
Base
Debian 12
USB min
8 GB
License
Open
aurora@bootloader:~ tty1
§01 — Boot Modes three states · one stick

Three ways to boot. You decide each time.

Every power-on, the GRUB menu asks you a single question: how private do you want this session to be? The answer configures the entire system before the desktop loads.

aurora.persistent

Persistent

Files, settings, and apps are written to an encrypted (LUKS) partition on the USB and restored on the next boot. A genuine daily-use OS that travels with you.

storageLUKS2 · AES-256
KDFArgon2id
survives rebootyes
aurora.amnesic

Amnesic

The whole OS runs from RAM. The instant you shut down, every byte evaporates. Pull the stick and the host computer holds no trace you were ever there.

storageRAM only
survives rebootno
host footprintnone
aurora.tor

Tor

All traffic is forced through the Tor network. A firewall kill-switch drops anything that can't be torified, and DNS resolves over Tor to prevent leaks.

routingtransparent proxy
kill-switchnftables
DNSover-Tor
§02 — Manifest what's loaded

A complete desktop on a sold foundation.

Built on Debian bookworm — the same base Tails uses — with a modern GNOME desktop and a curated, privacy-first application set.

01GNOME ShellModern desktop environment with Mutter compositor and GDM display manager.Desktop
02Firefox ESRDaily-use browser, kept on the extended-support release branch.Web
03Tor BrowserFetched at build time from the Tor Project for anonymous browsing.Privacy
04LibreOfficeFull office suite — documents, spreadsheets, presentations.Office
05KeePassXCEncrypted, offline password manager.Security
06GIMPLayered raster image editing.Media
07MAT2Metadata anonymisation — strips identifying data before you share.Privacy
08Build toolsGit, Python 3, build-essential, vim, tmux — a real dev environment.Dev
09Hardware firmwareWi-Fi, GPU, and CPU microcode bundled for broad machine support.System
§03 — Acquisition Procedure download → flash → boot

From download to bootable in three steps.

AuroraOS v0.1 · amd64 ISO
Prebuilt image — no build tools required.
Download ISO
01DOWNLOAD

Get the image

Click Download ISO above to fetch the prebuilt AuroraOS image (~3 GB). Save it somewhere you'll find it. While the build is in progress this link returns "not found" — check back shortly.

02FLASH

Write to USB

Use Rufus (Windows) or balenaEtcher (any OS) to write the ISO onto a USB stick of 8 GB or more. This erases the stick — back it up first.

03BOOT

Power on & choose

Plug into any PC, enter the boot menu (F12 / F10 / Esc), and select AuroraOS. If the custom boot menu appears, pick Persistent, Amnesic, or Tor. Default user is aurora (no password to log in).

04PERSIST

Enable persistence (optional)

Once, from any boot, run sudo aurora-persistent-setup. You'll choose a passphrase you must remember (there's no recovery). On the next Persistent-mode boot, type it at the prompt to unlock your files.

Prefer to build it yourself? AuroraOS is built with Debian's live-build — the full build configuration and build.sh are available in the source repository.

§04 — Command Reference operator quick-card

The commands you'll actually run.

$ build.shhost
# Inside WSL2/Ubuntu, project root
./build.sh           # full build
./build.sh clean     # wipe & restart
./build.sh config    # validate config only
aurora@ live shellguest
aurora-status                  # show current mode
aurora-help                    # quick reference
sudo aurora-persistent-setup   # create persistent volume
sudo aurora-tor start          # enable Tor routing
sudo aurora-tor stop           # disable Tor routing
§05 — Operator Questions caveats & clarity

Frequently asked, honestly answered.

Q1Is this a replacement for Tails?+

No, and it doesn't claim to be. AuroraOS borrows Tails' ideas — amnesia and Tor routing — but is an independent, unaudited personal project. For genuine high-risk anonymity, use the real Tails.

Q2Can I install it to a hard drive?+

AuroraOS is a live USB system by design — it runs from RAM and an optional encrypted partition on the stick itself, never touching the host disk.

Q3Is Tor mode guaranteed anonymous?+

No. It's configured in good faith (transparent proxy + firewall kill-switch + DNS-over-Tor) but has not been traffic-leak audited. Browser leaks, app telemetry, and fingerprinting can still de-anonymize you. Treat it as "better than nothing."

Q4What hardware does it support?+

Any amd64 (64-bit x86) PC that boots from USB. Disable Secure Boot if boot fails — AuroraOS uses an unsigned bootloader for now.

Q5How is it actually built?+

With Debian's live-build, the same toolchain behind Tails, Kali, and Parrot. The repo holds the config; build.sh assembles a hybrid ISO.