

And it has been audited by an independent auditor. And it doesn’t have user ID’s. And you can have multiple accounts with no effort. And you can selfhost your own servers. And it’s actively developed. And it’s available on all major platforms. And the list of pros goes on.
I have to contend that the founders views don’t align with my own (or with most people on lemmy). But that aside (freedom of speech), I wouldn’t dismiss them simply because “VC bad”. If you want a different perspective, read this.
DISCLAIMER
I am not a computer security expert, merely a hobbist having read some blogs from people who sounded smart. It is more than probable than I am mistaken in one or more parts of this post.
Linux is not more secure than Windows. By default, it’s actually considerably more vulnerable than Windows. Source
In my opinion an antivirus doesn’t really solve your problem. What you actually want is sandboxing, which means restricting user and program privileges. I recommend getting familiar with SELinux (or alternatively AppArmor, although it isn’t nearly as effective) and bubblewrap (or alernatively Firejail, which requires root privileges to run and is thus a bigger threat vector than bubblewrap).
Aside from that just disable any service you aren’t using (like ssh), use a deny-all-allow-some firewall, and verify what you download. If the link says “100% REAL 1 MILLION FREE ROBUX DOWNLOAD CLICK HERE NOW”, then maybe don’t click there.
Because even an antivirus won’t help you if you download malware, which isn’t compiled by skids who lifted the code from some darknet hacker forum. Antivirus isn’t some magical tool which makes your computer inherently more secure. Meaning you can’t offload your responsibilty to a program running with kernel level privileges. Your computer, your responsibilty.
P.S: If you want a more secure computer, I’d recommend a minimal and/or rolling release distro (openSUSE, Arch, Void, Debian) or FreeBSD/OpenBSD (BSD variants mitigate many of Linux’s inherent flaws).