frontpage.
newsnewestaskshowjobs

Made with ♥ by @iamnishanth

Open Source @Github

fp.

Open in hackernews

Little Snitch comes to Linux, but the core logic is closed source

https://the.unknown-universe.co.uk/privacy-security/little-snitch-linux/
63•TheIPW•4h ago

Comments

roscas•2h ago
Glad you also talk about OpenSnitch. It is critical to have it installed.

OpenSnitch and PiHole are simply a must on every network.

benf76•2h ago
Can you elaborate on ideal pairing?
klueinc•2h ago
for folks on the mac, Lulu has been a great option too. https://github.com/objective-see/LuLu
Barbing•1h ago
objective-see is carrying an immense weight for Mac users

Security: BlockBlock, KnockKnock, RansomWhere...

System/Productivity: TaskExplorer...

Yes times 4

braingravy•13m ago
They really are… and it’s just one person too, right?

They’re doing the lord’s work.

mystraline•4m ago
What "lord" is that? A landlord?

I'm not a feudalist, nor a techno-feudalist.

lapcat•2h ago
See "Little Snitch for Linux" https://news.ycombinator.com/item?id=47697870

Also:

> Little Snitch is not there to replace OpenSnitch. It's just an additional option you can choose from. Some people might prefer it, others not.

https://news.ycombinator.com/item?id=47701918

> But I currently can't make the entire project Open Source. My other option would be to keep it completely private (wrote it mostly for myself in the first place).

> I think it's still better to make it public and only partially Open Source so that some people can benefit from it. If you don't trust us, that's completely reasonable, just don't install it.

https://news.ycombinator.com/item?id=47701740

knowaveragejoe•2h ago
One nice thing about LittleSnitch on linux is that it comes with a web UI by default. Is there anything like that for headless systems using OpenSnitch?
TheIPW•1h ago
I get the appeal; the Little Snitch UI is undeniably shiny. But for the headless Linux nodes in my Proxmox setup, I’ve never really felt the need for a proprietary dashboard just to see my network state. I’d much rather export my logs to something like Grafana or just check my AdGuard dashboard at the edge. It feels more "Linux" to keep the tools transparent and open than to invite a mystery binary onto my system just for the sake of a pretty graph.
melon_tusk•1h ago
How anyone could trust OpenSnitch is beyond me.
patrickdet•1h ago
Please elaborate
kelsey98765431•1h ago
last thing in the world i want is to install proprietary software on linux. even less so is something meant to be security software and interacting directly with my network stack.
bornfreddy•1h ago
> ...my primary line of defence is AdGuard Home. By handling privacy at the DNS level...

To each their own, I guess, but that would be a hard pass from me. One example from mobile: FF on android keeps trying to connect to its various services (like firefox.settings.services.mozilla.net). For privacy reasons, I use NetGuard to block this and other similar domains. But there is a gotcha: there are sites (like seekingalpha.com) who refuse to load if access to these same domains is blocked - even on a completely different browser! With NetGuard I can still visit those sites in the secondary browser while blocking Mozilla tracking. With DNS blocking I wouldn't be able to do that.

TheIPW•1h ago
NetGuard is a solid tool for Android, but managing a whole home lab is a different beast. I've got dozens of VMs and containers tucked away in Proxmox; if I tried to micro-manage per-app permissions for every single one of them, I’d never get anything else done.

I prefer to take the hit on those rare site-breaking edge cases if it means I have a single, transparent "source of truth" at the DNS level. It's definitely a trade-off, but I'd rather spend my time building things than perpetually tweaking firewall rules for every new service I spin up.

senojsitruc•1h ago
I wrote GlowWorm ~20 years ago, duplicating much of the LittleSnitch functionality at the time.

I remember discovering remote kernel debugging across ethernet; it was magical.

https://glowworm.us

guessmyname•58m ago
When I click on the “Download / Buy Now” link [1], Safari tries to download it instead of visiting the page. I tried with cURL and discovered that the page is returning a “content-type: application/octet-stream” header, which makes no sense because the page is just HTML. Also, I can see some portions of raw PHP code in the HTTP response, so I think your web server is not interpreting PHP as it is supposed to and instead returning the raw content from the PHP file.

edit: In fact, every PHP file is being leaked, for example, this file [2] contains a $hash_salt , which is supposedly being used to “prevent[s] users guessing filenames and make data more secure”

[1] https://glowworm.us/securimage/download.php

[2] https://glowworm.us/securimage/securimage.php

senojsitruc•42m ago
The website is preserved for historical reasons. Nothing there has been active in a long, long time.
guessmyname•43m ago
I’m as paranoid as the next person but what’s the purpose of this article?

If you don’t like closed source software and don’t trust the developer(s), then don’t use the software. Why waste time writing an article that all it does is critize the developer’s decision?

If you care so much about the software you run in your computer, then do what I do: open a disassembler and reverse engineer the code, inspect every single HTTP(S) call, every network packet, every system call, and then maybe you will feel at ease.

TheIPW•24m ago
I write these things because transparency is kind of the point of the platform. Most people don't have the time or the interest to open up a disassemble every time they want to try a new tool, they just want to know if it fits the FOSS ethos they moved to Linux for.

Pointing out that a "privacy" tool has a closed-source brain isn't an attack on the dev, it's just a heads-up for people who care about that sort of thing.

lapcat•14m ago
> Pointing out that a "privacy" tool has a closed-source brain isn't an attack on the dev, it's just a heads-up for people who care about that sort of thing.

