this post was submitted on 16 Jun 2026
7 points (81.8% liked)

privacy

10665 readers
235 users here now

Big tech and governments are monitoring and recording your eating activities. c/Privacy provides tips and tricks to protect your privacy against global surveillance.

Partners:

founded 4 years ago
MODERATORS
 

Maybe the open source apps could be lying about their source code? For an example, put a version without trackers while the one they use have trackers?

all 7 comments
sorted by: hot top controversial new old
[–] CoyoteFacts@lemmy.ca 14 points 1 month ago

https://en.wikipedia.org/wiki/Reproducible_builds

e.g. https://f-droid.org/docs/Reproducible_Builds/ for F-droid's efforts on it. Debian, Arch Linux, and other popular linux distros also have their own efforts ongoing

[–] masterofn001@lemmy.ca 13 points 1 month ago* (last edited 1 month ago) (1 children)

You could always examine the code and compile from source as seen.

You could also use a hash to verify the content of the code does not differ from the source.

Using precompiled binaries should be able to use a hash to verify as well.

You can also run a scan on the app/code.

[–] spinne@sh.itjust.works 3 points 1 month ago

It's good to take the principle of "question everything" seriously and to have the tools to do it right

[–] hendrik@palaver.p3x.de 6 points 1 month ago* (last edited 1 month ago)

Yes they could. That's what reproducible builds are for. And Linux distribution maintainers. You better install software from places like the Debian package repository (or your distribution's repo) or from F-Droid (if you're using Android).

[–] i_am_not_a_robot@discuss.tchncs.de 1 points 1 month ago (1 children)

"the one they use" Who is they? What is the one they use? Most Linux distributions and F-Droid build every package from the source code and make available the source code that was built.

[–] MeowerMisfit817@lemmy.world 1 points 1 month ago

"They" as in the developers and the app itself.