From af91f410751634da59c4df2254b5d9a0c6c1d103 Mon Sep 17 00:00:00 2001
From: Jose Arozena
Date: Sat, 20 Jan 2024 17:17:08 +0100
Subject: [PATCH 01/52] Added Qwant to the list of Search Engines
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index e1795b4..bf838c3 100644
--- a/README.md
+++ b/README.md
@@ -1027,6 +1027,7 @@ This section is dedicated to some tools that may help users analyze the privacy
- [SearxNG](https://github.com/searxng/searxng) - Free internet metasearch engine which aggregates results from various search services and databases.
- [DuckDuckGo](https://duckduckgo.com) - A privacy respecting search engine.
- [Brave Search](https://search.brave.com) - A privacy respecting search engine with [its own independent index](https://brave.com/search-independence/).
+- [Qwant](https://www.qwant.com/) - A zero tracking search engine made and hosted in France, EU.
## Social Networks and Platforms
From 62619f7dd00b600f4535e29dc967be285a9be705 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Tue, 27 Feb 2024 22:34:27 +0100
Subject: [PATCH 02/52] remove kizie: discontinued
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index d20addb..47d2ec7 100644
--- a/README.md
+++ b/README.md
@@ -1173,7 +1173,6 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Fritter](https://github.com/jonjomckay/fritter/) - A free, open-source Nitter client for Android (feed no longer available).
- - [Squawker](https://github.com/j-fbriere/squawker) - An active fork of Fritter that fixes the feed.
- [Feetter](https://codeberg.org/pluja/Feetter) - Create, sync and manage Nitter feeds without registration from any device.
-- [Kizie](https://kizie.co) - Cleaner, better and privacy focussed Twitter client for Web.
### Reddit
From 634031ce83ab9c53a0d9cb10bf89eb4783941e4e Mon Sep 17 00:00:00 2001
From: InterstellarOne <63889949+InterstellarOne@users.noreply.github.com>
Date: Sat, 23 Mar 2024 12:12:21 -0700
Subject: [PATCH 03/52] Add version control category
Added version control category, with entries for Github, Codeberg, Forgejo and Gitlab.
---
README.md | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/README.md b/README.md
index 47d2ec7..2f346d7 100644
--- a/README.md
+++ b/README.md
@@ -107,6 +107,7 @@ The primary focus of this list is to provide alternatives that prioritize privac
- [Translation](#translation)
- [Uncategorized](#uncategorized)
- [Utilities](#utilities)
+- [Version Control](#version-control)
- [Video and Audio Conferencing](#video-and-audio-conferencing)
- [Video Editing](#video-editing)
- [Virtual Private Networks (VPNs)](#VPNs)
@@ -1284,6 +1285,16 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Deskreen](https://github.com/pavlobu/deskreen) - Turn any device into a secondary screen for your computer.
- [Loggit](https://loggit.net) - Simple and Encrypted Life Tracking & Logging.
+## Version Control
+
**Avoid**
+
+- **Github** - [](https://tosdr.org/en/service/297)
+
+
**Instead use**
+- [Codeberg](https://codeberg.org/) - Codeberg is a collaboration platform providing Git hosting and services for free and open source software, content and projects.
+- [Forgejo](https://forgejo.org/) - Forgejo is a self-hosted lightweight software forge.
+- [GitLab](https://about.gitlab.com/) - GitLab a DevOps software package that can develop, secure, and operate software.
+
## Video and Audio Conferencing
**Avoid**
From 49de9b920c704f9f0e3af40a4e79282b9aefe92b Mon Sep 17 00:00:00 2001
From: Mentor Palokaj
Date: Wed, 3 Apr 2024 16:03:14 +0200
Subject: [PATCH 04/52] Add Unidentified Analytics
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 47d2ec7..fe1e016 100644
--- a/README.md
+++ b/README.md
@@ -143,6 +143,7 @@ The primary focus of this list is to provide alternatives that prioritize privac
- [Shynet](https://github.com/milesmcc/shynet) - Modern, privacy-friendly, and detailed web analytics that works without cookies or JS.
- [Swetrix](https://swetrix.com) - Privacy-focused, fully cookieless and opensource (and selfhostable) web-analytics service.
- [Umami](https://umami.is/) - A simple, fast, website analytics alternative to Google Analytics.
+- [Unidentified Analytics](https://unidentifiedanalytics.web.app/) - Naive ip-based tracking that works everywhere (web, command-line, email, etc). No account required. Developer friendly.
## Android
From 956533cd217b43ceef7118fbf95b6705ba13ec6b Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Wed, 3 Apr 2024 21:50:18 +0200
Subject: [PATCH 05/52] modify ente since it is now open source
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 47d2ec7..b06b282 100644
--- a/README.md
+++ b/README.md
@@ -995,7 +995,7 @@ These tools are useful when sharing secrets, code snippets or any other kind of
### Third-party
- [Crypt.ee](https://crypt.ee/) - A private and encrypted place for all your photos, documents, notes and more.
-- [Ente](https://ente.io/) - End-to-end encrypted storage for photos and videos. Open source clients, [audited](https://ente.io/blog/cryptography-audit/) independently.
+- [Ente](https://ente.io/) - End-to-end encrypted storage for photos and videos. Open source, [audited](https://ente.io/blog/cryptography-audit/) independently.
### Local
- [DigiKam](https://www.digikam.org/) - Awesome Professional Photo Management with the Power of Open Source.
From 579ccabfd2338d5ac403b42c3dced1e7db145948 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Wed, 3 Apr 2024 22:00:04 +0200
Subject: [PATCH 06/52] remove bromite
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index b06b282..efee2e6 100644
--- a/README.md
+++ b/README.md
@@ -1360,7 +1360,6 @@ Here are some open source and truly private (no personal data and/or credit card
**Instead use**
#### Android / iOS
-- [Bromite](https://www.bromite.org/) - It has been known to lag on security patches, so it may be better not to use it.
- [Brave](https://brave.com/) - Android/iOS. Brave offers a pretty good out-of-the-box set of privacy and tracker protections.
- [Firefox](https://www.mozilla.org/en-US/firefox/mobile/) - Android/iOS
-
[Mull](https://f-droid.org/en/packages/us.spotco.fennec_dos/) - Privacy hardened fork of Firefox for Android, with proprietary blobs removed.
From 927599561bea07211ba9cb8d1cd137c3197a84e2 Mon Sep 17 00:00:00 2001
From: waps11 <54915154+waps11@users.noreply.github.com>
Date: Wed, 3 Apr 2024 16:23:06 -0400
Subject: [PATCH 07/52] Added Qubes-OS to PC OS list in README.md
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index efee2e6..c44673e 100644
--- a/README.md
+++ b/README.md
@@ -876,7 +876,8 @@ You can also check out [Media Streaming Platforms](https://github.com/pluja/awes
GNU/Linux is a family of free (as in freedom and as in free beer) and open source Operating Systems mostly developed by the community. If you don't know where to start these are good options for begginers:
- [Fedora](https://getfedora.org/)
-- [Mint (Cinnamon)](https://linuxmint.com/edition.php?id=305) is a beginner friendly distribution.
+- [Mint (Cinnamon)](https://linuxmint.com/edition.php?id=305) is a beginner friendly distribution.
+- [Qubes OS](https://qubes-os.org/) is a security-oriented operating system that isolates various workspaces into separate virtual machines to enhance privacy and security.
> If you want to try it out without installing it to your computer, you can use a [Live USB Stick](https://www.fosslinux.com/274/how-to-create-linux-mint-live-usb-drive-on-windows.htm). You can also investigate [Ventoy](https://www.ventoy.net) to easily download and test linux distros with a USB stick.
From ed64e308cf1410cf798375adbf33546390858981 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Thu, 4 Apr 2024 19:24:58 +0200
Subject: [PATCH 08/52] Add Tails
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c44673e..48b76ee 100644
--- a/README.md
+++ b/README.md
@@ -878,6 +878,7 @@ GNU/Linux is a family of free (as in freedom and as in free beer) and open sourc
- [Fedora](https://getfedora.org/)
- [Mint (Cinnamon)](https://linuxmint.com/edition.php?id=305) is a beginner friendly distribution.
- [Qubes OS](https://qubes-os.org/) is a security-oriented operating system that isolates various workspaces into separate virtual machines to enhance privacy and security.
+- [Tails](https://tails.net/) is a portable operating system that protects against surveillance and censorship. It always starts from the same clean state and everything you do disappears automatically when you shut down Tails.
> If you want to try it out without installing it to your computer, you can use a [Live USB Stick](https://www.fosslinux.com/274/how-to-create-linux-mint-live-usb-drive-on-windows.htm). You can also investigate [Ventoy](https://www.ventoy.net) to easily download and test linux distros with a USB stick.
From fcd79df88657c7c65d80d314ee1759b5b33f9904 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Thu, 4 Apr 2024 19:27:15 +0200
Subject: [PATCH 09/52] add more context to github
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 52bdb87..ddced93 100644
--- a/README.md
+++ b/README.md
@@ -1290,7 +1290,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
## Version Control
**Avoid**
-- **Github** - [](https://tosdr.org/en/service/297)
+- **Github** - [](https://tosdr.org/en/service/297), although the privacy policy is not very bad, it is owned by Microsoft, and it's common knowledge that it uses the code it hosts to train AI models.
**Instead use**
- [Codeberg](https://codeberg.org/) - Codeberg is a collaboration platform providing Git hosting and services for free and open source software, content and projects.
From 3042747e8f2860ba1252805a63912f4155d96746 Mon Sep 17 00:00:00 2001
From: InterstellarOne <63889949+InterstellarOne@users.noreply.github.com>
Date: Sun, 7 Apr 2024 23:17:28 -0700
Subject: [PATCH 10/52] Remove duplicate of LibreTube
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 238b9f7..7132a60 100644
--- a/README.md
+++ b/README.md
@@ -1128,7 +1128,6 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
**YouTube alternative frontends (web-based):**
- [Invidious](https://github.com/iv-org/invidious) - Alternative and privacy respecting YouTube frontend.
- [Piped](https://github.com/TeamPiped/Piped) - An alternative privacy-friendly YouTube frontend which is efficient by design.
- -
[LibreTube](https://github.com/Libre-tube/LibreTube) - An alternative frontend for YouTube, for Android using Piped.
- [ViewTube](https://github.com/viewtube/viewtube-vue) - ViewTube is an alternative privacy-friendly YouTube frontend written in Vue.js
- [Youtube-Local](https://github.com/user234683/youtube-local) - browser-based client for watching Youtube anonymously and with greater page performance.
From c3f5db52b87923ac51cc22907d428b2a6e436787 Mon Sep 17 00:00:00 2001
From: InterstellarOne <63889949+InterstellarOne@users.noreply.github.com>
Date: Sun, 7 Apr 2024 23:23:05 -0700
Subject: [PATCH 11/52] Renamed openboard upgrade and added more information
about it
I renamed openboard upgrade to it's new name, Heliboard, and added some more information about the project.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 238b9f7..c9c0790 100644
--- a/README.md
+++ b/README.md
@@ -194,8 +194,8 @@ Preinstalled file managers and third-party file manager apps found on the play s
- [AnySoftKeyboard](https://anysoftkeyboard.github.io/) - The only Android keyboard you'll ever need. Free as in speech and Free as in beer.
- [Indic Keyboard](https://gitlab.com/indicproject/indic-keyboard) - Indic Keyboard is a versatile keyboard for Android users who wish to use Indic and Indian languages to type messages, compose emails and generally prefer to use them in addition to English on their phone.
- [Simple Keyboard](https://github.com/rkkr/simple-keyboard) - Simply keyboard and nothing more.
-- [OpenBoard](https://github.com/openboard-team/openboard) - OpenBoard is a 100% foss keyboard based on AOSP, with no dependency on Google binaries, that respects your privacy.
- - [OpenBoard upgrade](https://github.com/Helium314/openboard) - A fork of OpenBoard with many additional features and improvements. Releases are in a beta state.
+- [OpenBoard](https://github.com/openboard-team/openboard) - OpenBoard is a 100% foss keyboard based on AOSP, with no dependency on Google binaries, that respects your privacy. It is no longer updated, but still works.
+ - [Heliboard](https://github.com/Helium314/HeliBoard) - A privacy-conscious and customizable open-source keyboard, based on AOSP / OpenBoard with many additional features and improvements, including support for custom dictionaries, themes, and glide typing.
### Android Gallery
From 6bdd77b6a67d56d46a9bbf53b37d6a1efcae362f Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Wed, 10 Apr 2024 08:21:17 +0200
Subject: [PATCH 12/52] Remove old reddit clients, add Redlib reddit frontend
(#427)
---
README.md | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index ff0b027..ff8e863 100644
--- a/README.md
+++ b/README.md
@@ -1190,10 +1190,8 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [SaidIt](https://saidit.net/) - Open source Reddit clone.
**Privacy respecting Reddit clients:**
-- [Libreddit](https://github.com/libreddit/libreddit) - Private Reddit front-end written in Rust [No longer working - Read here](https://github.com/libreddit/libreddit/issues/840)
--
[Infinity](https://github.com/Docile-Alligator/Infinity-For-Reddit) - A beautiful Reddit client for Android.
--
[Dawn](https://github.com/Tunous/Dawn) - A gesture driven, open source reddit client for android
--
[Slide](https://github.com/ccrama/Slide) - Slide is an open sourced, ad free Reddit browser for Android and iOS.
+- [Libreddit](https://github.com/libreddit/libreddit) - ~Private Reddit front-end written in Rust~ [No longer working - Read here](https://github.com/libreddit/libreddit/issues/840)
+- [Redlib](https://github.com/redlib-org/redlib) - An alternative private front-end to Reddit, with its origins in Libreddit.
### Streaming Platforms (Twitch)
From cac66a4a63215664e283da11ff2a79e2532de55c Mon Sep 17 00:00:00 2001
From: "LamTrinh.Dev" <49742151+lamtrinhdev@users.noreply.github.com>
Date: Mon, 15 Apr 2024 16:10:04 +0700
Subject: [PATCH 13/52] Update README.md
Update new name for Tutanota that changed to Tuta
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ff8e863..34233f9 100644
--- a/README.md
+++ b/README.md
@@ -646,7 +646,7 @@ No servers involved. Everything goes directly from one peer to the other peer. N
### Third-Party owned
- [Forward Email](https://forwardemail.net) - the 100% open-source and privacy-focused email service.
- [ProtonMail](https://protonmail.com/) - Secure Email. Based in Switzerland. [Read this article over Climate activist arrest](https://protonmail.com/blog/climate-activist-arrest/).
-- [Tutanota](https://tutanota.com/) - Secure email for everybody. Open Source.
+- [Tuta](https://tuta.com/) - Secure email for everybody. Open Source.
- [Riseup](https://riseup.net/en/about-us) - Online communication tools for people and groups working on liberatory social change.
- [Mailfence](https://mailfence.com) - Secure and private email.
From 836e7eb06d124f86d6e2957c491a64338e383b29 Mon Sep 17 00:00:00 2001
From: "LamTrinh.Dev" <49742151+lamtrinhdev@users.noreply.github.com>
Date: Thu, 18 Apr 2024 07:37:13 +0700
Subject: [PATCH 14/52] Update README.md
Update wording.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 34233f9..8dae635 100644
--- a/README.md
+++ b/README.md
@@ -1421,7 +1421,7 @@ Anonymity, Privacy, and Security are often used interchangeably, but they actual
It is important to note that privacy and security are not necessarily interdependent. For instance, Google systems are secure and unlikely to be hacked, but Google still has access to your personal data and makes use of it.
-Privacy and anonimity are also not necessarily linked, services like Signal offer high levels of privacy since they do not collect any data about what you say, who you talk to or how you use the app, but they may not be anonymous since you still need to register using your phone number (which is in many cases linked to your identity).
+Privacy and anonymity are also not necessarily linked, services like Signal offer high levels of privacy since they do not collect any data about what you say, who you talk to or how you use the app, but they may not be anonymous since you still need to register using your phone number (which is in many cases linked to your identity).
Finally, there are services that may offer all three: anonymity, privacy, and security. The primary focus of this list is to provide alternatives that prioritize privacy. These alternatives give you control over your data and do not collect or sell it.
From a7e567a1d11df31ca7d1a93b9d77030592bc31cb Mon Sep 17 00:00:00 2001
From: "LamTrinh.Dev" <49742151+lamtrinhdev@users.noreply.github.com>
Date: Fri, 19 Apr 2024 14:34:06 +0700
Subject: [PATCH 15/52] Update README.md
Update wording.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 8dae635..31e9f93 100644
--- a/README.md
+++ b/README.md
@@ -1409,7 +1409,7 @@ Please read about what the addon does before installing. If you don't understand
- [WebView Switcher](https://github.com/Magisk-Modules-Repo/bromitewebview) - A tool for installing Bromite WebView on android 10
-## Privacy vs Security vs Anonimity
+## Privacy vs Security vs Anonymity
Anonymity, Privacy, and Security are often used interchangeably, but they actually represent distinct concepts. It is important to understand the differences between them.
From 1ac1a5ef2efd4a7517b3d3311d4da6529b10204b Mon Sep 17 00:00:00 2001
From: "LamTrinh.Dev" <49742151+lamtrinhdev@users.noreply.github.com>
Date: Fri, 19 Apr 2024 14:36:59 +0700
Subject: [PATCH 16/52] Update README.md
Update wording.
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 31e9f93..fde24f5 100644
--- a/README.md
+++ b/README.md
@@ -1064,7 +1064,7 @@ This section is dedicated to some tools that may help users analyze the privacy
> **NOTE: About alternative frontends and clients**
>
-> Alternative frontends are good to protect your individual privacy. You can still consume the contents of privative and privacy-harmful services with protection over your privacy and some anonimity. Even using most these alternative frontends, still, the privative services will receive requests about the content you are consuming (even not knowing it is you). This sitll harms the collective privacy and adds data to their algorithms in some ways. Only the alternative frontends (or clients) that act as a proxy will hide your real IP from the content provider.
+> Alternative frontends are good to protect your individual privacy. You can still consume the contents of privative and privacy-harmful services with protection over your privacy and some anonymity. Even using most these alternative frontends, still, the privative services will receive requests about the content you are consuming (even not knowing it is you). This sitll harms the collective privacy and adds data to their algorithms in some ways. Only the alternative frontends (or clients) that act as a proxy will hide your real IP from the content provider.
>
> You can use these browser extensions and apps to automatically redirect any links to privacy-respecting alternative frontends:
> - [Farside](https://github.com/benbusby/farside) - A smart redirecting gateway for various frontend services.
From e986589c2d9f95926730e4120e0f99779d8509ae Mon Sep 17 00:00:00 2001
From: "LamTrinh.Dev" <49742151+lamtrinhdev@users.noreply.github.com>
Date: Fri, 19 Apr 2024 14:38:18 +0700
Subject: [PATCH 17/52] Update README.md
Update link section after update wording.
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index fde24f5..425cb0b 100644
--- a/README.md
+++ b/README.md
@@ -12,9 +12,9 @@
Discussions
-### ⚠️ [Important note](#privacy-vs-security-vs-anonimity)
+### ⚠️ [Important note](#privacy-vs-security-vs-anonymity)
-Anonymity, Privacy, and Security are often used interchangeably, but they actually represent distinct concepts. It is important to understand the differences between them. [Read more in this section below](#privacy-vs-security-vs-anonimity).
+Anonymity, Privacy, and Security are often used interchangeably, but they actually represent distinct concepts. It is important to understand the differences between them. [Read more in this section below](#privacy-vs-security-vs-anonymity).
The primary focus of this list is to provide alternatives that prioritize privacy. These alternatives give you control over your data and do not collect or sell it.
From d36a0ac92d1c3b1b73ecd9250be696ef952d5c6f Mon Sep 17 00:00:00 2001
From: Filip Znachor
Date: Fri, 26 Apr 2024 09:25:37 +0200
Subject: [PATCH 18/52] Updated Qwant Maps URL
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 425cb0b..e4286c1 100644
--- a/README.md
+++ b/README.md
@@ -686,7 +686,7 @@ With email aliases, you can finally create a different identity for each website
**Instead use**
- [Open Street Map (OSM)](https://www.openstreetmap.org/) - OpenStreetMap is built by a community of mappers that contribute and maintain data about roads, trails, cafés, railway stations, and much more, all over the world.
- [OSMAnd](https://osmand.net/) - Android/iOS Navigation app using OSM. It is a feature-rich app with all you expect.
-- [Qwant Maps](https://www.qwant.com/maps/) - An OpenStreetMap-based private Google Maps alternative.
+- [Qwant Maps](https://map.qwant.com/) - An OpenStreetMap-based private Google Maps alternative.
- [Organic Maps](https://organicmaps.app/) - Great offline maps for hikers and cyclists.
## Media Streaming Platforms
From 26c1280236c315b4f8c4085159bcb8620fb13ea2 Mon Sep 17 00:00:00 2001
From: programutox
Date: Sat, 27 Apr 2024 12:47:38 +0200
Subject: [PATCH 19/52] Modified link and description for Quillnote to Quillpad
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index e4286c1..21a38a7 100644
--- a/README.md
+++ b/README.md
@@ -779,7 +779,7 @@ These providers offer apps and services filled with data trackers. Also, most of
- [Notally](https://github.com/OmGodse/Notally) - A beautiful notes app (local only, no sync).
- [Notesnook](https://notesnook.com/) - Open source zero knowledge private note taking.
- [Obsidian](https://obsidian.md) - Obsidian is the private and flexible note‑taking app. Closed source but has no trackers (website / apps) and E2EE sync.
-- [Quillnote](https://qosp.org/#/) - Take beautiful markdown notes and stay organized with task lists.
+- [Quillpad](https://quillpad.github.io/) - Take beautiful markdown notes and stay organized with task lists. Fork of Quillnote.
- [SiYuan](https://github.com/siyuan-note/siyuan) - A local-first personal knowledge management system.
- [Standard Notes](https://standardnotes.org/) - A free, open-source, and completely encrypted notes app.
- [TinyList](https://tinylist.app/) - Create and share notes and checklists, without sacrificing your privacy.
From 764c87e70f514886f81cb54c06b10bde37c48f85 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Tue, 30 Apr 2024 13:52:01 +0200
Subject: [PATCH 20/52] Update Period Tracker apps
---
README.md | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 21a38a7..fd5f0f4 100644
--- a/README.md
+++ b/README.md
@@ -471,8 +471,11 @@ If you need an app for **menstrual cycle tracking** please don't use any apps li
- [OFF Apps](https://world.openfoodfacts.org/open-food-facts-mobile-app)
### Menstrual cycle trackers
--
[Drip](https://bloodyhealth.gitlab.io/) - Menstrual cycle and fertility tracking. Everything you enter stays on your device.
+-
[Bluemoon](https://gitlab.com/ngrob/bluemoon-android) - Open source, privacy friendly menstruation tracking app. Your period, your data!
+-
[Drip](https://dripapp.org/) - Menstrual cycle and fertility tracking. Everything you enter stays on your device.
+- [Euki](https://eukiapp.org/) - The period tracker that doesn’t track you.
-
[log28](https://github.com/wildeyedskies/log28) - a (very) simple no-frills period tracker for Android.
+-
[Periodical](https://github.com/arnowelzel/periodical) - A calendar to track your menstruation and calculate possible fertile days
### Medical health
- [Fasten](https://github.com/fastenhealth/fasten-onprem) - Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 1000's of insurances/hospitals/clinics.
From c6e1d950012ca9f0847011141c28e03e383e3e70 Mon Sep 17 00:00:00 2001
From: Jacob Armstrong <47821203+iacobo@users.noreply.github.com>
Date: Tue, 7 May 2024 11:37:03 +0800
Subject: [PATCH 21/52] Update README.md
Updated formatting to use the inbuilt markdown [alerts](https://docs.github.com/en/get-started/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax#alerts) formatting. Example:
> [!NOTE]
> This is a note.
> [!IMPORTANT]
> THis is _important_.
>[!TIP]
> This is a tip.
- https://github.blog/changelog/2023-12-14-new-markdown-extension-alerts-provide-distinctive-styling-for-significant-content/
---
README.md | 36 ++++++++++++++++++++++++------------
1 file changed, 24 insertions(+), 12 deletions(-)
diff --git a/README.md b/README.md
index fd5f0f4..0e02622 100644
--- a/README.md
+++ b/README.md
@@ -12,11 +12,10 @@
Discussions
-### ⚠️ [Important note](#privacy-vs-security-vs-anonymity)
-
-Anonymity, Privacy, and Security are often used interchangeably, but they actually represent distinct concepts. It is important to understand the differences between them. [Read more in this section below](#privacy-vs-security-vs-anonymity).
-
-The primary focus of this list is to provide alternatives that prioritize privacy. These alternatives give you control over your data and do not collect or sell it.
+> [!IMPORTANT]
+> Anonymity, Privacy, and Security are often used interchangeably, but they actually represent distinct concepts. It is important to understand the differences between them. [Read more in this section below](#privacy-vs-security-vs-anonymity).
+>
+> The primary focus of this list is to provide alternatives that prioritize privacy. These alternatives give you control over your data and do not collect or sell it.
## Contents
- [2FA](#2fa)
@@ -201,6 +200,7 @@ Preinstalled file managers and third-party file manager apps found on the play s
Your phone gallery is a deeply personal aspect of your life, it may contain images and videos that capture intimate moments, locations, and people important to you. Protecting its privacy is essential to prevent misuse of this information, not only for you, but it also ensures the privacy of friends and family captured in these photos, who may not consent to having their images shared.
+> [!NOTE]
> For a private way to store and backup your photos see [Photo Storage](#photo-storage) section.
**Avoid**
@@ -839,9 +839,12 @@ Many websites require phone number verification. These services offer a way to r
**Instead use**
-> **Note on Android app compatibility**: Although all of these Operating Systems are Android, app compatibility may not be perfect due to a lack of GMS (Google Mobile Services) which some apps require. You can check how well apps work with microg (a free and open source alternative to GMS) or no GMS at all with [Plexus](https://plexus.techlore.tech/) where the community can report how well android apps perform in those environments.
+> [!NOTE]
+> **Android app compatibility**:
+> Although all of these Operating Systems are Android, app compatibility may not be perfect due to a lack of GMS (Google Mobile Services) which some apps require. You can check how well apps work with microg (a free and open source alternative to GMS) or no GMS at all with [Plexus](https://plexus.techlore.tech/) where the community can report how well android apps perform in those environments.
-> **Note on Android security**: Custom ROMs can improve your privacy the same as they can decrease the Android security, always use ROMs that support verified boot and encryption and **DO NOT** have root enabled by default. If possible, don't use userdebug builds. If your threat model requires security, buy a Google Pixel and install GrapheneOS on it. [Read more on PrivacyGuides](https://www.privacyguides.org/android/overview/).
+> [!NOTE]
+> **Android security**: Custom ROMs can improve your privacy the same as they can decrease the Android security, always use ROMs that support verified boot and encryption and **DO NOT** have root enabled by default. If possible, don't use userdebug builds. If your threat model requires security, buy a Google Pixel and install GrapheneOS on it. [Read more on PrivacyGuides](https://www.privacyguides.org/android/overview/).
- [GrapheneOS](https://grapheneos.org/) - GrapheneOS is an open source privacy and security focused mobile OS with Android app compatibility.
@@ -885,11 +888,14 @@ GNU/Linux is a family of free (as in freedom and as in free beer) and open sourc
- [Qubes OS](https://qubes-os.org/) is a security-oriented operating system that isolates various workspaces into separate virtual machines to enhance privacy and security.
- [Tails](https://tails.net/) is a portable operating system that protects against surveillance and censorship. It always starts from the same clean state and everything you do disappears automatically when you shut down Tails.
-> If you want to try it out without installing it to your computer, you can use a [Live USB Stick](https://www.fosslinux.com/274/how-to-create-linux-mint-live-usb-drive-on-windows.htm). You can also investigate [Ventoy](https://www.ventoy.net) to easily download and test linux distros with a USB stick.
+> [!TIP]
+> If you want to try it out without installing it to your computer, you can use a [Live USB Stick](https://www.fosslinux.com/274/how-to-create-linux-mint-live-usb-drive-on-windows.htm). You can also investigate [Ventoy](https://www.ventoy.net) to easily download and test linux distros with a USB stick.
+> [!TIP]
> If you want to install Linux but keep your current operating System, you can set up [dual boot](https://averagelinuxuser.com/dualboot-linux-windows/).
-> Note: Not all Linux distributions are free (as in freedom), free (as in free beer) or respect user privacy. There are tons of GNU/Linux distributions and you should investigate a bit before jumping into one of them!
+> [!NOTE]
+> Not all Linux distributions are free (as in freedom), free (as in free beer) or respect user privacy. There are tons of GNU/Linux distributions and you should investigate a bit before jumping into one of them!
#### Other OS:
@@ -1057,7 +1063,8 @@ This section is dedicated to some tools that may help users analyze the privacy
## Social Networks and Platforms
-> **NOTE: The fediverse**
+> [!NOTE]
+> **The fediverse**
>
> The fediverse is a "**fed**erated" "un**iverse**" of social network platforms that are able to talk to one another through a standard and open protocol. This means that you can consume content on any network from any of these networks. You are not locked to a single provider, you are free to choose. Please [watch this video](https://framatube.org/w/9dRFC6Ya11NCVeYKn8ZhiD?start=8s) by FramaSoft that illustrates the concept very good.
>
@@ -1065,7 +1072,8 @@ This section is dedicated to some tools that may help users analyze the privacy
>
> All the apps compatible with the Fediverse (ActivityPub) are marked with a 🧩
-> **NOTE: About alternative frontends and clients**
+> [!NOTE]
+> **Alternative frontends and clients**
>
> Alternative frontends are good to protect your individual privacy. You can still consume the contents of privative and privacy-harmful services with protection over your privacy and some anonymity. Even using most these alternative frontends, still, the privative services will receive requests about the content you are consuming (even not knowing it is you). This sitll harms the collective privacy and adds data to their algorithms in some ways. Only the alternative frontends (or clients) that act as a proxy will hide your real IP from the content provider.
>
@@ -1166,6 +1174,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Nostr](https://github.com/nostr-protocol/nostr) - Open protocol that is able to create a censorship-resistant global "social" network. It doesn't rely on any trusted central server, hence it is resilient; it is based on cryptographic keys and signatures, so it is tamperproof; it does not rely on P2P techniques, therefore it works. **Note**: Nostr is a protocol, so it is capable of offering much more than a Twitter alternative.
+> [!NOTE]
> **Federated social networks**: A federated social network isn't a single website like Twitter or Facebook, it's a network of thousands of communities operated by different organizations and individuals that provide a seamless social media experience.
- [Mastodon](https://joinmastodon.org/) 🧩 - Free, federated microblogging social network built on open protocols.
@@ -1240,7 +1249,8 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Nextcloud Talk](https://nextcloud.com/talk/) - Keep conversations private with Nextcloud Talk.
- [Mattermost](https://mattermost.com/) - Open-source Slack alternative.
-**Alternative clients/modifications of Discord:**
+> [!WARNING]
+> **Alternative clients/modifications of Discord:**
> Your IP and messages will still be shared and belong to Discord and they are not encrypted.\
> Also using any of these modifications/clients [violates](https://nitter.net/discord/status/1006178587731550208#m) the [Discord ToS](https://discord.com/terms) so, we are not responsible of any suspension or termination of your account **but**, this should [not happen **yet**](https://github.com/GooseMod/GooseMod/wiki/FAQ#is-goosemod-against-discord-tos).
@@ -1321,6 +1331,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
##### Alternative clients/modifications of Discord:
+> [!WARNING]
> Your IP and messages will still be shared and belong to Discord and they are not encrypted.\
> Also using any of these modifications/clients [violates](https://nitter.net/discord/status/1006178587731550208#m) the [Discord ToS](https://discord.com/terms) so, we are not responsible of any suspension or termination of your account **but**, this should [not happen **yet**](https://github.com/GooseMod/GooseMod/wiki/FAQ#is-goosemod-against-discord-tos).
- [OpenAsar](https://openasar.dev/) - An open-source alternative of Discord desktop's app.asar that comes with a [No Track](https://github.com/GooseMod/OpenAsar/blob/main/src/noTrack.js) function.
@@ -1389,6 +1400,7 @@ Here are some open source and truly private (no personal data and/or credit card
- [Tor Browser](https://www.torproject.org/)
- [Mullvad Browser](https://mullvad.net/en/browser/) - Browser with the privacy and security implications of the Tor Browser, without the use of the Tor network.
+> [!TIP]
> It may be interesting to learn what you can do to harden your browser. You can follow this [Hitchhiker’s Guide to Online Anonymity](https://anonymousplanet.org/guide.html#appendix-v1-hardening-your-browsers) section to do it. Please, if you don't understand what you are doing, don't do it as you may be causing more harm than good to your privacy.
### Browser Addons
From 74ca5337981292ec3790dfc5f5586f9f9bb23c93 Mon Sep 17 00:00:00 2001
From: "poegl.dev"
Date: Mon, 27 May 2024 12:24:47 +0200
Subject: [PATCH 22/52] Add mobile web browser Cromite
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0e02622..b5f77f4 100644
--- a/README.md
+++ b/README.md
@@ -1391,6 +1391,7 @@ Here are some open source and truly private (no personal data and/or credit card
-
[Vanadium](https://vanadium.app/) - Privacy and security enhanced releases of Chromium by GrapheneOS.
-
[Privacy Browser](https://www.stoutner.com/privacy-browser/)
- [Tor Browser](https://www.torproject.org/) - iOS/Android. Defend yourself against tracking and surveillance and circumvent censorship.
+- [Cromite](https://www.cromite.org/) - Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy.
#### Desktop
- [Ungoogled Chromium](https://github.com/ungoogled-software/ungoogled-chromium) - A lightweight approach to removing Google web service dependency. Ungoogled-chromium is Google Chromium, sans dependency on Google web services.
From f35bbb3d832b800b87cefc496e432ab0c18b7719 Mon Sep 17 00:00:00 2001
From: Timo <67267822+TimoNotThy@users.noreply.github.com>
Date: Tue, 28 May 2024 18:12:55 +0200
Subject: [PATCH 23/52] Replace LinkFree with BioDrop
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0e02622..b246907 100644
--- a/README.md
+++ b/README.md
@@ -605,7 +605,7 @@ No servers involved. Everything goes directly from one peer to the other peer. N
## Link in Bio Tools
- [Keyoxide](https://keyoxide.org/) - A modern, secure and privacy-friendly platform to establish your decentralized online identity.
-- [LinkFree](https://github.com/EddieHubCommunity/LinkFree) - Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
+- [BioDrop](https://github.com/EddieHubCommunity/BioDrop) - Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
- [LinkStack](https://linkstack.org/) - Self-hosted open-source Linktree alternative.
## Link Shorteners
From c4a2f6a4ced6d2e5dd38c8b30e22652ec36161c3 Mon Sep 17 00:00:00 2001
From: hankertrix <91734413+hankertrix@users.noreply.github.com>
Date: Mon, 3 Jun 2024 03:06:58 +0000
Subject: [PATCH 24/52] Remove RavioOTP
RavioOTP has recently been updated to delete users' keys and ask for money.
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 0e02622..fb2f3c7 100644
--- a/README.md
+++ b/README.md
@@ -125,7 +125,6 @@
- [ente Auth](https://ente.io/auth) - A free, cross platform, end-to-end encrypted and open source app for managing your 2-step verification tokens. From the makers of [ente Photos](https://ente.io), and uses the same battle tested infrastructure. Needs an ente.io account.
- [Owky](https://github.com/charlietango/owky) - Free and Open Source Two-Factor Authenticator for IOS users.
-
[FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator.
-- [RaivoOTP](https://github.com/raivo-otp/) - A native, lightweight and secure one-time-password (OTP) solution for **iOS** users.
-
[Authenticator Pro](https://github.com/jamie-mh/AuthenticatorPro) - Two-Factor Authentication (2FA) client for Android + Wear OS.
## Analytics
From 32b66e39b149681e357f8f904417b6a175f0847b Mon Sep 17 00:00:00 2001
From: Daniel Regeci <536331+ovx@users.noreply.github.com>
Date: Mon, 17 Jun 2024 14:36:05 +0200
Subject: [PATCH 25/52] Add Altcha.org to Captchas
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index fb2f3c7..c5543e2 100644
--- a/README.md
+++ b/README.md
@@ -280,6 +280,7 @@ Google captchas use cookies to track users and rank their IPs.
- Google reCAPTCHA [](https://tosdr.org/en/service/217)
**Instead use**
+- [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism.
- [hCaptcha](https://www.hcaptcha.com/) - Privacy-first CAPTCHA for web, mobile, and more.
- [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users.
- [OOPSpam](https://www.oopspam.com/) - No-captcha, privacy-friendly anti-spam, anti-bot API. Requires no personal data for detection. Supports popular platforms like WordPress. Privacy commitment in their mission statement.
From 91a45b4178bfffd19c45854cbc57b851e2b4a641 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Mon, 17 Jun 2024 17:49:01 +0200
Subject: [PATCH 26/52] Remove hCaptcha (#450)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4e94b18..bd38ad3 100644
--- a/README.md
+++ b/README.md
@@ -278,10 +278,10 @@ Go to the [Text To Speech](#text-to-speech) section.
Google captchas use cookies to track users and rank their IPs.
- Google reCAPTCHA [](https://tosdr.org/en/service/217)
+- hCaptcha [](https://tosdr.org/en/service/2207)
**Instead use**
- [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism.
-- [hCaptcha](https://www.hcaptcha.com/) - Privacy-first CAPTCHA for web, mobile, and more.
- [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users.
- [OOPSpam](https://www.oopspam.com/) - No-captcha, privacy-friendly anti-spam, anti-bot API. Requires no personal data for detection. Supports popular platforms like WordPress. Privacy commitment in their mission statement.
From 286d7c6a86324a02de168da12a209b4a1d27fd87 Mon Sep 17 00:00:00 2001
From: Daniel Regeci <536331+ovx@users.noreply.github.com>
Date: Tue, 18 Jun 2024 23:55:02 +0200
Subject: [PATCH 27/52] Remove OOPSpam - not privacy-friendly
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
Upon closer inspection, OOPSpam is not what it seems, it directly violates GDPR in several ways (but the website says it's compliant) and the website uses third-party tracking cookies, namely tolt.io for affiliate marketing.
Highlights from the [OOPSpam's Privacy Policy](https://www.oopspam.com/privacypolicy):
- (!) OOPSpam.com transfers your data outside your jurisdiction - "Your information, including Personal Data, may be transferred to — and maintained on — computers located outside of your state, province, country or other governmental jurisdiction where the data protection laws may differ than those from your jurisdiction."
- (!) OOPSpam.com is using your data "to provide and improve the Service.". It is unclear whether its the submitted user data or customer's personal information.
- OOPSpam.com collects "several different types of information for various purposes to provide and improve [their] Service to you."
- OOPSpam.com is using cookies "and similar tracking technologies to track the activity on our Service and hold certain information."
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 1cdcca6..4744e18 100644
--- a/README.md
+++ b/README.md
@@ -283,7 +283,6 @@ Google captchas use cookies to track users and rank their IPs.
**Instead use**
- [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism.
- [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users.
-- [OOPSpam](https://www.oopspam.com/) - No-captcha, privacy-friendly anti-spam, anti-bot API. Requires no personal data for detection. Supports popular platforms like WordPress. Privacy commitment in their mission statement.
## Commenting Engines
From 78f9892606d651da289184887cf0c410f6721f46 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Thu, 20 Jun 2024 10:26:58 +0200
Subject: [PATCH 28/52] update mumble link
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 4744e18..e72387d 100644
--- a/README.md
+++ b/README.md
@@ -1326,7 +1326,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Jami](https://jami.net/) - P2P audio and video conferences.
- [Jitsi Meet](https://meet.jit.si/) - More secure, more flexible, and completely free video conferencing. **No account needed, no installation needed**.
- [Mirotalk P2P](https://p2p.mirotalk.com/) - Free WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
-- [Mumble](https://www.mumble.com/) - Mumble is an open source voice communication application with advanced features.
+- [Mumble](https://www.mumble.info/) - Mumble is an open source voice communication application with advanced features.
- [PeerCalls](https://peercalls.com/) - Group peer to peer video calls for everyone written in Go and TypeScript.
From a7336caef6efc5108716c85875d5c84268150612 Mon Sep 17 00:00:00 2001
From: James Espinosa
Date: Sat, 22 Jun 2024 21:53:32 -0700
Subject: [PATCH 29/52] remove seized samourai wallet
---
README.md | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/README.md b/README.md
index e72387d..d1c68e4 100644
--- a/README.md
+++ b/README.md
@@ -942,8 +942,7 @@ These tools are useful when sharing secrets, code snippets or any other kind of
**USE WITH CAUTION**
- [Bitcoin](https://bitcoin.org) - Bitcoin is not anonymous nor private. Bitcoin is traceable, transparent and pseudonymous. For a basic introduction, [see aantonop's video](https://yewtu.be/watch?v=JN1Bowgcle8). More advanced users can watch this [Bitcoin privacy series](https://yewtu.be/watch?v=QEnL5k0R08w).
- - [Samourai Wallet](https://www.samouraiwallet.com/) - An open source, privacy-focused Bitcoin wallet available on Android.
- - [Sparrow Wallet](https://www.sparrowwallet.com/) - An open source, cross-platform desktop wallet that gives you many of the privacy-preserving spending tools available in Samourai Wallet.
+ - [Sparrow Wallet](https://www.sparrowwallet.com/) - An open source, cross-platform desktop wallet that gives you many privacy-preserving spending tools.
- [Wasabi Wallet](https://www.wasabiwallet.io/) - An open source, non-custodial, privacy-focused Bitcoin wallet available on Desktop.
## Personal Finances
From 80524a4c5ef9fa492e577dbee891313eb7617727 Mon Sep 17 00:00:00 2001
From: James Espinosa
Date: Sat, 22 Jun 2024 22:28:28 -0700
Subject: [PATCH 30/52] replace caution with warning for consistency
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index d1c68e4..9c2bdda 100644
--- a/README.md
+++ b/README.md
@@ -940,8 +940,8 @@ These tools are useful when sharing secrets, code snippets or any other kind of
- [Monero](https://www.getmonero.org/) - Monero is cash for a connected world. It's fast, private, untraceable and secure.
- Cash - Use person-to-person payments using physical notes and coins.
-**USE WITH CAUTION**
-- [Bitcoin](https://bitcoin.org) - Bitcoin is not anonymous nor private. Bitcoin is traceable, transparent and pseudonymous. For a basic introduction, [see aantonop's video](https://yewtu.be/watch?v=JN1Bowgcle8). More advanced users can watch this [Bitcoin privacy series](https://yewtu.be/watch?v=QEnL5k0R08w).
+> [!WARNING]
+> [Bitcoin](https://bitcoin.org) is not anonymous nor private. Bitcoin is traceable, transparent and pseudonymous. For a basic introduction, [see aantonop's video](https://yewtu.be/watch?v=JN1Bowgcle8). More advanced users can watch this [Bitcoin privacy series](https://yewtu.be/watch?v=QEnL5k0R08w).
- [Sparrow Wallet](https://www.sparrowwallet.com/) - An open source, cross-platform desktop wallet that gives you many privacy-preserving spending tools.
- [Wasabi Wallet](https://www.wasabiwallet.io/) - An open source, non-custodial, privacy-focused Bitcoin wallet available on Desktop.
From 3949e6b43e1575cc32a1be7495246dd073bb1ed1 Mon Sep 17 00:00:00 2001
From: James Espinosa
Date: Sat, 22 Jun 2024 22:33:31 -0700
Subject: [PATCH 31/52] move wallet suggestions out of warning quote
---
README.md | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 9c2bdda..5bb4a1b 100644
--- a/README.md
+++ b/README.md
@@ -942,8 +942,9 @@ These tools are useful when sharing secrets, code snippets or any other kind of
> [!WARNING]
> [Bitcoin](https://bitcoin.org) is not anonymous nor private. Bitcoin is traceable, transparent and pseudonymous. For a basic introduction, [see aantonop's video](https://yewtu.be/watch?v=JN1Bowgcle8). More advanced users can watch this [Bitcoin privacy series](https://yewtu.be/watch?v=QEnL5k0R08w).
- - [Sparrow Wallet](https://www.sparrowwallet.com/) - An open source, cross-platform desktop wallet that gives you many privacy-preserving spending tools.
- - [Wasabi Wallet](https://www.wasabiwallet.io/) - An open source, non-custodial, privacy-focused Bitcoin wallet available on Desktop.
+
+- [Sparrow Wallet](https://www.sparrowwallet.com/) - An open source, cross-platform desktop wallet that gives you many privacy-preserving spending tools.
+- [Wasabi Wallet](https://www.wasabiwallet.io/) - An open source, non-custodial, privacy-focused Bitcoin wallet available on Desktop.
## Personal Finances
### FIAT
From 50ca5f46c78665379376fd522b57128d1d0d9682 Mon Sep 17 00:00:00 2001
From: Merijn Geurts
Date: Wed, 26 Jun 2024 17:09:35 +0200
Subject: [PATCH 32/52] Update README.md
---
README.md | 1 -
1 file changed, 1 deletion(-)
diff --git a/README.md b/README.md
index 5bb4a1b..b120726 100644
--- a/README.md
+++ b/README.md
@@ -714,7 +714,6 @@ With email aliases, you can finally create a different identity for each website
- [Koel](https://koel.dev/) - a personal music streaming server that works.
- [Nuclear](https://nuclear.js.org/) - Modern music player focused on streaming from free sources.
- [Navidrome](https://navidrome.org/) - Lightweight, fast and self-contained personal music streamer.
--
[BlackHole](https://github.com/Sangwan5688/BlackHole) - A Music Player App made with Flutter
-
[mucke](https://github.com/moritz-weber/mucke) - A music player for local files with unique custom playback options.
**Spotify alternative clients**
From bc790a9f6032026be0fd222fd4d7d8e1f95adeef Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Mon, 1 Jul 2024 14:55:19 +0200
Subject: [PATCH 33/52] add futo keyboard
---
README.md | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)
diff --git a/README.md b/README.md
index b120726..0fd47e6 100644
--- a/README.md
+++ b/README.md
@@ -188,12 +188,13 @@ Preinstalled file managers and third-party file manager apps found on the play s
- SwiftKey [](https://tosdr.org/en/service/244)
**Instead use**
-- [FlorisBoard](https://github.com/florisboard/florisboard) - FlorisBoard is a free and open-source keyboard for Android 6.0+ devices. It aims at being modern, user-friendly and customizable while fully respecting your privacy. Currently in early-beta state.
- [AnySoftKeyboard](https://anysoftkeyboard.github.io/) - The only Android keyboard you'll ever need. Free as in speech and Free as in beer.
+- [FlorisBoard](https://github.com/florisboard/florisboard) - FlorisBoard is a free and open-source keyboard for Android 6.0+ devices. It aims at being modern, user-friendly and customizable while fully respecting your privacy. Currently in early-beta state.
+- [Futo Keyboard](https://keyboard.futo.org/) - A modern keyboard that respects your privacy and security, with features such as offline voice input, swipe typing and smart autocorrect.
+- [Heliboard](https://github.com/Helium314/HeliBoard) - A privacy-conscious and customizable open-source keyboard, based on AOSP / OpenBoard with many additional features and improvements, including support for custom dictionaries, themes, and glide typing.
- [Indic Keyboard](https://gitlab.com/indicproject/indic-keyboard) - Indic Keyboard is a versatile keyboard for Android users who wish to use Indic and Indian languages to type messages, compose emails and generally prefer to use them in addition to English on their phone.
-- [Simple Keyboard](https://github.com/rkkr/simple-keyboard) - Simply keyboard and nothing more.
- [OpenBoard](https://github.com/openboard-team/openboard) - OpenBoard is a 100% foss keyboard based on AOSP, with no dependency on Google binaries, that respects your privacy. It is no longer updated, but still works.
- - [Heliboard](https://github.com/Helium314/HeliBoard) - A privacy-conscious and customizable open-source keyboard, based on AOSP / OpenBoard with many additional features and improvements, including support for custom dictionaries, themes, and glide typing.
+- [Simple Keyboard](https://github.com/rkkr/simple-keyboard) - Simply keyboard and nothing more.
### Android Gallery
From 5d39cada75a703c6a70a7b2aa99556e035e2a8c7 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Sat, 6 Jul 2024 13:04:51 +0200
Subject: [PATCH 34/52] Add radicle to Version Control
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 0fd47e6..d58b514 100644
--- a/README.md
+++ b/README.md
@@ -1307,6 +1307,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Codeberg](https://codeberg.org/) - Codeberg is a collaboration platform providing Git hosting and services for free and open source software, content and projects.
- [Forgejo](https://forgejo.org/) - Forgejo is a self-hosted lightweight software forge.
- [GitLab](https://about.gitlab.com/) - GitLab a DevOps software package that can develop, secure, and operate software.
+- [Radicle](https://radicle.xyz/) - An open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow.
## Video and Audio Conferencing
**Avoid**
From 01d36134e6c44a792eddacdf41b660e1fe2ccf4b Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Wed, 10 Jul 2024 18:35:40 +0200
Subject: [PATCH 35/52] remove webview section (#457)
---
README.md | 4 ----
1 file changed, 4 deletions(-)
diff --git a/README.md b/README.md
index d58b514..ceb26f4 100644
--- a/README.md
+++ b/README.md
@@ -1421,10 +1421,6 @@ Please read about what the addon does before installing. If you don't understand
### Browser Sync
- [xBrowserSync](https://www.xbrowsersync.org/) - Browser syncing as it should be: secure, anonymous and free!
-### WebView
--
[Bromite WebView](https://www.bromite.org/system_web_view) - Bromite WebView is a version of Android System WebView with support for ad blocking and enhanced privacy.
- - [WebView Switcher](https://github.com/Magisk-Modules-Repo/bromitewebview) - A tool for installing Bromite WebView on android 10
-
## Privacy vs Security vs Anonymity
From f07a735c54bcb24ecd9d2e675d4fd8153077610d Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Wed, 10 Jul 2024 18:38:13 +0200
Subject: [PATCH 36/52] Add RiMusic (#456)
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ceb26f4..b779baa 100644
--- a/README.md
+++ b/README.md
@@ -736,7 +736,8 @@ With email aliases, you can finally create a different identity for each website
**Youtube Music alternative clients**
- [Beatbump](https://github.com/snuffyDev/Beatbump) - Alternative frontend for YouTube Music; no ads and custom API wrapper.
-- [ViMusic](https://github.com/vfsfitvnm/ViMusic) - A Jetpack Compose Android application for streaming music from YouTube Music.
+- [ViMusic](https://github.com/vfsfitvnm/ViMusic) - [Unmantained] A Jetpack Compose Android application for streaming music from YouTube Music.
+ - [RiMusic](https://github.com/fast4x/RiMusic) - A ViMusic maintained fork.
**Deezer alternative clients**
- [dzr](https://github.com/yne/dzr) - Command line Deezer player for Linux, BSD, Android+Termux
From f01d72c41ef2b62cf40e369598e575d984ceee9b Mon Sep 17 00:00:00 2001
From: Halibut Git Wiz <19535471+HalibutGitWiz@users.noreply.github.com>
Date: Thu, 18 Jul 2024 15:43:31 +0200
Subject: [PATCH 37/52] Add darktable for photo management and editing
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index b779baa..97f81e9 100644
--- a/README.md
+++ b/README.md
@@ -981,6 +981,7 @@ These tools are useful when sharing secrets, code snippets or any other kind of
- [DigiKam](https://www.digikam.org/) - Awesome Professional Photo Management with the Power of Open Source.
- [Inkscape](https://inkscape.org/) - Inkscape is a free and open-source vector graphics editor used to create vector images.
- [ImageGlass](https://imageglass.org/) - ImageGlass is a lightweight software application whose purpose is to help you view images in a clean and intuitive working environment.
+- [darktable](https://www.darktable.org/) - darktable is an open source photography workflow application and raw developer
#### Android
- [Pocket Paint](https://github.com/Catrobat/Paintroid) - The standard image manipulation app for Catroid.
From 97563469853412a6fe0ac50fc4a0927c6fb9f992 Mon Sep 17 00:00:00 2001
From: Grishnackh
Date: Mon, 22 Jul 2024 01:42:04 +0200
Subject: [PATCH 38/52] Added Gadgetbridge under fitness trackers
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 97f81e9..21c9f85 100644
--- a/README.md
+++ b/README.md
@@ -460,6 +460,7 @@ If you need an app for **menstrual cycle tracking** please don't use any apps li
-
[Fitotrack](https://codeberg.org/jannis/FitoTrack) - A privacy oriented fitness tracker for Android.
-
[OpenTracks](https://github.com/OpenTracksApp/OpenTracks) - OpenTracks is a sport tracking application that completely respects your privacy.
+-
[Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge) - A free and cloudless replacement for your gadget vendors' closed source Android applications.
### Workout planners
From 8015651e77f4303ad55c29353c5a236cddba50d7 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Wed, 31 Jul 2024 15:27:44 +0000
Subject: [PATCH 39/52] Fix #461
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 21c9f85..ce1f16f 100644
--- a/README.md
+++ b/README.md
@@ -845,7 +845,7 @@ Many websites require phone number verification. These services offer a way to r
> Although all of these Operating Systems are Android, app compatibility may not be perfect due to a lack of GMS (Google Mobile Services) which some apps require. You can check how well apps work with microg (a free and open source alternative to GMS) or no GMS at all with [Plexus](https://plexus.techlore.tech/) where the community can report how well android apps perform in those environments.
> [!NOTE]
-> **Android security**: Custom ROMs can improve your privacy the same as they can decrease the Android security, always use ROMs that support verified boot and encryption and **DO NOT** have root enabled by default. If possible, don't use userdebug builds. If your threat model requires security, buy a Google Pixel and install GrapheneOS on it. [Read more on PrivacyGuides](https://www.privacyguides.org/android/overview/).
+> **Android security**: Custom ROMs can improve your privacy the same as they can decrease the Android security, always use ROMs that support verified boot and encryption and **DO NOT** have root enabled by default. If possible, don't use userdebug builds. If your threat model requires security, buy a Google Pixel and install GrapheneOS on it. [Read more on PrivacyGuides](https://www.privacyguides.org/android/overview).
- [GrapheneOS](https://grapheneos.org/) - GrapheneOS is an open source privacy and security focused mobile OS with Android app compatibility.
From bb32c15b3896b02cb2c66defdcb4ac042be0771d Mon Sep 17 00:00:00 2001
From: Alex
Date: Sun, 25 Aug 2024 19:45:43 +0300
Subject: [PATCH 40/52] Updated simplytranslate source code URL
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index ce1f16f..5ea64ed 100644
--- a/README.md
+++ b/README.md
@@ -1289,7 +1289,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
**Alternative Google Translate frontends**
- [Lingva](https://github.com/TheDavidDelta/lingva-translate) - Alternative front-end for Google Translate. [Demo](https://lingva.ml/).
-- [Simplytranslate](https://git.sr.ht/~metalune/simplytranslate_web) - Alternative front-end for Google Translate and LibreTranslate. [Demo](https://simplytranslate.org/)
+- [Simplytranslate](https://codeberg.org/ManeraKai/simplytranslate) - Alternative front-end for Google Translate and LibreTranslate. [Demo](https://simplytranslate.org/)
## Uncategorized
- [Skymap](https://skymaponline.net/) - Open online planetarium program.
From e07350b3c401ad2030bac6b0846fa2291572608f Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Thu, 5 Sep 2024 08:06:37 +0000
Subject: [PATCH 41/52] Add dawarich to Location Tracking
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5ea64ed..c63edd9 100644
--- a/README.md
+++ b/README.md
@@ -633,6 +633,7 @@ No servers involved. Everything goes directly from one peer to the other peer. N
- [Nextcloud Phonetrack](https://apps.nextcloud.com/apps/phonetrack) - Nextcloud app to track location history with an [Android app](https://gitlab.com/eneiluj/phonetrack-android) ([other apps also supported](https://gitlab.com/eneiluj/phonetrack-oc/-/wikis/userdoc#logging-methods)). Supports caching positions offline and sending them to the server in batches. The first-party app has good battery saving options.
- [OwnTracks](https://owntracks.org/) - Location tracking for displaying the current location only (limited location history functionality).
- [Traccar](https://www.traccar.org/) - Location tracking software made for dedicated GPS logging devices.
+- [Dawarich](https://github.com/Freika/dawarich) - Self-hosted alternative to Google Location History.
### Find My Device
- [Find My Device](https://gitlab.com/Nulide/findmydevice) - Find your Android Device via SMS.
From c8bd7e18d5c0ea86c34a06f24ac26cd037cfe2fe Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Thu, 5 Sep 2024 08:41:26 +0000
Subject: [PATCH 42/52] Update README.md
---
README.md | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 deletions(-)
diff --git a/README.md b/README.md
index c63edd9..8a14b6d 100644
--- a/README.md
+++ b/README.md
@@ -848,12 +848,18 @@ Many websites require phone number verification. These services offer a way to r
> [!NOTE]
> **Android security**: Custom ROMs can improve your privacy the same as they can decrease the Android security, always use ROMs that support verified boot and encryption and **DO NOT** have root enabled by default. If possible, don't use userdebug builds. If your threat model requires security, buy a Google Pixel and install GrapheneOS on it. [Read more on PrivacyGuides](https://www.privacyguides.org/android/overview).
+#### Android-Based
-- [GrapheneOS](https://grapheneos.org/) - GrapheneOS is an open source privacy and security focused mobile OS with Android app compatibility.
-- [CalyxOS](https://calyxos.org/) - CalyxOS lets you have your cake and eat it too, with "Privacy by Design".
+**GrapheneOS** has a strong focus on security and privacy. It deploys technologies to mitigate many vulnerabilities and makes exploiting of vulnerabilities substantially more difficult. It improves the security of both the OS and the apps running on it.
+
+- [GrapheneOS](https://grapheneos.org/) - GrapheneOS is an open source privacy and security focused mobile OS with Android app compatibility. Only **Google Pixel** phones are supported.
+
+These ROMs also offer good priavcy and/or extended support for a wider range of devices. Note that these may also reduce security, increasing the attack surface of the operating system.
+
+- [CalyxOS](https://calyxos.org/) - Privacy by Design ROM. Offers better security than LineageOS or Replicant.
- [LineageOS](https://lineageos.org/) - A free and open-source operating system for various devices, based on the Android mobile platform.
-- [DivestOS](https://divestos.org) - LineageOS fork with increased security and privacy.
-- [Replicant](https://www.replicant.us/) - A free software mobile operating system putting the emphasis on freedom and privacy/security.
+ - [DivestOS](https://divestos.org) - LineageOS fork with increased security and privacy.
+- [Replicant](https://www.replicant.us/) - Replicant is a fully free Android distribution running on several devices.
#### Based on Linux
- [UBPorts](https://www.ubports.com/) - Ubuntu Touch is the touch-friendly mobile version of Ubuntu.
From f70782f982b7db702588cf211920b75dc6090c4a Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Wed, 25 Sep 2024 21:30:21 +0200
Subject: [PATCH 43/52] Add emoji icons, add back to top links, add Comentario
---
README.md | 448 ++++++++++++++++++++++++++++++++++--------------------
1 file changed, 284 insertions(+), 164 deletions(-)
diff --git a/README.md b/README.md
index 8a14b6d..369d3b1 100644
--- a/README.md
+++ b/README.md
@@ -109,28 +109,30 @@
- [Version Control](#version-control)
- [Video and Audio Conferencing](#video-and-audio-conferencing)
- [Video Editing](#video-editing)
-- [Virtual Private Networks (VPNs)](#VPNs)
+- [Virtual Private Networks (VPNs)](#VPNS)
- [Web Browser](#web-browser)
- [Browser Addons](#browser-addons)
- [Browser Sync](#browser-sync)
- [WebView](#webview)
## 2FA
-
Avoid using apps that won't let you export your keys **easily**.
+⛔ Avoid using apps that won't let you export your keys **easily**.
- Authy
- Google Authenticator [](https://tosdr.org/en/service/217)
-
Instead use
--
[Aegis](https://getaegis.app/) - A free, secure and open source app for Android to manage your 2-step verification tokens. Supports variety of imports from other apps (Google Authenticator, Authy etc.), vault encryption and exporting keys (plaintext or encrypted).
+✅ Instead use
+- [🤖](#icons) [Aegis](https://getaegis.app/) - A free, secure and open source app for Android to manage your 2-step verification tokens. Supports variety of imports from other apps (Google Authenticator, Authy etc.), vault encryption and exporting keys (plaintext or encrypted).
- [ente Auth](https://ente.io/auth) - A free, cross platform, end-to-end encrypted and open source app for managing your 2-step verification tokens. From the makers of [ente Photos](https://ente.io), and uses the same battle tested infrastructure. Needs an ente.io account.
- [Owky](https://github.com/charlietango/owky) - Free and Open Source Two-Factor Authenticator for IOS users.
--
[FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator.
--
[Authenticator Pro](https://github.com/jamie-mh/AuthenticatorPro) - Two-Factor Authentication (2FA) client for Android + Wear OS.
+- [🤖](#icons) [FreeOTPPlus](https://github.com/helloworld1/FreeOTPPlus) - Enhanced fork of FreeOTP-Android providing a feature-rich 2FA authenticator.
+- [🤖](#icons) [Authenticator Pro](https://github.com/jamie-mh/AuthenticatorPro) - Two-Factor Authentication (2FA) client for Android + Wear OS.
+
+[Back to top 🔝](#contents)
## Analytics
-
Avoid any analytics service that comes from Google, Facebook, Microsoft or any private service. These kind of analytics hurt user privacy.
+⛔ Avoid any analytics service that comes from Google, Facebook, Microsoft or any private service. These kind of analytics hurt user privacy.
-
**Instead use**
+✅ **Instead use**
- [Ackee](https://ackee.electerious.com/) - Self-hosted website analytics.
- [Aptabase](https://aptabase.com) - Open-source, privacy-first and simple analytics for mobile and desktop apps.
- [Cabin](https://withcabin.com) - Privacy-first, carbon conscious web analytics.
@@ -144,13 +146,15 @@
- [Umami](https://umami.is/) - A simple, fast, website analytics alternative to Google Analytics.
- [Unidentified Analytics](https://unidentifiedanalytics.web.app/) - Naive ip-based tracking that works everywhere (web, command-line, email, etc). No account required. Developer friendly.
+[Back to top 🔝](#contents)
+
## Android
### Android App Store
-
**Avoid**
+⛔ **Avoid**
- Google Play Store [](https://tosdr.org/en/service/217)
-
**Instead use**
+✅ **Instead use**
- [F-Droid](https://f-droid.org/) - F-Droid is an installable catalogue of FOSS (Free and Open Source Software) applications for the Android platform.
- [Droid-ify](https://github.com/Iamlooker/Droid-ify) - Lightweight F-Droid client with Material UI.
- [Aurora Droid](https://auroraoss.com/download/#aurora-droid) - Aurora Droid is a modern FOSS client for F-Droid.
@@ -164,30 +168,30 @@
- [Aurora Store](https://auroraoss.com/download/#aurora-store) - Aurora Store is an open-source alternative Google Play Store frontend client with privacy and modern design in mind.
### Android Dialer
-
**Avoid**
+⛔ **Avoid**
Third-party dialers found on the play store. They may contain ads/trackers and may ask for unnecessary permissions.
-
**Instead use**
+✅ **Instead use**
- [Koler](https://github.com/Chooloo/koler) - Uniquely stylized phone app with customizable features.
### Android File Manager
-
**Avoid**
+⛔ **Avoid**
Preinstalled file managers and third-party file manager apps found on the play store. They may contain ads/trackers and may ask for unnecessary permissions.
-
**Instead use**
+✅ **Instead use**
- [Amaze File Manager](https://github.com/TeamAmaze/AmazeFileManager) - Simple and attractive Material Design file manager for Android.
- [Material Files](https://github.com/zhanghai/MaterialFiles) - An open source Material Design file manager, for Android 5.0+.
- [Ghost Commander](https://f-droid.org/packages/com.ghostsq.commander/) - Dual-panel file manager.
### Android Keyboard
-
**Avoid**
+⛔ **Avoid**
- GBoard (Google) [](https://tosdr.org/en/service/217)
- SwiftKey [](https://tosdr.org/en/service/244)
-
**Instead use**
+✅ **Instead use**
- [AnySoftKeyboard](https://anysoftkeyboard.github.io/) - The only Android keyboard you'll ever need. Free as in speech and Free as in beer.
- [FlorisBoard](https://github.com/florisboard/florisboard) - FlorisBoard is a free and open-source keyboard for Android 6.0+ devices. It aims at being modern, user-friendly and customizable while fully respecting your privacy. Currently in early-beta state.
- [Futo Keyboard](https://keyboard.futo.org/) - A modern keyboard that respects your privacy and security, with features such as offline voice input, swipe typing and smart autocorrect.
@@ -203,21 +207,21 @@ Your phone gallery is a deeply personal aspect of your life, it may contain imag
> [!NOTE]
> For a private way to store and backup your photos see [Photo Storage](#photo-storage) section.
-
**Avoid**
+⛔ **Avoid**
- **Google Photos** has privacy issues. They collect a lot of data about you, which you can see in their [privacy policy](https://policies.google.com/privacy?hl=en-US#infocollect). Google can scan your photos and might flag them for different reasons, as shown in this [incident](https://petapixel.com/2022/08/22/google-flags-photos-of-fathers-sick-son-as-child-abuse-informs-police/). They also use your photos to improve their AI technology.
- **Amazon Photos** also has similar privacy problems. Like Google Photos, it gathers a lot of information from your photo gallery. You can see a bit of what kind of data they collect in their [**examples** list](https://www.amazon.com/gp/help/customer/display.html?nodeId=468496&ref_=footer_privacy#GUID-8966E75F-9B92-4A2B-BFD5-967D57513A40__SECTION_87C837F9CCD84769B4AE2BEB14AF4F01).
- **Samsung, Huawei, Xiaomi, etc.** Gallery
-
**Instead use**
+✅ **Instead use**
- [Aves](https://github.com/deckerst/aves) - Beautiful gallery and metadata explorer app, built for Android with Flutter.
- [Fossify Gallery](https://github.com/FossifyOrg/Gallery) - Fork of Simple Gallery. Browse your memories without any interruptions with this photo and video gallery.
### Android Launcher
-
**Avoid**
+⛔ **Avoid**
Third-party launchers found on the play store. They may contain ads/trackers and may ask for unnecessary permissions.
-
**Instead use**
+✅ **Instead use**
- [Lawnchair](https://lawnchair.app/) - No clever tagline needed.
- [OpenLauncher](https://github.com/OpenLauncherTeam/openlauncher) - Customizable and Open Source Launcher for Android.
- [KISS](https://kisslauncher.com/) - Lightning fast, open-source, < 200kb Android launcher.
@@ -228,6 +232,8 @@ Third-party launchers found on the play store. They may contain ads/trackers and
- [Bliss Launcher](https://f-droid.org/en/packages/foundation.e.blisslauncher/) - The default launcher of the /e/ Android-based OS.
It allows users to easily create and browse group of apps and it displays notification badges on app icons.
+[Back to top 🔝](#contents)
+
## Artificial Intelligence
When using cloud-based AI services, the data you input is often collected and stored by the service provider. This may include not only the content of your requests but also metadata, such as timestamps or IP addresses. Third-party servers may grant access to your data to their employees, partners, or even other users, depending on their privacy policies. Data may be used for various purposes, including model training, research, or even marketing activities. Your requests to a third-party AI service may be tied to your user information and payment details, linking your data to your identity.
@@ -256,12 +262,14 @@ Go to the [Text To Speech](#text-to-speech) section.
- [Stable Diffusion](https://github.com/Stability-AI/stablediffusion) - High-Resolution Image Synthesis with Latent Diffusion Models.
- [Stable Diffusion Web UI](https://github.com/AUTOMATIC1111/stable-diffusion-webui) - A browser interface for Stable Diffusion.
+[Back to top 🔝](#contents)
+
## Bookmarking
-
**Avoid**
+⛔ **Avoid**
- Pocket (Formerly Read It Later) - [Bad privacy policy](https://tosdr.org/en/service/384). [Apps have trackers](https://reports.exodus-privacy.eu.org/en/reports/com.ideashower.readitlater.pro/latest/) and requires many permissions.
- Evernote Web Clipper - [Bad privacy policy](https://tosdr.org/en/service/207). [Apps have many trackers](https://reports.exodus-privacy.eu.org/en/reports/com.evernote/latest/) and require too many permissions.
-
**Instead use**
+✅ **Instead use**
- [Grimorie](https://github.com/goniszewski/grimoire) - Modern, open source, self-hosted bookmark manager.
- [LinkAce](https://github.com/Kovah/LinkAce)
- [LinkDing](https://github.com/sissbruecker/linkding)
@@ -273,32 +281,39 @@ Go to the [Text To Speech](#text-to-speech) section.
- [Hypothesis](https://github.com/hypothesis/h/) - Annotate the web, with anyone, anywhere.
- [Kobuddy](https://github.com/karlicoss/kobuddy) - Get your Kobo e-reader device bookmarks and annotations in a .txt file.
+[Back to top 🔝](#contents)
+
## Captchas
-
**Avoid**
+⛔ **Avoid**
Google captchas use cookies to track users and rank their IPs.
- Google reCAPTCHA [](https://tosdr.org/en/service/217)
- hCaptcha [](https://tosdr.org/en/service/2207)
-
**Instead use**
+✅ **Instead use**
- [Altcha.org](https://altcha.org) - Free, open-source and self-hosted CAPTCHA alternative using proof-of-work mechanism.
- [mCaptcha](http://mcaptcha.org/) ([repo](https://github.com/mCaptcha/mCaptcha)) - An open-source CAPTCHA system with seamless UX. mCaptcha uses SHA256 based proof-of-work (PoW) to rate limit users.
+[Back to top 🔝](#contents)
+
## Commenting Engines
-
**Avoid**
+⛔ **Avoid**
- **Disqus** - Many trackers are in their sites. Disqus collects (as per their Privacy Policy): IP address, unique Cookie ID, Device ID, your login data, browser type and version, time zone setting and location, browser plug-in types and versions, operating system and platform and other technology on the devices you use to access the Service.
-
**Instead use**
+✅ **Instead use**
-- [Commento](https://commento.io/) - Commento is a fast, privacy-focused commenting platform. Can be selfhosted or use their SaaS.
+- [Commento](https://commento.io/) - [💀](#icons) Commento is a fast, privacy-focused commenting platform. Can be selfhosted or use their SaaS.
+- [Comentario](https://comentario.app) - Tiny, Privacy-focused, Open-source web comment engine, which adds discussion functionality to plain, boring web pages.
- [Cusdis](https://github.com/djyde/cusdis) - Lightweight, privacy-friendly alternative to Disqus.
- [Disgus](https://github.com/carlitoplatanito/disgus) - Embeddable comments for your website, backed by Nostr. Like Disqus but Nostr.
- [Isso](https://github.com/posativ/isso) - A lightweight, self hosted, commenting server written in Python and JavaScript. It aims to be a drop-in replacement for Disqus.
- [Remark42](https://remark42.com) - Self-hosted, lightweight, and simple (yet functional) comment engine, which doesn't spy on users.
+[Back to top 🔝](#contents)
+
## Cloaking
### Images
- [Fawkes](https://github.com/Shawn-Shan/fawkes) - privacy preserving tool against facial recognition systems.
@@ -308,13 +323,15 @@ Google captchas use cookies to track users and rank their IPs.
### Text
- [Stegcloak](https://stegcloak.surge.sh/) - Hide secrets with invisible characters in plain text securely using passwords ([repo](https://github.com/kurolabs/stegcloak)).
+[Back to top 🔝](#contents)
+
## Cloud Storage
-
**Avoid**
+⛔ **Avoid**
- **Google Drive** - Google owned, so privacy policy is [very bad](https://tosdr.org/en/service/217). The data is stored in their remote servers where you lose control of it. They use trackers. No encryption available.
- **DropBox** - [Bad privacy policy](https://tosdr.org/en/service/270). The app has [various trackers](https://reports.exodus-privacy.eu.org/en/reports/com.dropbox.android/latest/) and requires many permissions.
- **OneDrive** - Microsoft owned, privacy policy is [very bad](https://tosdr.org/en/service/244). The data is stored in their remote servers where you lose control of it. They use trackers. No encryption available.
-
**Instead use**
+✅ **Instead use**
- [Nextcloud](https://nextcloud.com/) - The open source self-hosted productivity platform that keeps you in control.
- [Seafile](https://www.seafile.com/en/home/) - High performance file syncing and sharing. It includes a Wiki, WYSIWYG editing and other knowledge management features.
- [Peergos](https://peergos.org/) - Secure and private space online where you can store, share and view your photos, videos, music and documents. Also includes a calendar, news feed, task lists, chat and email client. Open source and self-hostable.
@@ -327,6 +344,8 @@ Google captchas use cookies to track users and rank their IPs.
- [Rclone](https://rclone.org/) - Rclone is a command line program to manage files on cloud storage. It is a feature rich alternative to cloud vendors' web storage interfaces and like the tools listed above enables encryption for encrypting files in the cloud.
- [Restic](https://restic.net/) - Restic is also command line program to manage files on various cloud storage providers. Restic uses encryption by default. Few noteworthy features of restic include browsing through storage as git like snapshots at no extra storage cost, deduplication and significant savings through compression.
+[Back to top 🔝](#contents)
+
## Creator Tools
Opt for open-source and P2P alternatives that prioritize data privacy, eliminate third-party interference, and offer transparent, community-backed functionalities over mainstream tools like Riverside.fm, Restream and Camtasia.
@@ -335,51 +354,59 @@ Opt for open-source and P2P alternatives that prioritize data privacy, eliminate
- [socialstream.ninja](https://github.com/steveseguin/social_stream#readme) - Consolidate your live social messaging streams and much more.
- [OBS Studio](https://obsproject.com/) - Free and open source software for video recording and live streaming.
+[Back to top 🔝](#contents)
+
## Databases
[](https://tosdr.org/en/service/217)
-
Avoid using privative databases which you don't control such as Google Firebase.
+⛔ Avoid using privative databases which you don't control such as Google Firebase.
-
Instead use
+✅ Instead use
- [Appwrite](https://appwrite.io/) - Secure open-source backend server for web, mobile & Flutter developers.
- [Supabase](https://supabase.io/) - Open source Firebase alternative ([Limited](https://github.com/supabase/supabase/issues/4934) [self-hosting](https://github.com/supabase/supabase/issues/4440#issuecomment-992108832))
- [Pocketbase](https://pocketbase.io/) - Open Source backend in 1 file written in Go.
- [CondensationDB](https://github.com/CondensationDB/Condensation) [Inactive] - Condensation is an open-source zero trust, distributed database enabling to build modern applications while ensuring data ownership and security.
+[Back to top 🔝](#contents)
+
## Developer Tools
- [Beekeeper Studio](https://www.beekeeperstudio.io) - Open Source SQL Editor and Database Manager with a privacy commitment in their mission statement.
### IDEs
-
Avoid using privative IDEs that are full of trackers and telemetry.
+⛔ Avoid using privative IDEs that are full of trackers and telemetry.
-
Instead use
+✅ Instead use
- [Neovim](https://neovim.io/) - Hyperextensible Vim-based text editor.
- [VSCodium](https://vscodium.com/) - Free/Libre Open Source Software Binaries of VSCode. Vscode source code is open source (MIT-licensed), but the product available for download (Visual Studio Code) is licensed under [this not-FLOSS license](https://code.visualstudio.com/license) and contains telemetry/tracking.
+[Back to top 🔝](#contents)
+
## Dating Apps
Apps such as Tinder collect and sell your personal intimate information. Tinder in particular has been found to [charge users up to five times more for same service](https://foundation.mozilla.org/en/blog/new-research-tinders-opaque-unfair-pricing-algorithm-can-charge-users-up-to-five-times-more-for-same-service/), [extrapolate estimations on your intelligence and other psychometrics and sell it to third-parties](https://libreddit.kavin.rocks/r/privacy/comments/k7x4s7/tinder_extrapolates_estimations_on_your/), [it may know more about you than yourself](https://www.theguardian.com/technology/2017/sep/26/tinder-personal-data-dating-app-messages-hacked-sold), and many more bad things you can find on the internet.
-
**Avoid**
+⛔ **Avoid**
- [](https://tosdr.org/en/service/462)
- Grindr
- Badoo
- Lovoo
-
**Instead use**
+✅ **Instead use**
- [Alovoa](https://alovoa.com/) - Free and open-source dating platform that respects your privacy.
+[Back to top 🔝](#contents)
+
## Design Tools
**Adobe**'s dominance in design tools restricts designers' choices and compromises their privacy. Its [lack of Linux support](https://helpx.adobe.com/in/download-install/kb/operating-system-guidelines.html), confines designers to Windows or macOS. Plus, Adobe's [data collection via Creative Cloud](https://tosdr.org/en/service/417) and [trackers](https://reports.exodus-privacy.eu.org/en/reports/com.adobe.psmobile/latest/) further amplifies privacy concerns. They also may be [using users' work to train their AIs](https://mastodon.art/@Krita/109632425661190494), potentially causing intellectual property problems. For these reasons, designers can consider using open-source, privacy-respecting alternatives, bypassing most of these issues.
### InDesign
-
**Instead use**
+✅ **Instead use**
- [Scribus](https://www.scribus.net/) - a free and open-source desktop publishing (DTP) software available for most desktop operating systems. It is designed for layout, typesetting, and preparation of files for professional-quality image-setting equipment. Scribus can also create animated and interactive PDF presentations and forms.
### Photoshop / Illustrator
-
**Instead use**
+✅ **Instead use**
- [GIMP](https://www.gimp.org/) - A free and open-source raster graphics editor used for image manipulation (retouching) and image editing, free-form drawing, transcoding between different image file formats, and more specialized tasks. It is not designed to be used for drawing, though some artists and creators have used it in this way.
- [Inkscape](https://inkscape.org/) - A free and open-source vector graphics editor for GNU/Linux, Windows and macOS. It offers a rich set of features and is widely used for both artistic and technical illustrations such as cartoons, clip art, logos, typography, diagramming and flowcharting.
- [Krita](https://krita.org/) - A free and open-source raster graphics editor designed primarily for digital art and 2D animation.
@@ -387,17 +414,20 @@ Apps such as Tinder collect and sell your personal intimate information. Tinder
### Figma
-
**Instead use**
+✅ **Instead use**
- [Penpot](https://penpot.app/) - Penpot is an Open Source design and prototyping platform for product teams.
+[Back to top 🔝](#contents)
## Domain Registrar
-
Avoid using domain registrars who are privacy invasive.
+⛔ Avoid using domain registrars who are privacy invasive.
-
Instead use
+✅ Instead use
- [OrangeWebsite](https://www.orangewebsite.com/)
- [1984 Hosting](https://www.1984hosting.com/)
+[Back to top 🔝](#contents)
+
## Download Manager
- [Persepolis Download Manager](https://github.com/persepolisdm/persepolis) - Persepolis is a download manager & a GUI for Aria2. It's written in Python. Persepolis is a sample of free and open source software. It's developed for GNU/Linux distributions, BSDs, MacOS, and Microsoft Windows.
@@ -406,6 +436,8 @@ Apps such as Tinder collect and sell your personal intimate information. Tinder
- [Xtreme Download Manager](https://github.com/subhra74/xdm) - Xtreme Download Manager (XDM) is a powerful tool to increase download speeds up to 500%, save streaming videos from YouTube, DailyMotion, Facebook, Vimeo, Google Video and 1000+ other websites, resume broken/dead downloads, schedule and convert downloads.
- [axel](https://github.com/axel-download-accelerator/axel) - Lightweight CLI download accelerator. It supports HTTP, HTTPS, FTP and FTPS protocols.
+[Back to top 🔝](#contents)
+
## Encryption
Remember: Without strong encryption, you will be spied on systematically by lots of people.
@@ -423,11 +455,11 @@ Remember: Without strong encryption, you will be spied on systematically by lots
on the DMCrypt kernel module.
## File Management and Sharing
-
**Avoid**
+⛔ **Avoid**
- **WeTransfer** - [Bad privacy policy](https://tosdr.org/en/service/214). Files are not e2e encrypted. Website has many analytics and trackers.
- **SendAnywhere** - No e2e encryption. Website has loads of analytics and trackers from Facebook, Google, Cloudflare...
-
**Instead use**
+✅ **Instead use**
- [Blaze](https://blaze.now.sh/) - A fast, p2p and radically different way to transfer files.
- [Blindsend](https://github.com/blindnet-io/blindsend) - Open source tool for private, end-to-end encrypted file exchange.
- [Croc](https://github.com/schollz/croc) - Easily and securely send things from one computer to another.
@@ -449,18 +481,20 @@ on the DMCrypt kernel module.
- [Winden](https://winden.app/) - A convenient version of Magic Wormhole you can use from within your browser. No need to install an app.
- [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files.
+[Back to top 🔝](#contents)
+
## Fitness and Health
-
Your health is a **very** important piece of your **private data** and you should care **a lot** about it. Also, health related data is among the most coveted. Please don't use apps from Google, Fitbit, Huawei, Xiaomi or any company that seeks the gathering of your personal data.
+⛔ Your health is a **very** important piece of your **private data** and you should care **a lot** about it. Also, health related data is among the most coveted. Please don't use apps from Google, Fitbit, Huawei, Xiaomi or any company that seeks the gathering of your personal data.
If you need an app for **menstrual cycle tracking** please don't use any apps like Clue, Period Tracker, etc. Those cute pink apps are greedy for your menstrual cycle and intimate life data and will sell it for sure, protect your private life. Check the list below and you will find nice alternatives.
-
**Instead use**
+✅ **Instead use**
### Fitness trackers
--
[Fitotrack](https://codeberg.org/jannis/FitoTrack) - A privacy oriented fitness tracker for Android.
--
[OpenTracks](https://github.com/OpenTracksApp/OpenTracks) - OpenTracks is a sport tracking application that completely respects your privacy.
--
[Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge) - A free and cloudless replacement for your gadget vendors' closed source Android applications.
+- [🤖](#icons) [Fitotrack](https://codeberg.org/jannis/FitoTrack) - A privacy oriented fitness tracker for Android.
+- [🤖](#icons) [OpenTracks](https://github.com/OpenTracksApp/OpenTracks) - OpenTracks is a sport tracking application that completely respects your privacy.
+- [🤖](#icons) [Gadgetbridge](https://codeberg.org/Freeyourgadget/Gadgetbridge) - A free and cloudless replacement for your gadget vendors' closed source Android applications.
### Workout planners
@@ -472,20 +506,22 @@ If you need an app for **menstrual cycle tracking** please don't use any apps li
- [OFF Apps](https://world.openfoodfacts.org/open-food-facts-mobile-app)
### Menstrual cycle trackers
--
[Bluemoon](https://gitlab.com/ngrob/bluemoon-android) - Open source, privacy friendly menstruation tracking app. Your period, your data!
--
[Drip](https://dripapp.org/) - Menstrual cycle and fertility tracking. Everything you enter stays on your device.
+- [🤖](#icons) [Bluemoon](https://gitlab.com/ngrob/bluemoon-android) - Open source, privacy friendly menstruation tracking app. Your period, your data!
+- [🤖](#icons) [Drip](https://dripapp.org/) - Menstrual cycle and fertility tracking. Everything you enter stays on your device.
- [Euki](https://eukiapp.org/) - The period tracker that doesn’t track you.
--
[log28](https://github.com/wildeyedskies/log28) - a (very) simple no-frills period tracker for Android.
--
[Periodical](https://github.com/arnowelzel/periodical) - A calendar to track your menstruation and calculate possible fertile days
+- [🤖](#icons) [log28](https://github.com/wildeyedskies/log28) - a (very) simple no-frills period tracker for Android.
+- [🤖](#icons) [Periodical](https://github.com/arnowelzel/periodical) - A calendar to track your menstruation and calculate possible fertile days
### Medical health
- [Fasten](https://github.com/fastenhealth/fasten-onprem) - Fasten is an open-source, self-hosted, personal/family electronic medical record aggregator, designed to integrate with 1000's of insurances/hospitals/clinics.
+[Back to top 🔝](#contents)
+
## Fonts
-
**Avoid**
+⛔ **Avoid**
- Google Fonts (no selfhosted) [](https://tosdr.org/en/service/217)
-
**Instead use**
+✅ **Instead use**
### Google Fonts Replacements
- [coolLabs Fonts](https://fonts.coollabs.io/) - A privacy-friendly drop-in replacement for Google Fonts.
@@ -493,22 +529,26 @@ If you need an app for **menstrual cycle tracking** please don't use any apps li
- [Velvetyne](https://www.velvetyne.fr/)
- [OpenFoundry](https://open-foundry.com/)
+[Back to top 🔝](#contents)
+
## Forms
-
**Avoid**
+⛔ **Avoid**
- Google Forms [](https://tosdr.org/en/service/217)
-
**Instead use**
+✅ **Instead use**
- [TypeBot](https://typebot.io) - Open-source conversational forms.
- [CryptPad Forms](https://cryptpad.fr/form/) - Part of the Cryptpad end-to-end encrypted and open-source collaboration suite.
- [FramaForms](https://framaforms.org/) - Design your online surveys easily while respecting your audience.
+[Back to top 🔝](#contents)
+
## Games
### Mario Kart
Nintendo [collects user data](https://libreddit.kavin.rocks/r/privacy/comments/qtj9xt/til_nintendo_collects_data_from_switch_owners/), and if you disable it, they can [turn it back on](https://www.altchar.com/game-news/the-latest-nintendo-switch-update-secretly-turns-on-user-data-sharing-adSyV7t35NPg). Also, it has a paid plan that is not accessible to everyone economically.
-
**Instead use**
+✅ **Instead use**
- [SuperTuxKart](https://supertuxkart.net/Main_Page) - A 3D open-source arcade racer with a variety characters, tracks, and modes to play.
- [Sonic Robo Blast 2 Kart](https://mb.srb2.org/addons/srb2kart.2435/) - SRB2Kart is a classic styled kart racer, complete with beautiful courses, and wacky items.
@@ -521,7 +561,7 @@ The game is owned by Microsoft. If this is not enough, you need a Microsoft acco
The game has [telemetry embeded in it since v21w38a which you can't opt-out](https://bugs.mojang.com/browse/MC-237493). Also, [it is tied](https://www.minecraft.net/en-us/terms) to the [Microsoft privacy terms](https://privacy.microsoft.com/en-us/privacystatement) which are a privacy nightmare.
-
**Instead use**
+✅ **Instead use**
- [Minetest](https://www.minetest.net/) - An open source voxel game engine with many features.
- [Mineclonia](https://content.minetest.net/packages/ryvnf/mineclonia/) - Survival sandbox game inspired by Minecraft. Fork of MineClone2 with focus on stability, multiplayer performance and features.
@@ -529,7 +569,7 @@ The game has [telemetry embeded in it since v21w38a which you can't opt-out](htt
If you still want to play Minecraft, you can add some plugins that can help you preserve a bit your privacy. But still consider that you are supporting Microsoft this way.
-
**Instead use**
+✅ **Instead use**
- [No-Chat-Reports](https://github.com/Aizistral-Studios/No-Chat-Reports) - A spigot plugin strips cryptographic signatures from player messages, but it breaks any chat plugin by design.
- [FreedomChat](https://github.com/e-im/FreedomChat) - A great alternative to No-Chat-Reports, since it does not break any chat plugin by design.
- [No-Telemetry](https://github.com/kb-1000/no-telemetry) - Mod that disables the usage data collection, aka telemetry, introduced in Minecraft 1.18 (snapshot 21w38a).
@@ -538,7 +578,7 @@ If you still want to play Minecraft, you can add some plugins that can help you
Nintendo [collects user data](https://libreddit.kavin.rocks/r/privacy/comments/qtj9xt/til_nintendo_collects_data_from_switch_owners/), and if you disable it, they can [turn it back on](https://www.altchar.com/game-news/the-latest-nintendo-switch-update-secretly-turns-on-user-data-sharing-adSyV7t35NPg). Also, it has a paid plan that is not accessible to everyone economically.
-
**Instead use**
+✅ **Instead use**
- [Pokete](https://github.com/lxgr-linux/pokete) - A small terminal based game in the style of a very popular and old game by Gamefreak.
@@ -546,6 +586,8 @@ Nintendo [collects user data](https://libreddit.kavin.rocks/r/privacy/comments/q
- [Sonic Robo Blast 2](https://www.srb2.org/) - Sonic Robo Blast 2 is a 3D open-source Sonic the Hedgehog fangame built using a modified version of the Doom Legacy port of Doom.
+[Back to top 🔝](#contents)
+
## Home Assistants
Don't use Google Home or Alexa. Please don't. Don't gift them to anyone. They open the homes doors to surveillance. They can turn these auto-updating devices into surveillance devices at will.
@@ -557,14 +599,16 @@ Interesting articles: [1](https://www.theguardian.com/technology/2019/oct/09/ale
- Cortana [](https://tosdr.org/en/service/244)
- Siri [](https://tosdr.org/en/service/158)
-
**Instead use**
+✅ **Instead use**
- [Mycroft](https://mycroft.ai/) - The Private and Open Voice Assistant.
- [Home Assistant](https://www.home-assistant.io/) - Open source home automation that puts local control and privacy first.
+[Back to top 🔝](#contents)
+
## Instant Messaging
**Check out [this site](https://www.securemessagingapps.com/) for comparisons*.
-
**Avoid**
+⛔ **Avoid**
- WhatsApp | [](https://tosdr.org/en/service/198)
- Instagram DM | [](https://tosdr.org/en/service/219)
- Facebook Messenger | [](https://tosdr.org/en/service/182)
@@ -572,7 +616,7 @@ Interesting articles: [1](https://www.theguardian.com/technology/2019/oct/09/ale
- Zoom | [](https://tosdr.org/en/service/2198)
- Google Hangouts / Chat | [](https://tosdr.org/en/service/217)
-
**Instead use**
+✅ **Instead use**
### Decentralized
No single point of control or failure. A decentralized network operated by different servers from different volunteers around the globe. You choose where your data stays or you can self-host your own server. Somewhat more complex protocols (because of federation between servers) and some extra metadata is added to the messages (without compromising privacy).
@@ -581,7 +625,7 @@ No single point of control or failure. A decentralized network operated by diffe
- [Element](https://element.io/) - All-in-one secure chat app for teams, friends and organisations. Keeps conversations in your control, safe from data-mining and ads. End-to-end encryption.
- [Cinny](https://cinny.in/) - A Matrix client focusing primarily on simple, elegant and secure interface.
- [Jabber / XMPP (Protocol)](https://xmpp.org/) - The universal and open messaging standard. Tried and tested. Independent. Privacy-focused. E2E encrypted.
- -
[Conversations](https://conversations.im/) - Jabber/XMPP client for Android 4.0+ smartphones that has been optimized to provide a unique mobile experience.
+ - [🤖](#icons) [Conversations](https://conversations.im/) - Jabber/XMPP client for Android 4.0+ smartphones that has been optimized to provide a unique mobile experience.
- [AstraChat](https://astrachat.com/) - Another XMPP client.
- [DeltaChat](https://delta.chat/) - Chat over encrypted e-mail.
- [Session](https://getsession.org/) - Extreme focus on privacy and anonymity. Blockchain technology.
@@ -593,7 +637,7 @@ The service is in charge of running the servers that allow users to communicate.
- [Threema](https://threema.ch/en) - The messenger that puts security and privacy first. Pay once, chat forever. No collection of user data. Open Source client.
- [Signal](https://signal.org/) - Extreme focus on privacy, combined with all of the features you expect. Strong encryption by design. 100% Open Source.
- -
[Molly](https://github.com/mollyim/mollyim-android) - Signal-compatible fork client with some security enhancements.
+ - [🤖](#icons) [Molly](https://github.com/mollyim/mollyim-android) - Signal-compatible fork client with some security enhancements.
### P2P
No servers involved. Everything goes directly from one peer to the other peer. No point of failure or control. The features are reduced because of the lack of server, messaging can be slower. Best option for critical chats.
@@ -603,31 +647,38 @@ No servers involved. Everything goes directly from one peer to the other peer. N
- [Tinfoil Chat](https://github.com/maqp/tfc) - Onion-routed, endpoint secure messaging system.
- [Berty](https://berty.tech/) - The privacy-first messaging app that works with or without internet access, cellular data or trust in the network.
+[Back to top 🔝](#contents)
+
## Link in Bio Tools
- [Keyoxide](https://keyoxide.org/) - A modern, secure and privacy-friendly platform to establish your decentralized online identity.
- [BioDrop](https://github.com/EddieHubCommunity/BioDrop) - Connect to your audience with a single link. Showcase the content you create and your projects in one place. Make it easier for people to find, follow and subscribe.
- [LinkStack](https://linkstack.org/) - Self-hosted open-source Linktree alternative.
+[Back to top 🔝](#contents)
+
## Link Shorteners
-
**Avoid**
+⛔ **Avoid**
- Bit.ly
-
**Instead use**
+✅ **Instead use**
- [MagLit](https://maglit.me) - An encrypted and privacy respecting Link Shortener service that also supports Magnet Links.
+- [Dub](https://github.com/dubinc/dub) - You can self-host Dub.co for greater control over your data and design.
+- [Yourls](https://yourls.org/) - Self hosted URL shortener in PHP.
+[Back to top 🔝](#contents)
## Location tracking
-
**Avoid**
+⛔ **Avoid**
- Google location history [](https://tosdr.org/en/service/217)
- Google FindMyDevice [](https://tosdr.org/en/service/217)
-
**Instead use**
+✅ **Instead use**
### Tracking
- [Nextcloud Phonetrack](https://apps.nextcloud.com/apps/phonetrack) - Nextcloud app to track location history with an [Android app](https://gitlab.com/eneiluj/phonetrack-android) ([other apps also supported](https://gitlab.com/eneiluj/phonetrack-oc/-/wikis/userdoc#logging-methods)). Supports caching positions offline and sending them to the server in batches. The first-party app has good battery saving options.
@@ -639,14 +690,16 @@ No servers involved. Everything goes directly from one peer to the other peer. N
- [Find My Device](https://gitlab.com/Nulide/findmydevice) - Find your Android Device via SMS.
- [GPSlogger](https://github.com/mendhak/gpslogger) - Lightweight GPS Logging Application For Android. No servers, no internet. Saved to a simple file to local storage.
+[Back to top 🔝](#contents)
+
## Mail Services
-
**Avoid**
+⛔ **Avoid**
- Gmail
- Outlook
- Yandex Mail
- Yahoo! Mail
-
**Instead use**
+✅ **Instead use**
### Third-Party owned
- [Forward Email](https://forwardemail.net) - the 100% open-source and privacy-focused email service.
@@ -664,8 +717,8 @@ No servers involved. Everything goes directly from one peer to the other peer. N
### Clients
#### Android / iOS
--
[FairEmail](https://github.com/M66B/FairEmail) - Fully featured, open source, privacy friendly email app for Android.
--
[K9](https://k9mail.app/) - Open Source Email App for Android.
+- [🤖](#icons) [FairEmail](https://github.com/M66B/FairEmail) - Fully featured, open source, privacy friendly email app for Android.
+- [🤖](#icons) [K9](https://k9mail.app/) - Open Source Email App for Android.
#### Desktop
- [Thunderbird](https://www.thunderbird.net) - A free customizable open source email client.
@@ -677,8 +730,10 @@ With email aliases, you can finally create a different identity for each website
- [SimpleLogin](https://github.com/simple-login/app)
- [AnonAddy](https://github.com/anonaddy/anonaddy)
+[Back to top 🔝](#contents)
+
## Maps and Navigation
-
**Avoid**
+⛔ **Avoid**
- Google Maps
- Apple Maps
- Yandex Maps
@@ -688,14 +743,16 @@ With email aliases, you can finally create a different identity for each website
- HERE WeGo
- Petal Maps
-
**Instead use**
+✅ **Instead use**
- [Open Street Map (OSM)](https://www.openstreetmap.org/) - OpenStreetMap is built by a community of mappers that contribute and maintain data about roads, trails, cafés, railway stations, and much more, all over the world.
- [OSMAnd](https://osmand.net/) - Android/iOS Navigation app using OSM. It is a feature-rich app with all you expect.
- [Qwant Maps](https://map.qwant.com/) - An OpenStreetMap-based private Google Maps alternative.
- [Organic Maps](https://organicmaps.app/) - Great offline maps for hikers and cyclists.
+[Back to top 🔝](#contents)
+
## Media Streaming Platforms
-
**Avoid**
+⛔ **Avoid**
- **Amazon Prime** - [Bad privacy policy](https://tosdr.org/en/service/2444). Apps have [Google trackers](https://reports.exodus-privacy.eu.org/en/reports/com.amazon.amazonvideo.livingroom/latest/). Many permissions are required for a streaming app.
- **Netflix** - [Bad privacy policy](https://tosdr.org/en/service/185). Apps have [Google trackers](https://reports.exodus-privacy.eu.org/en/reports/com.amazon.amazonvideo.livingroom/latest/). Many permissions are required for a streaming app.
- **Disney Plus** - [Very bad privacy policy](https://tosdr.org/en/service/2745). Apps have [various trackers](https://reports.exodus-privacy.eu.org/en/reports/com.amazon.amazonvideo.livingroom/latest/). Many permissions are required for a streaming app.
@@ -704,7 +761,7 @@ With email aliases, you can finally create a different identity for each website
- **Deezer** - [Bad privacy policy](https://tosdr.org/en/service/2516). Apps have [many trackers](https://reports.exodus-privacy.eu.org/en/reports/deezer.android.tv/latest/). Way too many permissions are required for a streaming app.
- **SoundCloud** - [Dubitous priavcy policy](https://tosdr.org/en/service/276). Apps have [many trackers](https://reports.exodus-privacy.eu.org/en/reports/com.soundcloud.android/latest/). Way too many permissions are required for a streaming app.
-
**Instead use**
+✅ **Instead use**
#### Video and Audio
- [Jellyfin](https://jellyfin.org/) - Jellyfin is the volunteer-built media solution that puts you in control of your media. Stream to any device from your own server, with no strings attached.
- [Dim](https://github.com/Dusk-Labs/dim) - Dim is a self-hosted media manager. With minimal setup, Dim will organize and beautify your media collections, letting you access and play them anytime from anywhere.
@@ -717,7 +774,7 @@ With email aliases, you can finally create a different identity for each website
- [Koel](https://koel.dev/) - a personal music streaming server that works.
- [Nuclear](https://nuclear.js.org/) - Modern music player focused on streaming from free sources.
- [Navidrome](https://navidrome.org/) - Lightweight, fast and self-contained personal music streamer.
--
[mucke](https://github.com/moritz-weber/mucke) - A music player for local files with unique custom playback options.
+- [🤖](#icons) [mucke](https://github.com/moritz-weber/mucke) - A music player for local files with unique custom playback options.
**Spotify alternative clients**
> These clients, although will have less tracking, still DO NOT protect your privacy at all as you will still be streaming from Spotify servers from you own **premium (paid, identified)** account.
@@ -733,7 +790,7 @@ With email aliases, you can finally create a different identity for each website
\* No premium required.
--
[Blade Player](https://github.com/vhaudiquet/BladePlayer) - Open source Spotify client, works without premium.
+- [🤖](#icons) [Blade Player](https://github.com/vhaudiquet/BladePlayer) - Open source Spotify client, works without premium.
**Youtube Music alternative clients**
@@ -746,21 +803,23 @@ With email aliases, you can finally create a different identity for each website
#### Podcasts
-
**Avoid**
+⛔ **Avoid**
- **Spotify** - [Very bad](https://tosdr.org/en/service/225) privacy policy. They collect tons of data about you: mood, free time, likes, dislikes, friends... Also, their apps have [way too many trackers](https://reports.exodus-privacy.eu.org/en/reports/com.spotify.music/latest/).
- **iVoox** - Their apps are [filled with trackers](https://reports.exodus-privacy.eu.org/en/reports/com.ivoox.app/latest/). Their website has trackers.
- **Audible** - [Very bad](https://tosdr.org/en/service/190) privacy policy. Their app has [many trackers](https://reports.exodus-privacy.eu.org/en/reports/com.audible.application/latest/).
- **Deezer** - [Bad privacy policy](https://tosdr.org/en/service/2516). Apps have [many trackers](https://reports.exodus-privacy.eu.org/en/reports/deezer.android.tv/latest/). Way too many permissions are required for a streaming app.
-
**Instead use**
+✅ **Instead use**
- [Antennapod](https://antennapod.org) - A podcast player that is completely open. Subscribe to any RSS feed.
- [Castopod](https://castopod.org) - Self-host your podcasts with ease, keep control over what you create and talk to your audience without any middleman. Your podcast and your audience belong to you and you only.
- [Funkwhale](https://funkwhale.audio/) - A social platform to enjoy and share audio.
+[Back to top 🔝](#contents)
+
## Notes and Tasks
-
**Avoid**
+⛔ **Avoid**
These providers offer apps and services filled with data trackers. Also, most of them store your notes on their servers and do not offer any kind of encryption.
@@ -771,7 +830,7 @@ These providers offer apps and services filled with data trackers. Also, most of
- Notion
- OneNote
-
**Instead use**
+✅ **Instead use**
- [Anytype](https://www.anytype.io/) - An open-source Notion alternative. E2EE, cloud and local network sync, can be self-hosted.
- [AppFlowy](https://www.appflowy.io/) - Open Source Notion Alternative. You are in charge of your data and customizations.
@@ -792,33 +851,38 @@ These providers offer apps and services filled with data trackers. Also, most of
- [Vikunja](https://vikunja.io) - The open-source to-do app to organize your life.
- [YankNote](https://github.com/purocean/yn) - A Hackable Markdown Note Application for Programmers.
+[Back to top 🔝](#contents)
+
## Music Recognition
-
**Avoid**
+⛔ **Avoid**
- Shazam - It's under [Apple's privacy policy](https://tosdr.org/en/service/158). The android app [has a few Google trackers](https://reports.exodus-privacy.eu.org/en/reports/com.shazam.android/latest/).
- SoundHound - Has way too many [trackers](https://reports.exodus-privacy.eu.org/en/reports/com.melodis.midomiMusicIdentifier.freemium/latest/) for a music recognition app.
- Musicxmatch - The app [has trackers](https://reports.exodus-privacy.eu.org/en/reports/com.musixmatch.android.lyrify/latest/) and requires a dangerous amount of permissions.
-
**Instead use**
+✅ **Instead use**
**Shazam alternative clients**
- [SongRec](https://github.com/marin-m/SongRec) - An open-source Shazam client for Linux, written in Rust.
- [SongID Telegram Bot](https://github.com/smcclennon/SongID) - A Telegram bot that can identify music in audio/video files you send it.
+[Back to top 🔝](#contents)
+
## Office
-
**Avoid**
+⛔ **Avoid**
- Microsoft Office [](https://tosdr.org/en/service/244)
- Google Docs [](https://tosdr.org/en/service/217)
-
**Instead use**
+✅ **Instead use**
- [LibreOffice](https://www.libreoffice.org/) - Free and open source offline office.
- [OnlyOffice](https://www.onlyoffice.com/) - Free and open source online office for collaboration.
- [Cryptpad](https://cryptpad.fr/) - Collaboration suite, encrypted and open-source.
- [Etherpad](https://etherpad.org/) - Highly customizable open source online editor providing collaborative editing in really real-time.
+[Back to top 🔝](#contents)
## Online Phone Providers
@@ -837,9 +901,9 @@ Many websites require phone number verification. These services offer a way to r
## Operating Systems
### Android
-
Try to avoid using Google Android or any Android that has been modified and tuned by any manufacturer such as Xiaomi, Huawei, Samsung, etc. Android is an Open Source project - [AOSP - Android Open Source Project]() - and it has many versions that will respect the user privacy and data and won't share it with private servers from manufacturers or service providers.
+⛔ Try to avoid using Google Android or any Android that has been modified and tuned by any manufacturer such as Xiaomi, Huawei, Samsung, etc. Android is an Open Source project - [AOSP - Android Open Source Project]() - and it has many versions that will respect the user privacy and data and won't share it with private servers from manufacturers or service providers.
-
**Instead use**
+✅ **Instead use**
> [!NOTE]
> **Android app compatibility**:
@@ -868,9 +932,9 @@ These ROMs also offer good priavcy and/or extended support for a wider range of
- [Plasma Mobile](https://www.plasma-mobile.org/) - Plasma, in your pocket. Privacy-respecting, open source and secure phone ecosystem.
- [mobian](https://mobian-project.org/) - Debian for mobile.
### Smart TV
-
Don't use Google's Android TV, LG WebOS or any other privacy-invasive common TV OS that comes preinstalled with your TV.
+⛔ Don't use Google's Android TV, LG WebOS or any other privacy-invasive common TV OS that comes preinstalled with your TV.
-
**Instead use**
+✅ **Instead use**
Currently I am not aware of any privacy-respecting smartTV software. If you are aware of any, please open a Pull Request or an issue.
@@ -882,11 +946,11 @@ The following software is not an **Operating System** but comprises apps that ca
You can also check out [Media Streaming Platforms](https://github.com/pluja/awesome-privacy#media-streaming-platforms) section.
### PC / MacOS
-
**Avoid**
+⛔ **Avoid**
- MS Windows - Owned by Microsoft it is known for collecting many user data and tricking users to own a Microsoft account. If you still want and happen to use Windows 10, you can use [this tool](https://github.com/builtbybel/privatezilla), or [this other tool](https://www.w10privacy.de/english-home/) to see and disable the tons of privacy-invasive settings of MS Windows.
- MacOS.
-
**Instead use**
+✅ **Instead use**
#### [GNU/Linux](https://www.linux.com/what-is-linux/)
GNU/Linux is a family of free (as in freedom and as in free beer) and open source Operating Systems mostly developed by the community. If you don't know where to start these are good options for begginers:
@@ -911,12 +975,14 @@ GNU/Linux is a family of free (as in freedom and as in free beer) and open sourc
- [ReactOS](https://reactos.org/) - ReactOS is an operating system able to run Windows software, Windows drivers that looks-like Windows and is free and open source.
- [RedoxOS](https://www.redox-os.org/) - A WIP project aiming to provide a Unix-like Operating System written in Rust.
+[Back to top 🔝](#contents)
+
## Password Managers
-
**Avoid**
+⛔ **Avoid**
- LastPass
- Dashlane
-
**Instead use**
+✅ **Instead use**
- [Bitwarden](https://bitwarden.com) - An open source cloud based password manager.
- [vaultwarden](https://github.com/dani-garcia/vaultwarden/) - Unofficial Bitwarden compatible self-hosted server, formerly known as bitwarden_rs.
- [KeepassXC](https://keepassxc.org/) - Securely store passwords using industry standard encryption, no sync just storage.
@@ -937,15 +1003,17 @@ These tools are useful when sharing secrets, code snippets or any other kind of
- [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
- [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files.
+[Back to top 🔝](#contents)
+
## Payments
-
**Avoid**
+⛔ **Avoid**
- Visa / Mastercard
- [](https://tosdr.org/en/service/230)
- WeChat
- _insertBigTechHere_Pay
- Bank payments (wire, SEPA, etc)
-
**Instead use**
+✅ **Instead use**
- [Monero](https://www.getmonero.org/) - Monero is cash for a connected world. It's fast, private, untraceable and secure.
- Cash - Use person-to-person payments using physical notes and coins.
@@ -955,6 +1023,8 @@ These tools are useful when sharing secrets, code snippets or any other kind of
- [Sparrow Wallet](https://www.sparrowwallet.com/) - An open source, cross-platform desktop wallet that gives you many privacy-preserving spending tools.
- [Wasabi Wallet](https://www.wasabiwallet.io/) - An open source, non-custodial, privacy-focused Bitcoin wallet available on Desktop.
+[Back to top 🔝](#contents)
+
## Personal Finances
### FIAT
- [Budget Zen](https://budgetzen.net) - Simple and Encrypted Budget Management.
@@ -968,17 +1038,17 @@ These tools are useful when sharing secrets, code snippets or any other kind of
- [ProExpense](https://github.com/arduia/ProExpense/) - A simple free finance note to safely record daily expenses.
### CRYPTO
-
Avoid using any exchange portfolio tracking or any app like Blockfolio as they **do not** respect your privacy in any way.
+⛔ Avoid using any exchange portfolio tracking or any app like Blockfolio as they **do not** respect your privacy in any way.
-
Instead use Rotki, an awesome, feature-rich and open source app:
+✅ Instead use Rotki, an awesome, feature-rich and open source app:
- [Rotki](https://github.com/rotki/rotki) - An awesome portfolio tracking, analytics, accounting and tax reporting application that protects your privacy.
## Photo Editing and Management
-
**Avoid**
+⛔ **Avoid**
- [](https://tosdr.org/en/service/417)
- VSCO
-
**Instead use**
+✅ **Instead use**
#### Web
- [miniPaint](https://github.com/viliusle/miniPaint) - Open Source alternative to Photopea. miniPaint operates directly in the browser. Nothing will be sent to any server. Everything stays in your browser.
@@ -996,13 +1066,15 @@ These tools are useful when sharing secrets, code snippets or any other kind of
- [Scrambled Exif](https://gitlab.com/juanitobananas/scrambled-exif) - Remove Exif data from pictures before sharing them.
- [ImagePipe](https://codeberg.org/Starfish/Imagepipe) - Reduces image size and removes exif-tags when sharing images on android devices.
+[Back to top 🔝](#contents)
+
## Photo Storage
-
**Avoid**
+⛔ **Avoid**
- Google Photos [](https://tosdr.org/en/service/217)
- [Google Photos Takeout Helper](https://github.com/TheLastGimbus/GooglePhotosTakeoutHelper) - Script that organizes the Google Takeout messy archive into one big chronological folder. Use this script to get out of Google Photos :).
- Amazon Photos
-
**Instead use**
+✅ **Instead use**
### Self-hosted
- [Immich (WIP)](https://github.com/alextran1502/immich) - Self-hosted photo and video backup solution directly from your mobile phone.
@@ -1024,6 +1096,8 @@ These tools are useful when sharing secrets, code snippets or any other kind of
- [Photok](https://github.com/leonlatsch/Photok) - Photok is a free Photo-Safe. It stores your photos encrypted on your device and hides them from others.
- [ImageGlass](https://imageglass.org/) - ImageGlass is a lightweight software application whose purpose is to help you view images in a clean and intuitive working environment.
+[Back to top 🔝](#contents)
+
## Privacy Tools
This section is dedicated to some tools that may help users analyze the privacy status on their devices.
@@ -1041,28 +1115,32 @@ This section is dedicated to some tools that may help users analyze the privacy
- [Netguard](https://netguard.me/) - A simple way to block access to the internet per application.
- [RethinkDNS + Firewall](https://github.com/celzero/rethink-app) - An open-source, no-root firewall and DNS changer, with anti-censorship capabilities for Android 6+.
+[Back to top 🔝](#contents)
+
## Remote Access and Control
-
**Avoid**
+⛔ **Avoid**
- TeamViewer
- AnyDesk
-
**Instead use**
+✅ **Instead use**
- [RustDesk](https://rustdesk.com/) - Open-source remote desktop client software, written in Rust. Works out of the box, full control of your data, with no concerns about security.
- [screego](https://screego.net/) - Screen sharing for developers.
- [Remmina](https://remmina.org/) - Remote access screen and file sharing to your desktop (RDP).
- [UltraVNC](https://www.uvnc.com/) - UltraVNC is a powerful, easy to use and free - remote pc access softwares - that can display the screen of another computer (via internet or network) on your own screen.
- [MeshCentral](https://meshcentral.com/) - The open source, multi-platform, self-hosted, feature packed web site for remote device management.
+[Back to top 🔝](#contents)
+
## Search Engines
-
**Avoid**
+⛔ **Avoid**
- [](https://tosdr.org/en/service/217)
- [](https://tosdr.org/en/service/309)
- Bing
- [](https://tosdr.org/en/service/860)
- [](https://tosdr.org/en/service/591)
-
**Instead use**
+✅ **Instead use**
- [Whoogle Search](https://github.com/benbusby/whoogle-search) - A self-hosted, ad-free, privacy-respecting Google metasearch engine.
- [librengine](https://github.com/liameno/librengine) - Privacy Web Search Engine
- [SearX](https://searx.me/) - Privacy-respecting metasearch engine.
@@ -1071,6 +1149,8 @@ This section is dedicated to some tools that may help users analyze the privacy
- [Brave Search](https://search.brave.com) - A privacy respecting search engine with [its own independent index](https://brave.com/search-independence/).
- [Qwant](https://www.qwant.com/) - A zero tracking search engine made and hosted in France, EU.
+[Back to top 🔝](#contents)
+
## Social Networks and Platforms
> [!NOTE]
@@ -1080,7 +1160,7 @@ This section is dedicated to some tools that may help users analyze the privacy
>
> Ideally, we should all move to the fediverse and abandon the centralized and monopolized social networks that are now the most popular (Twitter, Reddit, Instagram...).
>
-> All the apps compatible with the Fediverse (ActivityPub) are marked with a 🧩
+> All the apps compatible with the Fediverse (ActivityPub) are marked with a [🧩](#icons)
> [!NOTE]
> **Alternative frontends and clients**
@@ -1096,27 +1176,27 @@ This section is dedicated to some tools that may help users analyze the privacy
### Blogging platforms (Medium)
-
**Avoid**:
+⛔ **Avoid**:
- **Medium** - website has Google trackers and ads.
- **Blogger** - Google owned, has google trackers and ads.
-
**Alternatives:**
-- [Plume](https://github.com/Plume-org/Plume) 🧩 - Federated blogging application, thanks to ActivityPub.
-- [WriteFreely](https://writefreely.org/) 🧩 - An open source platform for building a writing space on the web.
+✅ **Alternatives:**
+- [Plume](https://github.com/Plume-org/Plume) [🧩](#icons) - Federated blogging application, thanks to ActivityPub.
+- [WriteFreely](https://writefreely.org/) [🧩](#icons) - An open source platform for building a writing space on the web.
-
**Alternative Medium frontends:**
+✅ **Alternative Medium frontends:**
- [Scribe](https://git.sr.ht/~edwardloveall/scribe/) - Medium alternative forntend inspired by Invidious.
### Instagram
[](https://tosdr.org/en/service/219)
-
Don't use Instagram (or at least the official client). Instagram is a very privacy-invasive app with biased results and feeds based on user profiles, it is also used as a manipulation tool and has a lot of censorship going against free speech. Lastly, it has an addictive and toxic UI design.
+⛔ Don't use Instagram (or at least the official client). Instagram is a very privacy-invasive app with biased results and feeds based on user profiles, it is also used as a manipulation tool and has a lot of censorship going against free speech. Lastly, it has an addictive and toxic UI design.
-
**Instead use**
+✅ **Instead use**
**Alternatives to Instagram**
-- [Pixelfed](https://pixelfed.org/) 🧩 - Decentralized, federated and Open Source alternative to Instagram with posts, videos, stories, tags, etc.
+- [Pixelfed](https://pixelfed.org/) [🧩](#icons) - Decentralized, federated and Open Source alternative to Instagram with posts, videos, stories, tags, etc.
### LBRY and Odysee
@@ -1128,9 +1208,9 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
### Quora
-
Quora's website has ads and trackers that are used to get your data which is then sold/shared to third parties. Their [privacy policy](https://tosdr.org/en/service/314) is bad.
+⛔ Quora's website has ads and trackers that are used to get your data which is then sold/shared to third parties. Their [privacy policy](https://tosdr.org/en/service/314) is bad.
-
**Quora alternative frontends (web-based):**
+✅ **Quora alternative frontends (web-based):**
- [Quetre](https://github.com/zyachel/quetre) - Quetre is an alternative front-end to Quora. It enables you to see answers without ads, trackers, and other such bloat.
@@ -1138,43 +1218,43 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
[](https://tosdr.org/en/service/274)
-
Don't use YouTube (or at least the official client). YouTube is very privacy invasive, it generates a very accurate profile based on your interests. Also it is a [radicalization tool](https://www.pcmag.com/news/does-youtubes-algorithm-lead-to-radicalization) which shows [biased content to users](https://arxiv.org/pdf/1908.08313.pdf) in order to get more engagement and to get them to watch more and more content creating an [addiction](https://medium.com/dataseries/how-youtube-is-addictive-259d5c575883). It never shows you [alternative opinions](https://arxiv.org/pdf/1908.08313.pdf) to your ideology/bias. YouTube censors a lot. YouTube collects a LOT of your data: interests, free time, ideology, likes, dislikes, music taste, etc.
+⛔ Don't use YouTube (or at least the official client). YouTube is very privacy invasive, it generates a very accurate profile based on your interests. Also it is a [radicalization tool](https://www.pcmag.com/news/does-youtubes-algorithm-lead-to-radicalization) which shows [biased content to users](https://arxiv.org/pdf/1908.08313.pdf) in order to get more engagement and to get them to watch more and more content creating an [addiction](https://medium.com/dataseries/how-youtube-is-addictive-259d5c575883). It never shows you [alternative opinions](https://arxiv.org/pdf/1908.08313.pdf) to your ideology/bias. YouTube censors a lot. YouTube collects a LOT of your data: interests, free time, ideology, likes, dislikes, music taste, etc.
-
**Instead use**
-- [Peertube](https://joinpeertube.org/en/) 🧩 - A free, open and decentralized alternative to video platforms.
+✅ **Instead use**
+- [Peertube](https://joinpeertube.org/en/) [🧩](#icons) - A free, open and decentralized alternative to video platforms.
- [SimpleerTube](https://simpleertube.metalune.xyz/) - A simple frontend for PeerTube with SepiaSearch [Source](https://git.sr.ht/~metalune/simpleweb_peertube).
- [Odysee](https://odysee.com/) - Odysee is a video platform backed by the creators of lbry and uses the lbry blockchain protocol.
- [DTube](https://github.com/dtube/dtube) - A full-featured video sharing website, decentralized.
-
**YouTube alternative frontends (web-based):**
+✅ **YouTube alternative frontends (web-based):**
- [Invidious](https://github.com/iv-org/invidious) - Alternative and privacy respecting YouTube frontend.
- [Piped](https://github.com/TeamPiped/Piped) - An alternative privacy-friendly YouTube frontend which is efficient by design.
- [ViewTube](https://github.com/viewtube/viewtube-vue) - ViewTube is an alternative privacy-friendly YouTube frontend written in Vue.js
- [Youtube-Local](https://github.com/user234683/youtube-local) - browser-based client for watching Youtube anonymously and with greater page performance.
-
**YouTube alternative clients (apps):**
--
[NewPipe](https://newpipe.net/) - Alternative Android YouTube app. No account needed, privacy respecting, no ads.
+✅ **YouTube alternative clients (apps):**
+- [🤖](#icons) [NewPipe](https://newpipe.net/) - Alternative Android YouTube app. No account needed, privacy respecting, no ads.
- [NewPipe x Sponsorblock](https://github.com/polymorphicshade/NewPipe) - NewPipe fork that incorporates Sponsorblock.
--
[SkyTube](https://github.com/SkyTubeTeam/SkyTube) - Alternative Android YouTube app. No account needed, privacy respecting, no ads.
+- [🤖](#icons) [SkyTube](https://github.com/SkyTubeTeam/SkyTube) - Alternative Android YouTube app. No account needed, privacy respecting, no ads.
- [FreeTube](https://github.com/FreeTubeApp/FreeTube) - FreeTube is an open source desktop YouTube player built with privacy in mind. (Uses Local RSS API or Invidious for backend).
--
[LibreTube](https://github.com/Libre-tube/LibreTube) - An alternative frontend for YouTube, for Android using Piped.
+- [🤖](#icons) [LibreTube](https://github.com/Libre-tube/LibreTube) - An alternative frontend for YouTube, for Android using Piped.
- [Yattee](https://github.com/yattee/yattee) - Alternative YouTube frontend for iOS, tvOS and macOS built with Invidious and Piped.
--
[Clipious](https://github.com/lamarios/clipious) Invidious client for android
+- [🤖](#icons) [Clipious](https://github.com/lamarios/clipious) Invidious client for android
### TikTok
[](https://tosdr.org/en/service/1448)
-
Avoid using TikTok, it is a toxic-designed application that harms not only the user privacy but also user integrity. You can take a read on [these several posts](https://libreddit.kavin.rocks/r/privacy/search?q=tiktok&restrict_sr=on&sort=top&t=all).
+⛔ Avoid using TikTok, it is a toxic-designed application that harms not only the user privacy but also user integrity. You can take a read on [these several posts](https://libreddit.kavin.rocks/r/privacy/search?q=tiktok&restrict_sr=on&sort=top&t=all).
-
**TikTok alternative frontends (web-based):**
+✅ **TikTok alternative frontends (web-based):**
- [ProxiTok](https://github.com/pablouser1/ProxiTok) - Open source alternative frontend for TikTok
### Twitter
[](https://tosdr.org/en/service/195)
-
Avoid using Twitter official app / website. It tracks users and creates user profiles based on what they follow, retweet and like. Twitter harms and violates user privacy with their policies [by default](https://www.eff.org/deeplinks/2017/05/how-opt-out-twitters-new-privacy-settings).
+⛔ Avoid using Twitter official app / website. It tracks users and creates user profiles based on what they follow, retweet and like. Twitter harms and violates user privacy with their policies [by default](https://www.eff.org/deeplinks/2017/05/how-opt-out-twitters-new-privacy-settings).
#### Self-hosted
@@ -1187,11 +1267,11 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
> [!NOTE]
> **Federated social networks**: A federated social network isn't a single website like Twitter or Facebook, it's a network of thousands of communities operated by different organizations and individuals that provide a seamless social media experience.
-- [Mastodon](https://joinmastodon.org/) 🧩 - Free, federated microblogging social network built on open protocols.
+- [Mastodon](https://joinmastodon.org/) [🧩](#icons) - Free, federated microblogging social network built on open protocols.
- [Mastodon Apps](https://joinmastodon.org/apps) - List of Mastodon apps for Android, iOS, Web and Desktop.
-- [Pleroma](https://pleroma.social/) 🧩 - Pleroma is a free, federated social networking server built on open protocols.
+- [Pleroma](https://pleroma.social/) [🧩](#icons) - Pleroma is a free, federated social networking server built on open protocols.
- [Soapbox](https://gitlab.com/soapbox-pub/soapbox-fe) - A frontend for Pleroma with a focus on custom branding and ease of use.
- -
[Husky](https://git.sr.ht/~captainepoch/husky) - Android client for Pleroma and Mastodon.
+ - [🤖](#icons) [Husky](https://git.sr.ht/~captainepoch/husky) - Android client for Pleroma and Mastodon.
#### Alternative Frontends
- [Nitter](https://github.com/zedeus/nitter/wiki/Instances) - Nitter is a free and open source alternative Twitter front-end focused on privacy.
@@ -1203,15 +1283,15 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
[](https://tosdr.org/en/service/194)
-
Try to avoid using Reddit or at least avoid their official clients as they are plenty of trackers, ads and share unnecessary user data with their servers.
+⛔ Try to avoid using Reddit or at least avoid their official clients as they are plenty of trackers, ads and share unnecessary user data with their servers.
-
**Reddit alternatives:**
+✅ **Reddit alternatives:**
- [Aether](https://getaether.net/) - Peer-to-peer ephemeral public communities.
-- [Kbin](https://github.com/ernestwisniewski/kbin) 🧩 - A reddit-like content aggregator and micro-blogging platform for the fediverse.
-- [Lemmy](https://join.lemmy.ml/) 🧩 - A federated and open alternative to Reddit in Rust.
+- [Kbin](https://github.com/ernestwisniewski/kbin) [🧩](#icons) - A reddit-like content aggregator and micro-blogging platform for the fediverse.
+- [Lemmy](https://join.lemmy.ml/) [🧩](#icons) - A federated and open alternative to Reddit in Rust.
- [SaidIt](https://saidit.net/) - Open source Reddit clone.
-
**Privacy respecting Reddit clients:**
+✅ **Privacy respecting Reddit clients:**
- [Libreddit](https://github.com/libreddit/libreddit) - ~Private Reddit front-end written in Rust~ [No longer working - Read here](https://github.com/libreddit/libreddit/issues/840)
- [Redlib](https://github.com/redlib-org/redlib) - An alternative private front-end to Reddit, with its origins in Libreddit.
@@ -1219,9 +1299,9 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
[](https://tosdr.org/en/service/200)
-
Avoid using platforms as Twitch, Patreon, YouTube as they are very privacy-invasive with your viewers (and you!). Instead, you can try using some self-hosted platforms that do take care of everyone's privacy.
+⛔ Avoid using platforms as Twitch, Patreon, YouTube as they are very privacy-invasive with your viewers (and you!). Instead, you can try using some self-hosted platforms that do take care of everyone's privacy.
-
**Alternatives:**
+✅ **Alternatives:**
- [Owncast](https://github.com/owncast/owncast) - Take control over your live stream video by running it yourself. Streaming + chat out of the box.
- [livego](https://github.com/gwuhaolin/livego) - Live video streaming server in golang.
@@ -1229,29 +1309,33 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
[](https://tosdr.org/en/service/265)
-
Read more about the issue with Wikipedia on the [Wikiless manifesto](https://github.com/Metastem/wikiless#why-i-should-use-wikiless-instead-of-wikipedia).
+⛔ Read more about the issue with Wikipedia on the [Wikiless manifesto](https://github.com/Metastem/wikiless#why-i-should-use-wikiless-instead-of-wikipedia).
-
**Alternatives:**
+✅ **Alternatives:**
- [Wikiless](https://wikiless.whateveritworks.org/) - A maintained fork of the free open source alternative Wikipedia front-end focused on privacy [Source Code](https://github.com/Metastem/wikiless). (Original instance: [wikiless.org](https://wikiless.org/), Wikiless repository has been removed by Codeberg, [follow news here](https://orenom.fi/))
+[Back to top 🔝](#contents)
+
### Imgur
[](https://tosdr.org/en/service/325)
-
Imgur website is plenty of bloat, gifs, cookies, javascript and trackers.
+⛔ Imgur website is plenty of bloat, gifs, cookies, javascript and trackers.
-
**Alternatives:**
+✅ **Alternatives:**
- [Imgin](https://git.voidnet.tech/kev/imgin) - A minimalist, tor-friendly, read-only Imgur proxy insipired by software like Invidious, Nitter, and Bibliogram.
- [rimgo](https://codeberg.org/video-prize-ranch/rimgo#instances) - An alternative frontend for Imgur. Read-only, no-js, Based on rimgu and rewritten in Go.
+[Back to top 🔝](#contents)
+
## Teamworking Tools
-
**Avoid**
+⛔ **Avoid**
- [](https://tosdr.org/en/service/206)
- Google Meet [](https://tosdr.org/en/service/217)
- Microsoft Teams [](https://tosdr.org/en/service/244)
- [](https://tosdr.org/en/service/536)
-
**Instead use**
+✅ **Instead use**
- [Zulip](https://zulip.com/) - Chat for distributed teams.
- [Revolt](https://revolt.chat/) - User-first chat platform built with modern web technologies.
- [Twake](https://twake.app/) - Work in a team faster. Twake covers all of your organizational needs through a single platform.
@@ -1266,61 +1350,75 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [See this section for Discord mods and alternative clients](https://github.com/pluja/awesome-privacy/blob/main/README.md#alternative-clientsmodifications-of-discord)
+[Back to top 🔝](#contents)
+
## Speech to Text
- [OpenAI Whisper](https://github.com/openai/whisper) - Whisper is a general-purpose speech recognition model that can be run locally offline. It can transcribe audio from and to multiple languages.
- [whisper.cpp](https://github.com/ggerganov/whisper.cpp) - High-performance inference of OpenAI's Whisper automatic speech recognition (ASR) model.
+ - [Whishper](https://whishper.net) - A whisper frontend with subtitle editing and translation capabilities.
+
+[Back to top 🔝](#contents)
## Text to Speech
-
**Avoid** using tools that run on a 3rd party cloud. Generally you are sending your text and voice data to a 3rd party to process them, which could lead to leaking biometric data such as your voice, or sharing private and / or unnecessary text with the 3rd party.
+⛔ **Avoid** using tools that run on a 3rd party cloud. Generally you are sending your text and voice data to a 3rd party to process them, which could lead to leaking biometric data such as your voice, or sharing private and / or unnecessary text with the 3rd party.
-
**Instead use**
+✅ **Instead use**
- [Bark](https://github.com/suno-ai/bark) - Bark can be run 100% locally and can generate highly realistic, multilingual speech as well as other audio - including music, background noise and simple sound effects.
- [Piper](https://github.com/rhasspy/piper) - A fast, local neural text to speech system that sounds great and is optimized for the Raspberry Pi 4.
- [Espeak](https://github.com/espeak-ng/espeak-ng) - eSpeak NG is an open source speech synthesizer that supports more than hundred languages and accents. Voices will sound rather robotic.
+[Back to top 🔝](#contents)
## Translation
-
**Avoid**
+⛔ **Avoid**
- Google Translate [](https://tosdr.org/en/service/217)
- DeepL
- Bing Translator [](https://tosdr.org/en/service/244)
-
**Text translation**
+✅ **Text translation**
- [Mozilla Translate](https://mozilla.github.io/translate/) - Open Source, runs model locally in your browser.
- [Libretranslate](https://libretranslate.com/) - Open Source Machine Translation - 100% Self-Hosted. No Limits. No Ties to Proprietary Services.
- [Apertium](https://apertium.org/) - A free/open-source machine translation platform, runs offline on your computer
- [Softcatala](https://www.softcatala.org/traductor/) - Open Source Translation tool - Only Catalan/Spanish/English/French (uses apertium)
- [TranslateLocally](https://translatelocally.com/) – Free/open-source neural MT, runs offline on your computer
-
**Alternative Google Translate frontends**
+✅ **Alternative Google Translate frontends**
- [Lingva](https://github.com/TheDavidDelta/lingva-translate) - Alternative front-end for Google Translate. [Demo](https://lingva.ml/).
- [Simplytranslate](https://codeberg.org/ManeraKai/simplytranslate) - Alternative front-end for Google Translate and LibreTranslate. [Demo](https://simplytranslate.org/)
+[Back to top 🔝](#contents)
+
## Uncategorized
- [Skymap](https://skymaponline.net/) - Open online planetarium program.
- [CrowdSec](https://github.com/crowdsecurity/crowdsec) - An open-source, modernized and collaborative fail2ban.
- [Hetty](https://github.com/dstotijn/hetty) - Hetty is an HTTP toolkit for security research. It aims to be an open-source alternative to Burp Suite Pro.
- [Visited](https://github.com/yuis-ice/visited) - Locally collect browsing history over browsers.
+[Back to top 🔝](#contents)
+
## Utilities
- [Deskreen](https://github.com/pavlobu/deskreen) - Turn any device into a secondary screen for your computer.
- [Loggit](https://loggit.net) - Simple and Encrypted Life Tracking & Logging.
+[Back to top 🔝](#contents)
+
## Version Control
-
**Avoid**
+⛔ **Avoid**
- **Github** - [](https://tosdr.org/en/service/297), although the privacy policy is not very bad, it is owned by Microsoft, and it's common knowledge that it uses the code it hosts to train AI models.
-
**Instead use**
+✅ **Instead use**
- [Codeberg](https://codeberg.org/) - Codeberg is a collaboration platform providing Git hosting and services for free and open source software, content and projects.
- [Forgejo](https://forgejo.org/) - Forgejo is a self-hosted lightweight software forge.
- [GitLab](https://about.gitlab.com/) - GitLab a DevOps software package that can develop, secure, and operate software.
- [Radicle](https://radicle.xyz/) - An open source, peer-to-peer code collaboration stack built on Git. Unlike centralized code hosting platforms, there is no single entity controlling the network. Repositories are replicated across peers in a decentralized manner, and users are in full control of their data and workflow.
+[Back to top 🔝](#contents)
+
## Video and Audio Conferencing
-
**Avoid**
+⛔ **Avoid**
- **Zoom** - [Very bad privacy policy](https://tosdr.org/en/service/2198). Apps have [Google trackers](https://reports.exodus-privacy.eu.org/en/reports/us.zoom.videomeetings/latest/). Many permissions required.
- **Skype** - [Very bad privacy policy](https://tosdr.org/en/service/244). Apps have [Google and Microsoft trackers](https://reports.exodus-privacy.eu.org/en/reports/com.skype.insiders/latest/). Way too many permissions required.
@@ -1330,7 +1428,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- **Discord** - [Very bad privacy policy.](https://tosdr.org/en/service/536). Apps have [various trackers](https://reports.exodus-privacy.eu.org/en/reports/com.discord/latest/). Many permissions required.
- Clubhouse
-
**Instead use**
+✅ **Instead use**
- [BigBlueButton](https://bigbluebutton.org/) - BigBlueButton is a web conferencing system designed for online learning.
- [Chitchatter](https://chitchatter.im/) - Secure P2P chat that is serverless, decentralized, and ephemeral. Supports text, audio, video, screen, and file sharing.
- [Jam](https://github.com/jam-systems/jam) - Jam is your own open source Clubhouse for mini conferences, friends, communities.
@@ -1351,31 +1449,35 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Kernel](https://github.com/kernel-mod/electron) - A super small and fast Electron client mod with the most capability, also you need to install a [Discord Utilities](https://github.com/slow/discord-utilities) package to block trackers.
- [Replugged](https://replugged.dev/) - A continuation of the deprecated client mod [Powercord](https://powercord.dev).
- [WebCord](https://github.com/SpacingBat3/WebCord) - A Discord and Fosscord API-less client made with the Electron.
--
[Aliucord](https://github.com/Aliucord/Aliucord) - A modification for the Android Discord app that fully [disables the Discord Tracking](https://github.com/Aliucord/Aliucord/blob/main/Aliucord/src/main/java/com/aliucord/coreplugins/NoTrack.java).
+- [🤖](#icons) [Aliucord](https://github.com/Aliucord/Aliucord) - A modification for the Android Discord app that fully [disables the Discord Tracking](https://github.com/Aliucord/Aliucord/blob/main/Aliucord/src/main/java/com/aliucord/coreplugins/NoTrack.java).
+
+[Back to top 🔝](#contents)
## Video Editing
-
**Avoid**
+⛔ **Avoid**
- [](https://tosdr.org/en/service/417)
- Sony Vegas
- DaVinci Resolve
Such programs come filled with trackers and telemetry. You can get a full list of reasons of why you should **not** use Adobe [here](https://www.gnu.org/proprietary/malware-adobe.html). Almost the same apply for many privative editors.
-
**Instead use**
+✅ **Instead use**
- [kdenlive](https://kdenlive.org/) - Open source video editor. Free and easy to use for any purpose, forever.
- [LosslessCut](https://github.com/mifi/lossless-cut) - LosslessCut aims to be the ultimate cross platform FFmpeg GUI for extremely fast and lossless operations on video, audio, subtitle and other related media files.
- [Olive Video Editor](https://olivevideoeditor.org/) - Free open-source advanced non-linear video editor currently in Alpha state.
- [Shotcut](https://www.shotcut.org/) - Shotcut is a free, open source and simple cross-platform video editor.
+[Back to top 🔝](#contents)
+
## VPNs
-
**Avoid**
+⛔ **Avoid**
- [Free VPNs](https://techcrunch.com/2020/09/24/free-vpn-bad-for-privacy/) from Google Play or any appstore. These services are not free as they will suck your connections' data, keep logs and profile you to [sell your data to advertisers](https://thenextweb.com/news/be-cautious-free-vpns-are-selling-your-data-to-3rd-parties). If a government wants to track someone, such apps will be the first ones to fall.
- Closed source VPN apps such as Surfshark or NordVPN may be less trustworthy as nobody can be sure how they handle your data. Also, paying with Credit Card will get you identified on the payment. Furthermore, if you need to give your email it will also identify you if this same email has been used in other services.
-
**Instead use**
+✅ **Instead use**
Here are some open source and truly private (no personal data and/or credit card needed) options:
@@ -1385,22 +1487,24 @@ Here are some open source and truly private (no personal data and/or credit card
- [Proton VPN](https://protonvpn.com)
- [SPN](https://safing.io/)
+[Back to top 🔝](#contents)
+
## Web Browser
-
**Avoid**
+⛔ **Avoid**
- **Google Chrome** - Owned by google and built upon the open-source Chromium project (also Google-owned). It comes with many privacy-invasive features, it is connected to your Google account most times. It is under [Google's privacy policy](https://tosdr.org/en/service/217) which is known to be very bad. Google is willing to enforce the [Manifest v3](https://www.eff.org/deeplinks/2021/12/chrome-users-beware-manifest-v3-deceitful-and-threatening) which is outright harmful to privacy efforts.
- **Microsoft Edge** - It's a Microsoft-themed version of Chromium with Microsoft trackers instead of Google ones. Under [Microsoft's privacy policy](https://tosdr.org/en/service/244), which is also very bad. If you still want to use it, you can [follow this guide](https://anonymousplanet.org/guide.html#edge-19) to harden it a bit.
- **Opera** - Opera was [acquired by a consortium of Chinese investors](https://en.wikipedia.org/wiki/Opera_(web_browser)#Acquisition_by_Chinese_consortium). The app has [many trackers](https://reports.exodus-privacy.eu.org/de/reports/com.opera.browser/latest/).
-
**Instead use**
+✅ **Instead use**
#### Android / iOS
- [Brave](https://brave.com/) - Android/iOS. Brave offers a pretty good out-of-the-box set of privacy and tracker protections.
- [Firefox](https://www.mozilla.org/en-US/firefox/mobile/) - Android/iOS
- -
[Mull](https://f-droid.org/en/packages/us.spotco.fennec_dos/) - Privacy hardened fork of Firefox for Android, with proprietary blobs removed.
--
[Vanadium](https://vanadium.app/) - Privacy and security enhanced releases of Chromium by GrapheneOS.
--
[Privacy Browser](https://www.stoutner.com/privacy-browser/)
+ - [🤖](#icons) [Mull](https://f-droid.org/en/packages/us.spotco.fennec_dos/) - Privacy hardened fork of Firefox for Android, with proprietary blobs removed.
+- [🤖](#icons) [Vanadium](https://vanadium.app/) - Privacy and security enhanced releases of Chromium by GrapheneOS.
+- [🤖](#icons) [Privacy Browser](https://www.stoutner.com/privacy-browser/)
- [Tor Browser](https://www.torproject.org/) - iOS/Android. Defend yourself against tracking and surveillance and circumvent censorship.
- [Cromite](https://www.cromite.org/) - Cromite is a Chromium fork based on Bromite with built-in support for ad blocking and an eye for privacy.
@@ -1415,6 +1519,8 @@ Here are some open source and truly private (no personal data and/or credit card
> [!TIP]
> It may be interesting to learn what you can do to harden your browser. You can follow this [Hitchhiker’s Guide to Online Anonymity](https://anonymousplanet.org/guide.html#appendix-v1-hardening-your-browsers) section to do it. Please, if you don't understand what you are doing, don't do it as you may be causing more harm than good to your privacy.
+[Back to top 🔝](#contents)
+
### Browser Addons
#### Anti-tracking
@@ -1431,6 +1537,7 @@ Please read about what the addon does before installing. If you don't understand
### Browser Sync
- [xBrowserSync](https://www.xbrowsersync.org/) - Browser syncing as it should be: secure, anonymous and free!
+[Back to top 🔝](#contents)
## Privacy vs Security vs Anonymity
@@ -1449,3 +1556,16 @@ Privacy and anonymity are also not necessarily linked, services like Signal offe
Finally, there are services that may offer all three: anonymity, privacy, and security. The primary focus of this list is to provide alternatives that prioritize privacy. These alternatives give you control over your data and do not collect or sell it.
[Back to top 🔝](#contents)
+
+## Icons
+
+Certainly! Here's the formatted table:
+
+| Icon | Meaning |
+|-------|---------|
+| 💀 | Caution: The development of this service seems to be inactive for a long time. Maybe the project is abandoned. Investigate before use. |
+| ♻️ | The software is a fork: someone has made a copy of the original project (a fork) and started developing it further independently. |
+| 🧩 | The software uses ActivityPub, a decentralized social networking protocol. |
+| 🤖 | Android Only. |
+
+[Back to top 🔝](#contents)
From 4e3f08e9822ec41d4ed671051f9284833cdbf3e9 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Mon, 21 Oct 2024 16:43:02 +0200
Subject: [PATCH 44/52] Added Briefing, updated Jitsi description
---
README.md | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 369d3b1..1b85b11 100644
--- a/README.md
+++ b/README.md
@@ -1430,10 +1430,11 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
✅ **Instead use**
- [BigBlueButton](https://bigbluebutton.org/) - BigBlueButton is a web conferencing system designed for online learning.
+- [Briefing](https://github.com/holtwick/briefing/) - Secure direct video group chat. Only open technologies (such as WebRTC) are used, which work with all modern browsers.
- [Chitchatter](https://chitchatter.im/) - Secure P2P chat that is serverless, decentralized, and ephemeral. Supports text, audio, video, screen, and file sharing.
- [Jam](https://github.com/jam-systems/jam) - Jam is your own open source Clubhouse for mini conferences, friends, communities.
- [Jami](https://jami.net/) - P2P audio and video conferences.
-- [Jitsi Meet](https://meet.jit.si/) - More secure, more flexible, and completely free video conferencing. **No account needed, no installation needed**.
+- [Jitsi Meet]([https://meet.jit.si/](https://github.com/jitsi/jitsi-meet)) - More secure, more flexible, and completely free video conferencing. If you use the official instance, you will need to login. Self-hosting is recommended.
- [Mirotalk P2P](https://p2p.mirotalk.com/) - Free WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
- [Mumble](https://www.mumble.info/) - Mumble is an open source voice communication application with advanced features.
- [PeerCalls](https://peercalls.com/) - Group peer to peer video calls for everyone written in Go and TypeScript.
From f257bff5ddb870b3aadbd8445208b6fb1eb7b9d9 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Mon, 21 Oct 2024 16:43:50 +0200
Subject: [PATCH 45/52] Added Briefing, updated Jitsi description
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 1b85b11..5cc6438 100644
--- a/README.md
+++ b/README.md
@@ -1434,7 +1434,7 @@ Odysee website contains some trackers and is a heavy site. You can use these alt
- [Chitchatter](https://chitchatter.im/) - Secure P2P chat that is serverless, decentralized, and ephemeral. Supports text, audio, video, screen, and file sharing.
- [Jam](https://github.com/jam-systems/jam) - Jam is your own open source Clubhouse for mini conferences, friends, communities.
- [Jami](https://jami.net/) - P2P audio and video conferences.
-- [Jitsi Meet]([https://meet.jit.si/](https://github.com/jitsi/jitsi-meet)) - More secure, more flexible, and completely free video conferencing. If you use the official instance, you will need to login. Self-hosting is recommended.
+- [Jitsi Meet](https://github.com/jitsi/jitsi-meet) - More secure, more flexible, and completely free video conferencing. If you use the official instance, you will need to login. Self-hosting is recommended.
- [Mirotalk P2P](https://p2p.mirotalk.com/) - Free WebRTC - P2P - Simple, Secure, Fast Real-Time Video Conferences Up to 4k and 60fps, compatible with all browsers and platforms.
- [Mumble](https://www.mumble.info/) - Mumble is an open source voice communication application with advanced features.
- [PeerCalls](https://peercalls.com/) - Group peer to peer video calls for everyone written in Go and TypeScript.
From 4c8adb6d161f613a16a4effdad78daffe0511f2f Mon Sep 17 00:00:00 2001
From: Halibut Git Wiz <19535471+HalibutGitWiz@users.noreply.github.com>
Date: Fri, 25 Oct 2024 18:07:41 +0200
Subject: [PATCH 46/52] Added Floccus for bookmarking
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 5cc6438..0517d37 100644
--- a/README.md
+++ b/README.md
@@ -275,6 +275,7 @@ Go to the [Text To Speech](#text-to-speech) section.
- [LinkDing](https://github.com/sissbruecker/linkding)
- [Shiori](https://github.com/go-shiori/shiori)
- [Wallabag](https://wallabag.org/) - Open-source, optionally self-hosted, read it later server. Provides paid hosted service with privacy in mind.
+- [Floccus](https://floccus.org/) - Sync your bookmarks privately across browsers and devices.
### Book and web annotations/highlights management
From 7e9adf6fb81388fcc4c435a587548e891a804ac6 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Fri, 8 Nov 2024 08:47:14 +0100
Subject: [PATCH 47/52] add keep-to-markdown (#485)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0517d37..c2dbf54 100644
--- a/README.md
+++ b/README.md
@@ -825,7 +825,7 @@ With email aliases, you can finally create a different identity for each website
These providers offer apps and services filled with data trackers. Also, most of them store your notes on their servers and do not offer any kind of encryption.
- Google Keep
- - [Google Keep Exporter](https://github.com/vHanda/google-keep-exporter) - Convert your Google Keep notes into a standard markdown + YAML header format.
+ - [Google Keep Exporter](https://github.com/vHanda/google-keep-exporter) or [Keep To Markdown](https://github.com/erikelisath/keep-to-markdown) - Convert your Google Keep notes into a standard markdown + YAML header format.
- Evernote
- Squid
- Notion
From d595abc98e47af2e108d1f31a824bafe3537074a Mon Sep 17 00:00:00 2001
From: Schimon Jehuda
Date: Wed, 20 Nov 2024 12:04:43 +0200
Subject: [PATCH 48/52] Add Blasta
An annotation system which is based upon XMPP PubSub.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index c2dbf54..e917894 100644
--- a/README.md
+++ b/README.md
@@ -279,6 +279,7 @@ Go to the [Text To Speech](#text-to-speech) section.
### Book and web annotations/highlights management
+- [Blasta](https://git.xmpp-it.net/sch/Blasta) - A collaborative bookmarks manager for organizing online content.
- [Hypothesis](https://github.com/hypothesis/h/) - Annotate the web, with anyone, anywhere.
- [Kobuddy](https://github.com/karlicoss/kobuddy) - Get your Kobo e-reader device bookmarks and annotations in a .txt file.
From 6a62e409e5c05ebfeae87b60d8c142862bd93b55 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Mon, 20 Jan 2025 13:05:20 +0100
Subject: [PATCH 49/52] Update Personal Finance: Add shared expenses, more
sections, etc
---
README.md | 50 +++++++++++++++++++++++++++++++++++++++-----------
1 file changed, 39 insertions(+), 11 deletions(-)
diff --git a/README.md b/README.md
index e917894..4df529d 100644
--- a/README.md
+++ b/README.md
@@ -83,6 +83,11 @@
- [Pastebin and Secret Sharing](#pastebin-and-secret-sharing)
- [Payments](#payments)
- [Personal Finances](#personal-finances)
+ - [Full Featured Financial Management](#full-featured-financial-management)
+ - [Budget Management](#budget-management)
+ - [Shared Expenses](#shared-expenses)
+ - [Others](#others)
+ - [Portfolio Trackers](#portfolio-trackers)
- [Photo Editing and Management](#photo-editing-and-management)
- [Photo Storage](#photo-storage)
- [Privacy Tools](#privacy-tools)
@@ -1028,21 +1033,44 @@ These tools are useful when sharing secrets, code snippets or any other kind of
[Back to top 🔝](#contents)
## Personal Finances
-### FIAT
-- [Budget Zen](https://budgetzen.net) - Simple and Encrypted Budget Management.
-- [Debitum](https://github.com/Marmo/debitum) - With Debitum you can track all kinds of IOUs, be it money or lent items.
+
+### Full Featured Financial Management
+
+- [Actual](https://actualbudget.org) - Super fast and privacy-focused app for managing your finances.
+- [Firefly III](https://www.firefly-iii.org/) - A free and open source personal finance manager.
- [GnuCash](https://gnucash.org/) - GnuCash is personal and small-business financial-accounting software, freely licensed under the GNU GPL and available for GNU/Linux, BSD, Solaris, Mac OS X and Microsoft Windows.
-- [IHateMoney](https://ihatemoney.org/) - Manage your shared expenses, easily.
- - [MoneyBuster](https://gitlab.com/eneiluj/moneybuster/) - Android client for Nextcloud Cospend and [IHateMoney](https://ihatemoney.org/) servers.
-- [My Expenses](https://github.com/mtotschnig/MyExpenses) - Featureful GPL licenced Android Expense Tracking App.
-- [Nextcloud Cospend](https://apps.nextcloud.com/apps/cospend) - A group/shared budget manager inspired by the great IHateMoney.
- - [MoneyBuster](https://gitlab.com/eneiluj/moneybuster/) - Android client for Nextcloud Cospend and [IHateMoney](https://ihatemoney.org/) servers.
+- [Maybe](https://maybefinance.com/) - Open Source and secure OS for your personal finances.
+
+### Budget Management
+- [Budget Zen](https://budgetzen.net) - Simple and Encrypted Budget Management.
- [ProExpense](https://github.com/arduia/ProExpense/) - A simple free finance note to safely record daily expenses.
+- [My Expenses](https://github.com/mtotschnig/MyExpenses) - Featureful GPL licenced Android Expense Tracking App.
-### CRYPTO
-⛔ Avoid using any exchange portfolio tracking or any app like Blockfolio as they **do not** respect your privacy in any way.
+### Shared Expenses
-✅ Instead use Rotki, an awesome, feature-rich and open source app:
+⛔ **Avoid**
+
+- Tricount - App size is massive (~200MB) and contains many trackers from Facebook, Google and Huawei.
+- Splitwise - App contains trackers from Google and Amazon.
+
+✅ **Instead use**
+
+- [Spliit](https://github.com/spliit-app/spliit#readme) - Share Expenses with Friends & Family. No ads. No account. Open Source. Forever Free.
+- [PeerSplit](https://github.com/tanayvk/peersplit#readme) - [Website](peersplit.app) - Track and split group expenses. 100% free, 100% private.
+- [SplitPro](https://github.com/oss-apps/split-pro#readme) - [Website](https://splitpro.app) - Split Expenses with your friends for free. An open source alternative to SplitWise.
+- [IHateMoney](https://ihatemoney.org/) - Manage your shared expenses, easily. Lacks unequal splitting.
+ - [MoneyBuster](https://gitlab.com/eneiluj/moneybuster/) - Android client for Nextcloud Cospend and IHateMoney servers.
+- [Nextcloud Cospend](https://apps.nextcloud.com/apps/cospend) - A group/shared budget manager inspired by the great IHateMoney.
+ - [MoneyBuster](https://gitlab.com/eneiluj/moneybuster/) - Android client for Nextcloud Cospend and IHateMoney servers.
+
+### Others
+
+- [Debitum](https://github.com/Marmo/debitum) - With Debitum you can track all kinds of IOUs, be it money or lent items.
+
+### Portfolio trackers
+
+- [Ghostfolio](https://github.com/ghostfolio/ghostfolio#readme) - open source wealth management software built with web technology.
+- [PortfolioPerformance](https://www.portfolio-performance.info/en/) - An open source tool to calculate the overall performance of an investment portfolio-
- [Rotki](https://github.com/rotki/rotki) - An awesome portfolio tracking, analytics, accounting and tax reporting application that protects your privacy.
## Photo Editing and Management
From 1eff10cac33dd5f96dd0f2ff20b4bcb98f759288 Mon Sep 17 00:00:00 2001
From: dillonstreator
Date: Sat, 25 Jan 2025 19:11:44 -0600
Subject: [PATCH 50/52] Add crypt.fyi
Ephemeral zero-knowledge sensitive data sharing platform with web, cli, and chrome-extension clients. It offers a suite of configurations beyond the standard, including IP/CIDR allow-listing and webhooks.
---
README.md | 1 +
1 file changed, 1 insertion(+)
diff --git a/README.md b/README.md
index 4df529d..0679f42 100644
--- a/README.md
+++ b/README.md
@@ -1006,6 +1006,7 @@ GNU/Linux is a family of free (as in freedom and as in free beer) and open sourc
These tools are useful when sharing secrets, code snippets or any other kind of text with others in a private way.
+- [crypt.fyi](https://crypt.fyi) - Ephemeral zero-knowledge sensitive data sharing platform with web, cli, and chrome-extension clients
- [NoPaste](https://github.com/bokub/nopaste) - Open Source pastebin alternative that works with no database, and no back-end code. Instead, the data is compressed and stored entirely in the link that you share, nowhere else.
- [PrivateBin](https://github.com/PrivateBin/PrivateBin) - A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES.
- [Yopass](https://github.com/jhaals/yopass) - Secure sharing of secrets, passwords and files.
From 106f4f3dd5ff0c71d3a98a9ed95e83fff23f29ec Mon Sep 17 00:00:00 2001
From: bitSheriff <44727821+bitSheriff@users.noreply.github.com>
Date: Sun, 23 Feb 2025 15:01:04 +0100
Subject: [PATCH 51/52] added Phil Zimmermann quote
---
misc/QUOTES.md | 2 ++
1 file changed, 2 insertions(+)
diff --git a/misc/QUOTES.md b/misc/QUOTES.md
index e5895e7..16ddfc5 100644
--- a/misc/QUOTES.md
+++ b/misc/QUOTES.md
@@ -14,3 +14,5 @@ Companies that diminish and weaken our privacy are not our friends:
> Ultimately, saying that you don't care about privacy because you have nothing to hide is no different from saying you don't care about freedom of speech because you have nothing to say. Or that you don't care about freedom of the press because you don't like to read. Or that you don't care about freedom of religion because you don't believe in God. Or that you don't care about the freedom to peacably assemble because you're a lazy, antisocial agoraphobe. - Edward Snowden
> Without strong encryption, you will be spied on systematically by lots of people. - Whitfield Diffie
+
+> If privacy is outlawed, only outlaws will have privacy. - [Phil Zimmermann](http://www.philzimmermann.com/EN/essays/WhyIWrotePGP.html)
From 396102a5cd783c26317be496a66a8305bd41dbb6 Mon Sep 17 00:00:00 2001
From: pluja <64632615+pluja@users.noreply.github.com>
Date: Mon, 24 Feb 2025 09:16:21 +0100
Subject: [PATCH 52/52] Replace mull with ironfox (#502)
---
README.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/README.md b/README.md
index 0679f42..4d93e67 100644
--- a/README.md
+++ b/README.md
@@ -1534,7 +1534,7 @@ Here are some open source and truly private (no personal data and/or credit card
#### Android / iOS
- [Brave](https://brave.com/) - Android/iOS. Brave offers a pretty good out-of-the-box set of privacy and tracker protections.
- [Firefox](https://www.mozilla.org/en-US/firefox/mobile/) - Android/iOS
- - [🤖](#icons) [Mull](https://f-droid.org/en/packages/us.spotco.fennec_dos/) - Privacy hardened fork of Firefox for Android, with proprietary blobs removed.
+ - [🤖](#icons) [IronFox](https://gitlab.com/ironfox-oss/IronFox) - Mull browser fork. A hardened fork of Firefox for Android, with proprietary blobs removed.
- [🤖](#icons) [Vanadium](https://vanadium.app/) - Privacy and security enhanced releases of Chromium by GrapheneOS.
- [🤖](#icons) [Privacy Browser](https://www.stoutner.com/privacy-browser/)
- [Tor Browser](https://www.torproject.org/) - iOS/Android. Defend yourself against tracking and surveillance and circumvent censorship.