Free and open-source software every citizen should know (2026 guide)
20 September 2026
Why open source for safety
You cannot audit what you cannot read. Open-source security tools publish their code for anyone to inspect — and the ones below have years of public scrutiny behind them. "Free" here means free of cost and free of the data-harvesting business model that makes many "free" apps the actual product. Rule: always download from the official project site linked here, never from mirrors or ads — and verify checksums where offered (see trusted vs suspicious sites).
Start here (the first evening)
- Password manager — Bitwarden (free, synced) or KeePassXC (offline vault). Pair with our password generator.
- Two-factor app — Aegis (Android) or Ente Auth (all platforms, backed up). Move codes off SMS per our SIM-swap guide.
- Messaging — Signal: end-to-end encrypted calls and chats, non-profit, no ads.
- Browser + blocker — Firefox or Brave with uBlock Origin. Most malvertising and scam pop-ups die here.
Secure file and photo transfers
- Before sending anything sensitive, lock it with our secure file locker (AES-256, in your browser, never uploaded) — then send the locked file over any channel and share the passphrase separately.
- OnionShare: send files directly device-to-device over Tor with no middleman server.
- Magic Wormhole (
pip install magic-wormhole): terminal-based, one-time codes, no accounts. - Same-room or same-WiFi sharing: PairDrop (open source, no install). Large one-off sends: SwissTransfer (free; commercial host — read their policy, encrypt first anyway).
Remote access without TeamViewer bills (or backdoors)
- RustDesk: open-source remote desktop; self-hostable so sessions never transit a vendor.
- For always-on secure access, learn WireGuard (modern VPN protocol) or use Tailscale (WireGuard-based mesh with a generous free tier) instead of exposing RDP/SSH to the internet — then confirm nothing is exposed with our port check.
- File management on servers: WinSCP (Windows) or your OS's built-in SFTP.
Everyday computing
- Office: LibreOffice — full suite, opens MS formats, no subscription.
- Notes: Joplin or Standard Notes (both with end-to-end encryption options).
- Mail: Proton Mail or Tuta for encrypted-by-default accounts; keep a separate address for banking vs shopping.
- Backups: Restic (fast, encrypted, scriptable) implementing the 3-2-1 rule.
- Old laptop revival: Linux Mint — secure, familiar, and free; an unsupported Windows version connected to the internet is a liability, not a computer.
- On-demand scanning: ClamAV plus your OS's built-in protection, kept updated.
Setup priority, in order
- Password manager + 2FA app (kills identity hijack).
- Browser + blocker + Signal (kills most lure delivery).
- File locker habit + backups (survives ransomware and leaks).
- Everything else as needed — each tool above earns its place by removing one attack path, not by promise.
Free software respects you because you are not its product. Combine it with the habits in why awareness matters and you are better defended than most companies.