F-DroidCompliance » History » Version 1
Kurtis Hanna, 04/04/2020 11:36 PM
initial write-up
1 | 1 | Kurtis Hanna | h1. FDroidCompliance |
---|---|---|---|
2 | |||
3 | F-Droid is a community-maintained software repository for Android based operating systems. It is similar to the Google Play store. |
||
4 | |||
5 | Replicant has depended very heavily on F-Droid for a long time now. End users expect app "stores" on their smart phones. |
||
6 | |||
7 | Unfortunately, F-Droid is not currently compliant with the FSF's Free Software Distribution Guidelines, which required Replicant to remove F-Droid from its upcoming 6.0 0004 release so that Replicant can continue to be FSDG compliant. |
||
8 | |||
9 | Much discussion has already been had within Replicant and between Replicant and F-Droid about how F-Droid can be modified in order to make it FSDG compliant so that it can be included again in Replicant in future releases. |
||
10 | |||
11 | F-Droid's build server has not purely free from proprietary blobs for a while now: https://gitlab.com/fdroid/fdroidserver/-/issues/383 |
||
12 | |||
13 | It is important for F-Droid to be built using free tools. |
||
14 | |||
15 | Android has a decentralized app building process. This can be a very positive thing, fostering a much more diverse and playful ecosystem than app stores that Google and Apple provide on their smartphones's OSes. |
||
16 | |||
17 | Due to the freedom issues in the F-Droid build system though, a threat exists to user privacy and security. |
||
18 | |||
19 | One of these freedom issues is the fact that far too many pre-builds exist. |
||
20 | |||
21 | Replicant wants an app distribution system that runs a free toolchain so that users can rely on a fully free ecosystem. |
||
22 | |||
23 | One way of achieving this might be to utilize beuc's rebuilds: https://android-rebuilds.beuc.net/ |
||
24 | |||
25 | Replicant wants to write environment setup bash scripts to build FDroid with beuc's version of the SDK in order to be able to provide a reproducible build environment that others can test. |
||
26 | |||
27 | Another freedom issue with F-Droid is that F-Droid includes apps with anti-features that are not compatible with the GNU FSDG. These apps are available alongside apps that are compatible and they are only marked with these anti-features. See #1629 for development efforts and further information on this topic. https://redmine.replicant.us/projects/replicant/wiki/FDroid |