The reality is if you're engaged in Nationalist activity in the modern world, you will at times have to use a computer and technology for activity. This activity may be looking up information on maps, researching tools & techniques, or communicating with others. While you may be perfectly fine using a standard operating system if you're enaged in legal activism, if you're engaged in radical action that may cross the line of what the system deems illegal, you need to be more secure.
The two major operating systems (Windows and Mac) are largely designed around being easy to use, fast, and efficient for the standard user -- not for radicals. For example, Windows 11 comes standard with a keyogger (they claim this is for spell-check and auto-complete features) and Mac OS will send the hash of every image file on your machine to their servers (they claim this is for CSAM prevention)
If you're engaged in the struggle, putting your life and security on the line, should you trust these operating systems to do anything related to your radical activities? If you have a brain, the answer is a very strong NO. This is where Tails comes in.
Tails is a privacy and security first Linux operating system that was specifically designed for defense against governments and other powerful institutions. Unlike many other operating systems it is not installed a standard computer hard drive, but installed onto a USB flashdrive which can be then booted onto any computer (Laptop or PC). In doing this, no information is saved to any hard drive leaving limited if any digital footprint on the computer that are running the Tails USB flashdrive.
Tails's claim to fame largely comes from when Edward Snowden said he used Tails to securely communicate with journalists while leaking the NSA data in 2013/14.
Tails comes standard with software applications for text editing, office (LibreOffice), video/audio editing, encryption, web browsing, and a variety of other tools. However unlike a standard operating system which when connected to the internet makes direct connections to a servers, Tails by default routes all network connectivity through the Tor network. Tor will secure and hide you IP address from website you interact with, check out this post on Tor for info on how it works and why it is secure.
Tails comes with a number of other security features such as MAC address spoofing, Application Isolation, SecureBoot, Kernel hardening, Cold Boot protection, and the use of only vetted open source software. For more information on the technical specification and security of Tails check out https://tails.net/contribute/design/
These features combined make a portable, secure, and private operating system that is surprisingly very user friendly even to those who have less technical knowledge. You do not need to understand linux, kernels, bash, or any other advanced topic. Below is the Tails Desktop
Tails is very easy to install regardless of technical background. All that's for installation needed is a USB drive 8 GB or larger that you can dedicate to using tails (all data on the device will be overwritten). I would recommend that you use cash if you're buying a new USB device.
The basic process is to download the operating system image from tails.net, verify it, then burn onto your USB using an disk writing software (balenaEtcher). Once you've done that you reboot your computer with the USB plugged in and press the key to boot from drives (this key is different for different computer manufacturers), select the USB device that's plugged in and you'll boot into tails.
I recommend you use the instructions from Tails, as these are more detailed, OS specific, and very beginner friendly. Those instructions can be found here : https://tails.net/install/index.en.html.
I'm not putting any content for direct installs in this section as you should refer to that site, as those may be updated with new versions or instructions, they also have better material if you run into any issues.
Each time Tails boots it reverts to it's original state, this is part of its secure amnesic configuration that is quite useful for a secure machine. There are times however where you need to save data securely (text files, spreadsheets, or todo lists) and not just temporarily view information on a machine for research or other purposes.
Tails has a solution for this called Persistent storage. Tails uses LUKS + DMcrypt (both of which are secure and standard for disk encryption on Linux) to create a volume in the remaining space on the USB tails was installed on. On boot you'll have an option to unlock this persistent storage and view/edit these files. If unlocked, there will be a folder called Persistent that has all the files/folders you've saved there from last usage. Persistent storage also gives the ability to save useful features like wifi passwords and settings.
As far as security, Persistent storage is very secure - far more than taking physical notes or saving files within Mac/Windows. One thing to note is that this is only as secure as your password, if you write the password down on paper or have a very weak password, Persistent storage can't save you against a state actor. Use a 5-7 word phrase password with numbers/symbols, this is both easy to remember and what is recommended by Tails/Security researchers (example greencatsgrowoverthemoononwenesday49#)
For general information on Persistent storage see - https://tails.net/doc/persistent_storage/index.en.html
Info on setting up persistent storage - https://tails.net/doc/persistent_storage/index.en.html
Info on configuration (chosing what you want to be saved there) - https://tails.net/doc/persistent_storage/create/index.en.html
Info on how to unlock persistent storage when starting tails https://tails.net/doc/persistent_storage/use/index.en.html
Tails is only as good as your use of it, if make basic security mistakes, tails will not save you. Below are several mistakes that are the most common.
Are there other options for secure operating systems? In short, yes, however non have the ease of use and extreme security tails provides.
https://tails.net/about/index.en.html - About Tails
https://tails.net/install/index.en.html Installing Tails
https://tails.net/doc/persistent_storage/index.en.html Persistent storage
https://en.wikipedia.org/wiki/Tails_(operating_system) - General Wiki info