Darkmont logoDarkmont ← Journal
Safety

Software safety for normal people

Ask most people what "safe software" means and you'll hear the same word: antivirus. Install the shield, scan now and then, stay safe. It's not wrong, exactly. It's just answering a question almost nobody is actually facing anymore.

For the average person, the real risks aren't dramatic viruses lurking in downloads. They're quieter and more ordinary: how much an app collects, where that information goes, who can see it, and how long it sticks around. Safety today is less about keeping bad things out and more about not handing good things away.

A useful way to think about it is the principle of least collection. A tool should ask for the minimum it needs to do its job, and nothing more. A calculator doesn't need your contacts. A photo filter doesn't need your location history. When an app reaches past its job, that reach is the risk — not because something will definitely go wrong, but because the information now exists in a place you don't control, waiting on a breach, a sale, or a change of policy.

The second idea is where the work happens. Software that processes your information on your own device keeps a small footprint: the data is created, used, and stored in one place you hold. Software that sends everything to a server has, by design, made copies of your life that live somewhere else. Servers get breached. Companies get acquired. Policies get rewritten. "On your device" isn't a marketing phrase; it's a structurally smaller target.

Permissions are the everyday version of all this. The prompts that ask for camera, microphone, location, contacts — those are the moments where safety is actually decided, and they're the easiest thing in the world to wave through. A good habit is to treat every request as a question worth a second of suspicion: does this app need this to do the thing I actually want? If the answer isn't obviously yes, "don't allow" is a perfectly good default.

Updates matter too, in a boring but real way. Most security fixes arrive as updates, and the software that quietly stays current is usually safer than the flashy thing that doesn't. Maintenance isn't glamorous, but it's most of what safety actually looks like over time.

None of this requires you to become an expert. It requires a small shift in the question — from "is this app dangerous?" to "how much of me does this app need, and why?" That single question, asked often, does more for your safety than most of the software sold to protect you.

It's the question we try to design around: take as little as possible, keep it on your device, and earn trust by not needing much of it. Safety, done this way, is mostly a matter of restraint. See what we're building →