You wrote as if you've made some kind of discovery: "But as I looked closer, the gloss started to peel. While parts of the project are open, the core logic, the “brain” that actually decides what to block and how to analyse your traffic, is closed source."

Strangely, your post does not even link to the product page https://obdev.at/products/littlesnitch-linux/index.html or the announcement https://www.obdev.at/blog/little-snitch-for-linux/ both of which are clear that a part of it is not open source. Indeed the blog announcement even mentions and links to OpenSnitch.

nslsm•13m ago
If it is closed source then it does not fit the FOSS ethos. You don't have to disassemble it; you can just move on.
GeekyBear•3m ago
The Linux Steam client is closed source.

Should we refuse to use Steam?

zahlman•31m ago
There's https://github.com/obdev/littlesnitch-linux, and https://github.com/evilsocket/opensnitch and probably many others.

Native Instant Space Switching on macOS

https://arhan.sh/blog/native-instant-space-switching-on-macos/
120•PaulHoule•1h ago•54 comments

Reverse engineering Gemini's SynthID detection

https://github.com/aloshdenny/reverse-SynthID
45•_tk_•1h ago•12 comments

PicoZ80 – Drop-In Z80 Replacement

https://eaw.app/picoz80/
73•rickcarlino•2h ago•14 comments

Charcuterie – Visual similarity Unicode explorer

https://charcuterie.elastiq.ch/
23•rickcarlino•1h ago•2 comments

Hegel, a universal property-based testing protocol and family of PBT libraries

https://hegel.dev
56•PaulHoule•2h ago•19 comments

Old laptops in a colo as low cost servers

https://colaptop.pages.dev/
74•argentum47•3h ago•37 comments

Research-Driven Agents: What Happens When Your Agent Reads Before It Codes

https://blog.skypilot.co/research-driven-agents/
83•hopechong•4h ago•37 comments

Unfolder for Mac – A 3D model unfolding tool for creating papercraft

https://www.unfolder.app/
78•codazoda•4h ago•14 comments

Show HN: I built a Cargo-like build tool for C/C++

https://github.com/randerson112/craft
97•randerson_112•5h ago•86 comments

Top laptops to use with FreeBSD

https://freebsdfoundation.github.io/freebsd-laptop-testing/
246•fork-bomber•12h ago•141 comments

Maine is about to become the first state to ban major new data centers

https://www.gadgetreview.com/maine-is-about-to-become-the-first-state-to-ban-major-new-data-centers
165•rmason•1h ago•208 comments

Show HN: Druids – Build your own software factory

https://github.com/fulcrumresearch/druids
6•etherio•1d ago•1 comments

EFF is leaving X

https://www.eff.org/deeplinks/2026/04/eff-leaving-x
865•gregsadetsky•4h ago•744 comments

Reallocating $100/Month Claude Code Spend to Zed and OpenRouter

https://braw.dev/blog/2026-04-06-reallocating-100-month-claude-spend/
251•kisamoto•12h ago•178 comments

Bitmap fonts make computers feel like computers again

https://korigamik.dev/blog/bitmap_fonts/
62•speckx•2h ago•47 comments

Introduction to Nintendo DS Programming

https://www.patater.com/files/projects/manual/manual.html
195•medbar•1d ago•37 comments

How Do You Find an Illegal Image Without Looking at It?

https://mahmoud-salem.net/the-invisible-shield
5•danso•2d ago•0 comments

A WebGPU implementation of Augmented Vertex Block Descent

https://github.com/jure/webphysics
112•juretriglav•9h ago•14 comments

Netflix Prices Went Up Again – I Bought a DVD Player Instead

https://aywren.com/2026/04/09/netflix-prices-went-up-again-i-bought-a-dvd-player-instead/
142•speckx•1h ago•145 comments

The Future of Everything Is Lies, I Guess: Part 3 – Culture

https://aphyr.com/posts/413-the-future-of-everything-is-lies-i-guess-culture
71•aphyr•7h ago•47 comments

Wit, unker, Git: The lost medieval pronouns of English intimacy

https://www.bbc.com/future/article/20260408-the-extinct-english-words-for-just-the-two-of-us
169•eigenspace•11h ago•104 comments

Meta removes ads for social media addiction litigation

https://www.axios.com/2026/04/09/meta-social-media-addiction-ads
496•giuliomagnifico•8h ago•204 comments

Doing Impressions: Monet's Early Caricatures (ca. late 1850s)

https://publicdomainreview.org/collection/claude-monet-caricatures/
39•prismatic•3d ago•1 comments

Show HN: CSS Studio. Design by hand, code by agent

https://cssstudio.ai
126•SirHound•10h ago•89 comments

Open source security at Astral

https://astral.sh/blog/open-source-security-at-astral
340•vinhnx•17h ago•94 comments

Help Keep Thunderbird Alive

https://updates.thunderbird.net/en-US/thunderbird/140.0/apr26-1e/donate/
465•playfultones•14h ago•328 comments

Building a framework-agnostic Ruby gem (and making sure it doesn't break)

https://newsletter.masilotti.com/p/on-building-a-framework-agnostic
45•joemasilotti•2d ago•6 comments

LittleSnitch for Linux

https://obdev.at/products/littlesnitch-linux/index.html
1240•pluc•21h ago•407 comments

Lichess and Take Take Take Sign Cooperation Agreement

https://lichess.org/@/Lichess/blog/lichess-and-take-take-take-sign-cooperation-agreement/DZS0S0Dy
160•stevage•9h ago•45 comments

Haunted Paper Toys

http://ravensblight.com/papertoys.html
218•exvi•3d ago•28 comments