this post was submitted on 13 Aug 2025
87 points (92.2% liked)
Linux
57292 readers
630 users here now
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Rules
- Posts must be relevant to operating systems running the Linux kernel. GNU/Linux or otherwise.
- No misinformation
- No NSFW content
- No hate speech, bigotry, etc
Related Communities
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Open source =/= private. Chromium and Firefox are open source, and both have horrible privacy defaults. I have far more trust in Kagi than Mozilla or Google. There are many ways to verify privacy than other than reading the source code.
Besides, they have shared that they plan to open source the browser once the project is ready, and some components are already open source. Making a project open-source is a much bigger task than people realize. While community contributions may take some maintenance load off of your staff, they now become responsible for much more external code review, which requires more scrutiny due to coming from outside sources.
https://help.kagi.com/orion/faq/faq.html#oss
how do you verify privacy without access to the source code? open source != privacy but open source helps a ton to verify it
btw the kagi people have been saying they'll open source it at some point for ages, and in my experience those promises are usually just promises. I'll believe it when i see it
They've been open sourcing parts of it the entire time. Looks to me like they're doing what they said.
You can easily monitor network connections to see what addresses its sending packets to. You can't collect information without sending it somewhere. Run Firefox through a proxy, and you'll see it is far from private. The source code will show you what they're sending, but nothing about what they're doing with it after it's received.