From b71ac865df17baef429b3e64ffc18215aeffd6e9 Mon Sep 17 00:00:00 2001 From: Stephen Brown II Date: Tue, 9 Mar 2021 14:21:11 -0700 Subject: [PATCH 1/6] Add repo key to degoogle.yml for open-source projects --- _build.js | 18 ++- yaml/degoogle.yml | 397 ++++++++++++++++++++++++++++++---------------- 2 files changed, 280 insertions(+), 135 deletions(-) diff --git a/_build.js b/_build.js index ed7d368..8113445 100644 --- a/_build.js +++ b/_build.js @@ -118,7 +118,10 @@ function generateServiceSection(data) { let text = item.text.trim(); // Append the F-Droid badge to the name - if (item.fdroid) name = name.concat(' ' + fdroidLink(item.fdroid)); + if (item.fdroid) name = name.concat('
', fdroidLink(item.fdroid)); + + // Append the Repo badge to the name + if (item.repo) name = name.concat('
', repoLink(item.repo)); // Build the row let tableItem = `| ${name} | ${eyes} | ${text} |`; @@ -136,7 +139,18 @@ function generateServiceSection(data) { * @param {String} appId The package identifier on F-Droid */ function fdroidLink(appId) { - return `[![F-Droid](https://img.shields.io/f-droid/v/${appId}?style=flat-square)](https://f-droid.org/en/packages/${appId}/)`; + return `[![F-Droid](https://img.shields.io/f-droid/v/${appId}?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/${appId}/)`; +} + +/** + * Returns a badge acting as a link to a source repository for an app. + * @param {String} repo The repository url + */ +function repoLink(repo) { + let repoURL = new URL(repo); + let repoHost = path.basename(repoURL.hostname, path.extname(repoURL.hostname)) + if (repoHost.includes(".")) repoHost = path.extname(repoHost).replace(".", "") + return `[![Repo](https://img.shields.io/badge/open-source-blue?style=flat-square&logo=${repoHost})](${repo})` } /** diff --git a/yaml/degoogle.yml b/yaml/degoogle.yml index 3d95cdf..96161d9 100644 --- a/yaml/degoogle.yml +++ b/yaml/degoogle.yml @@ -15,7 +15,8 @@ web based products: url: https://searx.me/ eyes: null text: | - [Open-source](https://github.com/asciimoo/searx) (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany. + Open-source (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany. + repo: https://github.com/asciimoo/searx - name: MetaGer url: https://metager.org/about eyes: 14 @@ -50,7 +51,8 @@ web based products: url: https://infinitysearch.co/ eyes: 5 text: | - Infinity Search is a privacy metasearch engine that does not log any information about its users. In terms of privacy, it works the same way as DuckDuckGo. It is free to use and is funded by non-tracking advertisements and affiliate links. It is also completely [open-source](https://gitlab.com/infinitysearch/infinity-search). + Infinity Search is a privacy metasearch engine that does not log any information about its users. In terms of privacy, it works the same way as DuckDuckGo. It is free to use and is funded by non-tracking advertisements and affiliate links. It is also completely open-source. + repo: https://gitlab.com/infinitysearch/infinity-search - name: Runnaroo url: https://www.runnaroo.com/ eyes: 5 @@ -82,7 +84,8 @@ web based products: url: https://invidio.us/ eyes: null text: | - An [open-source](https://github.com/omarroth/invidious) front-end alternative to YouTube. Seems to work pretty well from my experience so far, and it hasn't triggered *anything* on my adblocker/privacy extensions. Also offers downloads in many formats for videos (including `.vtt` subtitles). + An open-source front-end alternative to YouTube. Seems to work pretty well from my experience so far, and it hasn't triggered *anything* on my adblocker/privacy extensions. Also offers downloads in many formats for videos (including `.vtt` subtitles). + repo: https://github.com/omarroth/invidious - name: Hooktube url: https://hooktube.com/ eyes: null @@ -92,7 +95,8 @@ web based products: url: https://lbry.com/ eyes: null text: | - A decentralized platform for distributing and supporting creators's work. It aims to be Open, Community driven "digital marketplace". It can be used in a similar way to YouTube: browsing, subscribing to channels, there is a mechanism to send "tips" to creators. Looks up videos based on a blockchain and is [open-source](https://github.com/lbryio) and uncensored. It already has some "larger" creators like Minutephysics, Veritasium, Barnacules and Lunduke. + A decentralized platform for distributing and supporting creators's work. It aims to be Open, Community driven "digital marketplace". It can be used in a similar way to YouTube: browsing, subscribing to channels, there is a mechanism to send "tips" to creators. Looks up videos based on a blockchain and is open-source and uncensored. It already has some "larger" creators like Minutephysics, Veritasium, Barnacules and Lunduke. + repo: https://github.com/lbryio - name: US.TV url: https://us.tv/ eyes: null @@ -102,12 +106,14 @@ web based products: url: https://freetubeapp.io/ eyes: null text: | - [Open-source](https://github.com/FreeTubeApp/FreeTube) desktop YouTube client that uses the Invidio.us API to serve content. + Open-source desktop YouTube client that uses the Invidio.us API to serve content. + repo: https://github.com/FreeTubeApp/FreeTube - name: youtube-local url: https://github.com/user234683/youtube-local eyes: null text: | - [Open-source](https://github.com/user234683/youtube-local) browser-based client for watching Youtube anonymously and with greater page performance. Non-video requests can be routed through Tor. Optionally the videos can be routed through Tor as well. Can be used without Javascript. No server software installation required. Uses self-hosted subscriptions and playlists. + Open-source browser-based client for watching Youtube anonymously and with greater page performance. Non-video requests can be routed through Tor. Optionally the videos can be routed through Tor as well. Can be used without Javascript. No server software installation required. Uses self-hosted subscriptions and playlists. + repo: https://github.com/user234683/youtube-local news: - title: News - name: Local newspaper @@ -124,7 +130,8 @@ web based products: url: https://miniflux.app/ eyes: null text: | - Miniflux is a minimalist and opinionated feed reader. Completely [open-source](https://github.com/miniflux), along with automatically removing pixel trackers. + Miniflux is a minimalist and opinionated feed reader. Completely open-source, along with automatically removing pixel trackers. + repo: https://github.com/miniflux groups: - title: Groups - notes: @@ -133,7 +140,8 @@ web based products: url: https://www.sympa.org/ eyes: null text: | - Sympa is an [open-source](https://github.com/sympa-community/sympa) mailing list manager. It provides advanced features with a rich and secure web interface. + Sympa is an open-source mailing list manager. It provides advanced features with a rich and secure web interface. + repo: https://github.com/sympa-community/sympa - name: GNU Mailman url: https://list.org/ eyes: null @@ -143,7 +151,8 @@ web based products: url: https://discourse.group/ eyes: 5 text: | - Discourse is the 100% [open-source](https://github.com/discourse/discourse) discussion platform built for the next decade of the Internet. Use it as a mailing list, discussion forum, or long-form chat room. + Discourse is the 100% open-source discussion platform built for the next decade of the Internet. Use it as a mailing list, discussion forum, or long-form chat room. + repo: https://github.com/discourse/discourse - name: Groups.io url: https://groups.io/ eyes: 5 @@ -160,12 +169,14 @@ web based products: url: https://apertium.org/ eyes: null text: | - A free, [open-source](https://github.com/apertium/apertium) translation system. + A free, open-source translation system. + repo: https://github.com/apertium/apertium - name: LibreTranslate url: https://libretranslate.com/ eyes: null text: | - A free and [open-source](https://github.com/uav4geo/LibreTranslate) machine-translation API which can be self-hosted. + A free and open-source machine-translation API which can be self-hosted. + repo: https://github.com/uav4geo/LibreTranslate ads: - title: Google Ads/AdMob/AdSense - name: EthicalAds @@ -196,14 +207,16 @@ web based products: url: https://sandstorm.io/ eyes: null text: | - An [open-source](https://github.com/sandstorm-io/sandstorm) self-hosted web hosting platform for a wide set of web applications, including Etherpad (collaborative text editing), Radicale (calendar), Lychee (image hosting), Wekan (Kanban) + An open-source self-hosted web hosting platform for a wide set of web applications, including Etherpad (collaborative text editing), Radicale (calendar), Lychee (image hosting), Wekan (Kanban) + repo: https://github.com/sandstorm-io/sandstorm blogger and sites: - title: Blogger/Sites - name: Joomla url: https://www.joomla.org/ eyes: null text: | - Self-hosted and [open-source](https://github.com/joomla) content management system (CMS). + Self-hosted and open-source content management system (CMS). + repo: https://github.com/joomla - name: Write.as url: https://write.as/ eyes: null @@ -213,12 +226,14 @@ web based products: url: https://wordpress.org/ eyes: null text: | - The [open-source](https://code.trac.wordpress.org/browser/wordpress-sources) version of WordPress. A very popular tool and a recognized name. + The open-source version of WordPress. A very popular tool and a recognized name. + repo: https://code.trac.wordpress.org/browser/wordpress-sources - name: concrete5 url: https://www.concrete5.org/ eyes: 5 text: | - [Open-source](https://github.com/concrete5) CMS. + Open-source CMS. + repo: https://github.com/concrete5 - name: Noblogs url: https://noblogs.org/ eyes: 9 @@ -228,7 +243,8 @@ web based products: url: https://ghost.org/ eyes: null text: | - [Open-source](https://github.com/TryGhost/Ghost) modern CMS. Boasts "over 19x faster than WordPress". Thanks @peterge1998 + Open-source modern CMS. Boasts "over 19x faster than WordPress". Thanks @peterge1998 + repo: https://github.com/TryGhost/Ghost - name: Bear url: https://bearblog.dev/ eyes: 5 @@ -245,7 +261,8 @@ web based products: url: https://matomo.org/ eyes: "9/14" text: | - (Matomo/parent company) - [Open-source](https://github.com/matomo-org/matomo) analytics platform. (thanks u/Newblik) + (Matomo/parent company) - Open-source analytics platform. (thanks u/Newblik) + repo: https://github.com/matomo-org/matomo - name: Fathom url: https://usefathom.com/ eyes: 5 @@ -255,12 +272,14 @@ web based products: url: https://plausible.io/ eyes: 5 text: | - [Open-source](https://github.com/plausible/analytics), privacy-focused web analytics. + Open-source, privacy-focused web analytics. + repo: https://github.com/plausible/analytics - name: GoatCounter url: https://www.goatcounter.com/ eyes: 14 text: | - Simple web statistics. No tracking of personal data. [Open-source](https://github.com/zgoat/goatcounter) and may be self-hosted. Free for non-commercial use; paid plans available. + Simple web statistics. No tracking of personal data. open-source and may be self-hosted. Free for non-commercial use; paid plans available. + repo: https://github.com/zgoat/goatcounter - name: Simple Analytics url: https://simpleanalytics.com/ eyes: 9 @@ -275,7 +294,8 @@ web based products: url: https://github.com/milesmcc/shynet eyes: null text: | - Shynet is a self-hosted analytics tool that doesn't make use of cookies. It is privacy focused and fully [open-source](https://github.com/milesmcc/shynet). Thanks @woutfeys + Shynet is a self-hosted analytics tool that doesn't make use of cookies. It is privacy focused and fully open-source. Thanks @woutfeys + repo: https://github.com/milesmcc/shynet - name: Supabase url: https://supabase.io/ eyes: null @@ -285,22 +305,26 @@ web based products: url: https://goaccess.io/ eyes: null text: | - An [open-source](https://github.com/allinurl/goaccess) web server analysis tool. Installs on your web server (ideally), but works just as well if you download your logs someplace else. Interactive; cursor around in the report and see what's going on. Can generate HTML reports. Can also generate realtime interactive HTML reports if you run it in server mode. Lightweight, only requires UTF-8 support and ncurses (ncursesw, if you want a UTF-8 enabled console). Available in the default package repositories of multiple Linux distros. Thanks @virtadpt + An open-source web server analysis tool. Installs on your web server (ideally), but works just as well if you download your logs someplace else. Interactive; cursor around in the report and see what's going on. Can generate HTML reports. Can also generate realtime interactive HTML reports if you run it in server mode. Lightweight, only requires UTF-8 support and ncurses (ncursesw, if you want a UTF-8 enabled console). Available in the default package repositories of multiple Linux distros. Thanks @virtadpt + repo: https://github.com/allinurl/goaccess - name: Offen url: https://www.offen.dev/ eyes: null text: | - [Open-source](https://github.com/offen/offen) and self-hosted, Offen is a fair and lightweight web analytics alternative that treats operators and users as equal parties. + Open-source and self-hosted, Offen is a fair and lightweight web analytics alternative that treats operators and users as equal parties. + repo: https://github.com/offen/offen - name: Umami url: https://umami.is/ eyes: null text: | - A simple, easy to use, [open-source](https://github.com/mikecao/umami)/self-hosted web analytics solution. + A simple, easy to use, open-source/self-hosted web analytics solution. + repo: https://github.com/mikecao/umami - name: Kindmetrics url: https://kindmetrics.io eyes: "5/14" text: | - An [open-source](https://github.com/kindmetrics) analytics tool. Landing page and company is based in Sweden, CDN in EU, Servers on Digitalocean (USA) datacenter in Germany. + An open-source analytics tool. Landing page and company is based in Sweden, CDN in EU, Servers on Digitalocean (USA) datacenter in Germany. + repo: https://github.com/kindmetrics - name: userTrack url: https://www.usertrack.net/ eyes: null @@ -322,17 +346,20 @@ web based products: url: https://photoprism.pro/ eyes: null text: | - Self-hosted and [open-source](https://github.com/photoprism/photoprism) Personal Photo Management powered by Go and Google TensorFlow. + Self-hosted and open-source Personal Photo Management powered by Go and Google TensorFlow. + repo: https://github.com/photoprism/photoprism - name: ownPhotos url: https://github.com/hooram/ownphotos eyes: null text: | - Self-hosted and [open-source](https://github.com/hooram/ownphotos) Google Photos alternative. + Self-hosted and open-source Google Photos alternative. + repo: https://github.com/hooram/ownphotos - name: Piwigo url: https://piwigo.org/ eyes: 9 text: | - Self-hosted and [open-source](https://github.com/Piwigo) cloud photo manager. You can also sign up for an ["as a service" account](https://piwigo.com). + Self-hosted and open-source cloud photo manager. You can also sign up for an ["as a service" account](https://piwigo.com). + repo: https://github.com/Piwigo - name: JottaCloud url: https://jottacloud.com/ eyes: 9 @@ -352,14 +379,16 @@ web based products: url: https://lycheeorg.github.io/ eyes: null text: | - An [open-source](https://github.com/LycheeOrg/Lychee) self-hosted photo-management tool that includes built-in support for videos. Thanks @m0yP + An open-source self-hosted photo-management tool that includes built-in support for videos. Thanks @m0yP + repo: https://github.com/LycheeOrg/Lychee calendar: - title: Calendar - name: Lightning Calendar (Thunderbird) url: https://www.thunderbird.net/en-US/calendar/ eyes: null text: | - Developed by Mozilla Foundation and [open-source](https://www.thunderbird.net/en-US/get-involved/). Integrates into Thunderbird and SeaMonkey. + Developed by Mozilla Foundation and open-source. Integrates into Thunderbird and SeaMonkey. + repo: https://www.thunderbird.net/en-US/get-involved - name: Tutanota Calendar url: https://tutanota.com/calendar/ eyes: 14 @@ -369,12 +398,14 @@ web based products: url: https://fruux.com/ eyes: 14 text: | - [Open-source](https://fruux.com/opensource/) calendar using "sabre/dav" (FOSS WebDAV, CardDAV, and CalDAV). They mention privacy quite a bit on their site. Very large number of features, and supports nearly every device: Windows, iOS, Linux, Android, BlackBerry, SailFish, and also a webapp for browsers. + Open-source calendar using "sabre/dav" (FOSS WebDAV, CardDAV, and CalDAV). They mention privacy quite a bit on their site. Very large number of features, and supports nearly every device: Windows, iOS, Linux, Android, BlackBerry, SailFish, and also a webapp for browsers. + repo: https://fruux.com/opensource - name: EteSync url: https://www.etesync.com eyes: null text: | - Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. + Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. + repo: https://github.com/etesync - name: Baïkal url: https://sabre.io/baikal/ eyes: null @@ -401,17 +432,20 @@ web based products: url: https://cryptpad.fr/ eyes: 9 text: | - [Open-source](https://github.com/xwiki-labs/cryptpad) "zero knowledge" collaborative cloud editor. They offer Rich Text, Code, Presentation, Sheet (beta), Poll, Kanban, Whiteboard, and CryptDrive. 100% Client side encryption. Tons of useful features. + Open-source "zero knowledge" collaborative cloud editor. They offer Rich Text, Code, Presentation, Sheet (beta), Poll, Kanban, Whiteboard, and CryptDrive. 100% Client side encryption. Tons of useful features. + repo: https://github.com/xwiki-labs/cryptpad - name: Etherpad url: https://etherpad.org/ eyes: null text: | - Self-hosted collaborative editor. Does not use the browser. Not the greatest interface, but it's [open-source](https://github.com/ether) and you have full control over who can see your data. + Self-hosted collaborative editor. Does not use the browser. Not the greatest interface, but it's open-source and you have full control over who can see your data. + repo: https://github.com/ether - name: Cryptee url: https://crypt.ee/ eyes: null text: | - [Open-source](https://github.com/cryptee) and privacy focused photo and document storage/editing. Based in Estonia, so your files are outside the reach of any 14-eyes country. They don't even require an email address to sign up. + Open-source and privacy focused photo and document storage/editing. Based in Estonia, so your files are outside the reach of any 14-eyes country. They don't even require an email address to sign up. + repo: https://github.com/cryptee - name: LibreOffice Online url: https://www.libreoffice.org/download/libreoffice-online/ eyes: 14 @@ -421,7 +455,8 @@ web based products: url: https://www.onlyoffice.com eyes: null text: | - [Open-source](https://github.com/ONLYOFFICE/) private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. + Open-source private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. + repo: https://github.com/ONLYOFFICE - name: Arcane Office url: https://arcaneoffice.com/ eyes: null @@ -433,17 +468,20 @@ web based products: url: https://www.libreoffice.org/ eyes: null text: | - [Open-source](https://www.libreoffice.org/about-us/source-code/) offline document suites. + Open-source offline document suites. + repo: https://www.libreoffice.org/about-us/source-code - name: LyX url: https://www.lyx.org/ eyes: null text: | - It's an [open-source](https://www.lyx.org/Development) (and offline) document processor using TeX/LaTeX. It's different than Docs or Word but amazing, once you get used to it. + It's an open-source (and offline) document processor using TeX/LaTeX. It's different than Docs or Word but amazing, once you get used to it. + repo: https://www.lyx.org/Development - name: ONLYOFFICE url: https://www.onlyoffice.com/ eyes: null text: | - Offline version of ONLYOFFICE, an [open-source](https://github.com/ONLYOFFICE/) private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. Thanks @PalmoliveDev + Offline version of ONLYOFFICE, an open-source private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. Thanks @PalmoliveDev + repo: https://github.com/ONLYOFFICE - name: Cryptee url: https://crypt.ee/ eyes: null @@ -453,7 +491,8 @@ web based products: url: https://calligra.org/ eyes: null text: | - Calligra Suite is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases. (Free and [Open-source](https://calligra.org/get-involved/) Software) + Calligra Suite is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases. (Free and open-source Software) + repo: https://calligra.org/get-involved domains: - title: Domains - name: Njalla @@ -472,7 +511,8 @@ web based products: url: https://owncloud.org/ eyes: null text: | - [Open-source](https://github.com/owncloud) and self-hosted. Provide your own storage. + Open-source and self-hosted. Provide your own storage. + repo: https://github.com/owncloud - name: Nextcloud url: https://nextcloud.com/ eyes: null @@ -482,7 +522,8 @@ web based products: url: https://syncthing.net/ eyes: 9 text: | - An [open-source](https://github.com/syncthing/) continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. + An open-source continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. + repo: https://github.com/syncthing - name: Sia url: https://sia.tech/ eyes: null @@ -507,12 +548,14 @@ web based products: url: https://www.seafile.com eyes: null text: | - [Open-source](https://github.com/haiwen/seafile) and self-hosted file sync&share solution. + Open-source and self-hosted file sync&share solution. + repo: https://github.com/haiwen/seafile - name: Cozy Cloud url: https://cozy.io/ eyes: 9 text: | - French based cloud storage provider with free and paid plans. Can also be self-hosted and is [open-Source](https://github.com/cozy/cozy-stack). And it also offers a collaborative notes editor. + French based cloud storage provider with free and paid plans. Can also be self-hosted and is open-source. And it also offers a collaborative notes editor. + repo: https://github.com/cozy/cozy-stack - name: Mailfence Documents url: https://www.mailfence.com eyes: 14 @@ -534,7 +577,8 @@ web based products: url: https://signal.org/ eyes: 5 text: | - (Open-source)[https://github.com/signalapp] secure messaging. Whistleblower and privacy advocate Edward Snowden recommends Signal. + Open-source secure messaging. Whistleblower and privacy advocate Edward Snowden recommends Signal. + repo: https://github.com/signalapp - name: Tox url: https://tox.chat/ eyes: null @@ -549,7 +593,8 @@ web based products: url: https://element.io/ eyes: 5 text: | - [Open-source](https://github.com/vector-im/) privacy-focused chat service with end-to-end encryption. They offer webapps, desktop apps, iOS, and Android (Play Store and F-Droid). Uses the "Matrix" protocol for decentralized communication. + Open-source privacy-focused chat service with end-to-end encryption. They offer webapps, desktop apps, iOS, and Android (Play Store and F-Droid). Uses the "Matrix" protocol for decentralized communication. + repo: https://github.com/vector-im - name: Threema url: https://threema.ch/en eyes: null @@ -564,7 +609,8 @@ web based products: url: https://jitsi.org/ eyes: 5 text: | - Jitsi is an [open-source](https://github.com/jitsi) secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) + Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) + repo: https://github.com/jitsi - name: Jami url: https://jami.net/ eyes: 5 @@ -574,12 +620,14 @@ web based products: url: https://www.mumble.info/ eyes: null text: | - A free, [open-source](https://github.com/mumble-voip), low latency, high quality voice chat application. + A free, open-source, low latency, high quality voice chat application. + repo: https://github.com/mumble-voip - name: Session url: https://getsession.org/ eyes: null text: | - [Open-source](https://github.com/loki-project?type=source). It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. + Open-source. It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. + repo: https://github.com/loki-project?type=source gmail: - title: Gmail (mail service) - notes: @@ -588,7 +636,8 @@ web based products: url: https://forwardemail.net/ eyes: null text: | - A free and [open-source](https://github.com/forwardemail) email forwarding service focused on a user's right to privacy. + A free and open-source email forwarding service focused on a user's right to privacy. + repo: https://github.com/forwardemail - name: Protonmail url: https://protonmail.com/ eyes: null @@ -598,7 +647,8 @@ web based products: url: https://tutanota.com/ eyes: 14 text: | - [Open-source](https://github.com/tutao/tutanota) and one one of the top rated privacy-focused email providers. Located in Germany. + Open-source and one one of the top rated privacy-focused email providers. Located in Germany. + repo: https://github.com/tutao/tutanota - name: Posteo url: https://posteo.de/en eyes: 14 @@ -623,7 +673,8 @@ web based products: url: https://simplelogin.io/ eyes: null text: | - [Open-source](https://github.com/simple-login/), self-hosted, and privacy focused email forwarding service. + Open-source, self-hosted, and privacy focused email forwarding service. + repo: https://github.com/simple-login - name: Migadu url: https://www.migadu.com/en/index.html eyes: 9 @@ -668,19 +719,22 @@ web based products: url: https://anonaddy.com/ eyes: 9 text: | - [Open-source](https://github.com/anonaddy/anonaddy) Anonymous forwarding email service. Forwarded email can be encrypted (OpenPGP) to prevent Google from reading it. Accepts cryptocurrencies (including Monero). + Open-source Anonymous forwarding email service. Forwarded email can be encrypted (OpenPGP) to prevent Google from reading it. Accepts cryptocurrencies (including Monero). + repo: https://github.com/anonaddy/anonaddy - name: Mail-in-a-Box url: https://mailinabox.email/ eyes: null text: | - [Open-source](https://github.com/mail-in-a-box/mailinabox) self-hosted easy-to-deploy mail server in a box. + Open-source self-hosted easy-to-deploy mail server in a box. + repo: https://github.com/mail-in-a-box/mailinabox keep: - title: Keep - name: Joplin url: https://joplinapp.org/ eyes: null text: | - [Open-source](https://github.com/laurent22/joplin) notes/todo app. Available for Windows, macOS, Linux, Android, and iOS. Also offers a terminal version. It can import Evernote `.enex` files if you use that. It can also sync with Nextcloud (mentioned above). + Open-source notes/todo app. Available for Windows, macOS, Linux, Android, and iOS. Also offers a terminal version. It can import Evernote `.enex` files if you use that. It can also sync with Nextcloud (mentioned above). + repo: https://github.com/laurent22/joplin - name: Standard Notes url: https://standardnotes.org/ fdroid: com.standardnotes @@ -696,12 +750,14 @@ web based products: url: https://www.qownnotes.org/ eyes: null text: | - [Open-source](https://github.com/pbek/QOwnNotes) file editor with Markdown support. (thanks u/maqp2) + Open-source file editor with Markdown support. (thanks u/maqp2) + repo: https://github.com/pbek/QOwnNotes - name: EteSync url: https://www.etesync.com eyes: null text: | - Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. + Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. + repo: https://github.com/etesync - name: GitJournal url: https://gitjournal.io/ eyes: null @@ -716,7 +772,8 @@ web based products: url: https://tiddlywiki.com/ eyes: null text: | - An [open-source](https://github.com/Jermolene/TiddlyWiki5) personal note-taking system that can run in the browser as a single HTML file or as a NodeJS application. It can be stored locally on a hard drive or removable drive, self-hosted on one's own server, or use various web-based storage options. + An open-source personal note-taking system that can run in the browser as a single HTML file or as a NodeJS application. It can be stored locally on a hard drive or removable drive, self-hosted on one's own server, or use various web-based storage options. + repo: https://github.com/Jermolene/TiddlyWiki5 music tv movies: - title: Play Music, Movies, & TV - notes: @@ -728,7 +785,8 @@ web based products: url: https://jellyfin.org/ eyes: null text: | - [Open-source](https://github.com/jellyfin) alternative to the Play media services. You do need to provide your own content, however. In active development with frequent updates (to the source, that is). + Open-source alternative to the Play media services. You do need to provide your own content, however. In active development with frequent updates (to the source, that is). + repo: https://github.com/jellyfin - name: Funkwhale url: https://funkwhale.audio/ eyes: null @@ -738,7 +796,8 @@ web based products: url: https://airsonic.github.io/ eyes: null text: | - Self-hosted [open-source](https://github.com/airsonic/airsonic) media streamer. Has features for transcoding audio on-the-fly for "virtually any audio format". You can also set bandwidth limits if you need to. Looks very powerful. + Self-hosted open-source media streamer. Has features for transcoding audio on-the-fly for "virtually any audio format". You can also set bandwidth limits if you need to. Looks very powerful. + repo: https://github.com/airsonic/airsonic - name: Music Player Daemon url: https://www.musicpd.org/ eyes: null @@ -748,7 +807,8 @@ web based products: url: https://popcorntime.sh/ eyes: null text: | - [Open-source](https://github.com/popcorn-official) software for desktop and mobile that let you easily stream movie/TV torrents. **Be careful if your country or ISP has policies against torrenting, a VPN is recommended.** Thanks @je-vv + Open-source software for desktop and mobile that let you easily stream movie/TV torrents. **Be careful if your country or ISP has policies against torrenting, a VPN is recommended.** Thanks @je-vv + repo: https://github.com/popcorn-official - name: Nuclear Music Player url: https://nuclear.js.org/ eyes: null @@ -758,12 +818,14 @@ web based products: url: https://www.tribler.org/ eyes: null text: | - [Open-source](https://github.com/Tribler/tribler) peer-to-peer file sharing that provides a "Youtube"-like streaming experience. Tribler uses Tor-like onion routing to protect the privacy of its users. + Open-source peer-to-peer file sharing that provides a "Youtube"-like streaming experience. Tribler uses Tor-like onion routing to protect the privacy of its users. + repo: https://github.com/Tribler/tribler - name: Ampache url: http://ampache.org/ eyes: null text: | - [Open-source](https://github.com/ampache/ampache) and self-hosted web based media manager and media server. API available to allow usage on various platforms. On-the-fly transcoding available. Supports both music and video. + Open-source and self-hosted web based media manager and media server. API available to allow usage on various platforms. On-the-fly transcoding available. Supports both music and video. + repo: https://github.com/ampache/ampache fonts: - title: Fonts - name: Open Font Library @@ -775,29 +837,34 @@ web based products: url: https://google-webfonts-helper.herokuapp.com/fonts eyes: 5 text: | - Hassle-free way for webmasters to self-host [open-source](https://github.com/majodev/google-webfonts-helper) fonts from Google Fonts + Hassle-free way for webmasters to self-host open-source fonts from Google Fonts + repo: https://github.com/majodev/google-webfonts-helper - name: Brick url: https://brick.im eyes: 9 text: | - [Open-source](https://github.com/alfredxing/brick) fonts that work in a very similar way to Google fonts. Most of the fonts render nicer than Google Fonts. + Open-source fonts that work in a very similar way to Google fonts. Most of the fonts render nicer than Google Fonts. + repo: https://github.com/alfredxing/brick classroom: - title: Classroom - name: Moodle url: https://moodle.org/ eyes: null text: | - Self-hosted [open-source](https://github.com/moodle/moodle) Classroom software for schools. Very powerful. Thanks @jankapunkt + Self-hosted open-source Classroom software for schools. Very powerful. Thanks @jankapunkt + repo: https://github.com/moodle/moodle - name: ILIAS url: https://www.ilias.de/en/ eyes: null text: | - Another self-hosted [open-source](https://github.com/ILIAS-eLearning/ILIAS) classroom software. Thanks again to @jankapunkt + Another self-hosted open-source classroom software. Thanks again to @jankapunkt + repo: https://github.com/ILIAS-eLearning/ILIAS - name: Canvas url: https://www.instructure.com/canvas eyes: null text: | - Paid service by Instructure. Also available as a self-hosted, [open-source](https://github.com/instructure/canvas-lms) option. To ensure privacy, use the self-hosted option. + Paid service by Instructure. Also available as a self-hosted, open-source option. To ensure privacy, use the self-hosted option. + repo: https://github.com/instructure/canvas-lms maps: - title: Maps/Street View - name: OpenStreetMap @@ -821,7 +888,8 @@ web based products: url: https://transportr.app/ eyes: null text: | - An [open-source](https://github.com/grote/Transportr) Transit app on Android that takes information from several providers (e.g Deutsche Bahn in Germany) and enables you to use them in the app. Visualises the routes on an online OpenStreetMap map. Works in most of Western-Europe, as well as the USA, Australia, Canada, New Zealand, Brazil, Nicaragua, Costa Rica, the UAE and Ghana. **Beware: most information-providers only have beta or alpha support, it may be a good idea to keep a second app as a fallback option** + An open-source Transit app on Android that takes information from several providers (e.g Deutsche Bahn in Germany) and enables you to use them in the app. Visualises the routes on an online OpenStreetMap map. Works in most of Western-Europe, as well as the USA, Australia, Canada, New Zealand, Brazil, Nicaragua, Costa Rica, the UAE and Ghana. **Beware: most information-providers only have beta or alpha support, it may be a good idea to keep a second app as a fallback option** + repo: https://github.com/grote/Transportr trends: - title: Trends forms: @@ -848,22 +916,26 @@ operating systems: url: https://www.lineageos.org/ eyes: 5 text: | - [Open-source](https://github.com/lineageos) and based on Android, but without the crap. + Open-source and based on Android, but without the crap. + repo: https://github.com/lineageos - name: SailfishOS url: https://sailfishos.org/ eyes: null text: | - Privacy-focused mobile OS by Jolla with a proprietary UI and Android compatibility layer on top of an [open-source](http://releases.sailfishos.org/sources/) Mer GNU/Linux base. + Privacy-focused mobile OS by Jolla with a proprietary UI and Android compatibility layer on top of an open-source Mer GNU/Linux base. + repo: http://releases.sailfishos.org/sources - name: GrapheneOS url: https://grapheneos.org/ eyes: null text: | - [Open-source](https://github.com/GrapheneOS) Android-based OS with an emphasis on security and privacy. Features advanced hardening and privacy protections throughout the system. + Open-source Android-based OS with an emphasis on security and privacy. Features advanced hardening and privacy protections throughout the system. + repo: https://github.com/GrapheneOS - name: postmarketOS url: https://postmarketos.org/ eyes: null text: | - [Open-source](https://gitlab.com/postmarketOS) mobile Linux OS. Can install different user interfaces such as [Plasma Mobile](https://www.plasma-mobile.org/). Thanks @okias + Open-source mobile Linux OS. Can install different user interfaces such as [Plasma Mobile](https://www.plasma-mobile.org/). Thanks @okias + repo: https://gitlab.com/postmarketOS - name: Replicant url: https://replicant.us/ eyes: 5 @@ -873,7 +945,8 @@ operating systems: url: https://calyxos.org/ eyes: null text: | - [Open-source](https://gitlab.com/CalyxOS) Android-based OS with an emphasis on security and privacy. Provides good combination of privacy and security together with usability. Optional support for MicroG. + Open-source Android-based OS with an emphasis on security and privacy. Provides good combination of privacy and security together with usability. Optional support for MicroG. + repo: https://gitlab.com/CalyxOS chromeos: - title: Chrome OS - name: GalliumOS @@ -915,7 +988,8 @@ operating systems: url: https://ghostbsd.org/ eyes: null text: | - This is a secure [open-source](https://github.com/GhostBSD) OS based on FreeBSD, preconfigured to be a sane desktop environment for all users. + This is a secure open-source OS based on FreeBSD, preconfigured to be a sane desktop environment for all users. + repo: https://github.com/GhostBSD - name: Any other form of Linux url: https://www.linuxfoundation.org/ eyes: null @@ -927,7 +1001,8 @@ operating systems: url: https://asteroidos.org/ eyes: 14 text: | - The cleanest (and only) [open-source](https://github.com/AsteroidOS/) alternative for Wear OS. Make sure you buy a watch that supports it! + The cleanest (and only) open-source alternative for Wear OS. Make sure you buy a watch that supports it! + repo: https://github.com/AsteroidOS android auto: - title: Android Auto android tv: @@ -941,7 +1016,8 @@ operating systems: url: https://osmc.tv/ eyes: null text: | - Free, [open-source](https://github.com/osmc/osmc) media center OS. Kodi is pre-installed. Thanks to @g4rret and @lgiard for clarifying the difference between Kodi and OSMC! + Free, open-source media center OS. Kodi is pre-installed. Thanks to @g4rret and @lgiard for clarifying the difference between Kodi and OSMC! + repo: https://github.com/osmc/osmc desktop applications: chrome: - title: Chrome @@ -988,17 +1064,20 @@ desktop applications: url: https://www.vim.org/ eyes: null text: | - [Open-source](https://github.com/vim/vim) text editor. Thanks @moon-chilled + Open-source text editor. Thanks @moon-chilled + repo: https://github.com/vim/vim - name: Emacs url: https://www.gnu.org/software/emacs/ eyes: null text: | - Another [open-source](https://github.com/emacs-mirror/emacs) text editor. Thanks @moon-chilled + Another open-source text editor. Thanks @moon-chilled + repo: https://github.com/emacs-mirror/emacs - name: Atom url: https://atom.io/ eyes: null text: | - Atom is a free and [open-source](https://github.com/atom/atom) text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies. (From [Wikipedia](https://en.wikipedia.org/wiki/Atom_(text_editor))) Thanks @woutfeys + Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies. (From [Wikipedia](https://en.wikipedia.org/wiki/Atom_(text_editor))) Thanks @woutfeys + repo: https://github.com/atom/atom mobile applications: play store: - title: Play Store @@ -1059,7 +1138,8 @@ mobile applications: url: https://www.bromite.org/ eyes: null text: | - Privacy-focused/[open-source](https://github.com/bromite/bromite) build of Chromium with built-in ad blocking. (thanks u/SupremeLisper) + Privacy-focused/open-source build of Chromium with built-in ad blocking. (thanks u/SupremeLisper) + repo: https://github.com/bromite/bromite calculator: - title: Calculator - name: Simple Calculator @@ -1072,13 +1152,15 @@ mobile applications: url: https://github.com/tranleduy2000/ncalc eyes: null text: | - [Open-source](https://github.com/tranleduy2000/ncalc) feature-rich calculator. App itself is no longer in development, but the developer does [encourage pull requests](https://github.com/tranleduy2000/ncalc#calculator-n---powerful-calculator-for-android). I've used it frequently and it works great. Not on F-Droid, but a 3rd party play store can probably find it; or the APK's are available as releases on GitHub. You can also compile from source. + Open-source feature-rich calculator. App itself is no longer in development, but the developer does [encourage pull requests](https://github.com/tranleduy2000/ncalc#calculator-n---powerful-calculator-for-android). I've used it frequently and it works great. Not on F-Droid, but a 3rd party play store can probably find it; or the APK's are available as releases on GitHub. You can also compile from source. + repo: https://github.com/tranleduy2000/ncalc - name: Calculator++ url: https://github.com/Bubu/android-calculatorpp fdroid: org.solovyev.android.calculator eyes: null text: | - [Open-source](https://github.com/Bubu/android-calculatorpp) calculator packed with features. Thanks @ghost + Open-source calculator packed with features. Thanks @ghost + repo: https://github.com/Bubu/android-calculatorpp calendar: - title: Calendar - name: DAVx⁵ @@ -1086,7 +1168,8 @@ mobile applications: fdroid: at.bitfire.davdroid eyes: null text: | - DAVx⁵ is an [open-source](https://gitlab.com/bitfireAT/davx5-ose) CalDAV/CardDAV suite and sync app for Android. + DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. + repo: https://gitlab.com/bitfireAT/davx5-ose - name: ICSx⁵ url: https://icsx5.bitfire.at/ fdroid: at.bitfire.icsdroid @@ -1103,19 +1186,22 @@ mobile applications: fdroid: ws.xsoh.etar eyes: null text: | - [Open-source](https://github.com/xsoh/Etar-Calendar) material design Calendar that integrates with the Android Calendar API. Can integrate with CalDAV/CardDAV servers. + Open-source material design Calendar that integrates with the Android Calendar API. Can integrate with CalDAV/CardDAV servers. + repo: https://github.com/xsoh/Etar-Calendar - name: Simple Calendar url: https://github.com/SimpleMobileTools/Simple-Calendar fdroid: com.simplemobiletools.calendar.pro eyes: null text: | - [Open-source](https://github.com/SimpleMobileTools/Simple-Calendar). Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. + Open-source. Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. + repo: https://github.com/SimpleMobileTools/Simple-Calendar - name: EteSync url: https://www.etesync.com fdroid: com.etesync.syncadapter eyes: null text: | - Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. + Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. + repo: https://github.com/etesync camera: - title: Camera - name: Open Camera @@ -1123,7 +1209,8 @@ mobile applications: fdroid: net.sourceforge.opencamera eyes: null text: | - [Open-source](https://sourceforge.net/p/opencamera/code/ci/master/tree/) camera for Android. Thanks @je-vv + Open-source camera for Android. Thanks @je-vv + repo: https://sourceforge.net/p/opencamera/code/ci/master/tree clock: - title: Clock - name: Clock + @@ -1131,7 +1218,8 @@ mobile applications: fdroid: com.philliphsu.clock2 eyes: null text: | - [Open-source](https://github.com/philliphsu/ClockPlus) Alarm clock, timer, and stop watch. + Open-source Alarm clock, timer, and stop watch. + repo: https://github.com/philliphsu/ClockPlus - name: Simple Alarm Clock url: https://github.com/yuriykulikov/AlarmClock eyes: null @@ -1147,7 +1235,8 @@ mobile applications: fdroid: me.jfenn.alarmio eyes: null text: | - An [open-source](https://github.com/fennifith/Alarmio) simple alarm clock that implements many useful features while following regular design standards to ensure that it is quick and intuitive to use. + An open-source simple alarm clock that implements many useful features while following regular design standards to ensure that it is quick and intuitive to use. + repo: https://github.com/fennifith/Alarmio contacts: - title: Contacts - name: Fruux (mobile app) @@ -1160,19 +1249,22 @@ mobile applications: fdroid: com.simplemobiletools.contacts.pro eyes: null text: | - [Open-source](https://github.com/SimpleMobileTools/Simple-Contacts). Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. + Open-source. Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. + repo: https://github.com/SimpleMobileTools/Simple-Contacts - name: Open Contacts url: https://gitlab.com/sultanahamer/OpenContacts/-/blob/HEAD/README.md eyes: null fdroid: opencontacts.open.com.opencontacts text: | - [Open-source](https://gitlab.com/sultanahamer/OpenContacts/) contacts. (thanks u/consentio) + Open-source contacts. (thanks u/consentio) + repo: https://gitlab.com/sultanahamer/OpenContacts - name: EteSync url: https://www.etesync.com fdroid: com.etesync.syncadapter eyes: null text: | - Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. + Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. + repo: https://github.com/etesync messages: - title: Android Messages (specifically SMS/MMS, not IM) - name: QKSMS @@ -1180,19 +1272,21 @@ mobile applications: fdroid: com.moez.QKSMS eyes: null text: | - [Open-source](https://github.com/moezbhatti/qksms). Very clean and feature rich SMS app. Available on F-Droid. + Open-source. Very clean and feature rich SMS app. Available on F-Droid. + repo: https://github.com/moezbhatti/qksms - name: Silence.im url: https://silence.im/ fdroid: org.smssecure.smssecure eyes: null text: | - [Open-source](https://silence.im/contribute/) and utilizes Signal's encryption protocol. Seamlessly works with SMS. End-to-end encryption with other Silence users. Available on F-Droid. + Open-source and utilizes Signal's encryption protocol. Seamlessly works with SMS. End-to-end encryption with other Silence users. Available on F-Droid. + repo: https://silence.im/contribute - name: Signal url: https://signal.org/ eyes: null text: | - [Open-source](https://github.com/signalapp). Signal possesses SMS/MMS capabilities on Android. Using it as your default SMS app has the advantage of having your SMS and your online-messaging-service integrated within one app. Doing so will also show stats within the app of how many messages you send are encrypted, and offers to send invites to your contacts. - Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. + Open-source. Signal possesses SMS/MMS capabilities on Android. Using it as your default SMS app has the advantage of having your SMS and your online-messaging-service integrated within one app. Doing so will also show stats within the app of how many messages you send are encrypted, and offers to send invites to your contacts.

Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. + repo: https://github.com/signalapp gboard: - title: Gboard (Google Keyboard) - name: AnySoftKeyboard @@ -1200,30 +1294,35 @@ mobile applications: fdroid: com.menny.android.anysoftkeyboard eyes: null text: | - [Open-source](https://github.com/AnySoftKeyboard/AnySoftKeyboard) keyboard. Available on F-Droid. + Open-source keyboard. Available on F-Droid. + repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard - name: Hacker's Keyboard url: https://github.com/klausw/hackerskeyboard fdroid: org.pocketworkstation.pckeyboard eyes: null text: | - Also [open-source](https://github.com/klausw/hackerskeyboard). Very useful for developers or sysadmins on the go. + Also open-source. Very useful for developers or sysadmins on the go. + repo: https://github.com/klausw/hackerskeyboard - name: kboard url: https://github.com/adgad/kboard fdroid: com.adgad.kboard eyes: null text: | - [Open-source](https://github.com/adgad/kboard). Has features for phrases, "lenny faces", macros and more. **Note**: Project [appears to be abandoned](https://github.com/adgad/kboard/issues/16). + Open-source. Has features for phrases, "lenny faces", macros and more. **Note**: Project [appears to be abandoned](https://github.com/adgad/kboard/issues/16). + repo: https://github.com/adgad/kboard - name: Simple Keyboard url: https://github.com/rkkr/simple-keyboard fdroid: rkr.simplekeyboard.inputmethod eyes: null text: | - [Open-source](https://github.com/rkkr/simple-keyboard) keyboard. + Open-source keyboard. + repo: https://github.com/rkkr/simple-keyboard - name: Indic Keyboard url: https://gitlab.com/indicproject/indic-keyboard eyes: null text: | - [Open-source](https://gitlab.com/indicproject/indic-keyboard) keyboard that supports many languages that other keyboards sometimes don't support. Not on F-Droid, but can be built from source or possibly through a Play Store alternative. + Open-source keyboard that supports many languages that other keyboards sometimes don't support. Not on F-Droid, but can be built from source or possibly through a Play Store alternative. + repo: https://gitlab.com/indicproject/indic-keyboard - name: OpenBoard url: https://github.com/dslul/openboard fdroid: org.dslul.openboard.inputmethod.latin @@ -1235,13 +1334,15 @@ mobile applications: fdroid: dev.patrickgold.florisboard eyes: null text: | - An [open-source](https://github.com/florisboard/florisboard) keyboard aimed at providing you with an easy way to type while respecting your privacy (this project is currently in alpha stage). + An open-source keyboard aimed at providing you with an easy way to type while respecting your privacy (this project is currently in alpha stage). + repo: https://github.com/florisboard/florisboard - name: 8VIM url: https://www.8vim.com/ fdroid: inc.flide.vi8 eyes: null text: | - [Open-source](https://github.com/flide/8VIM). A "text editor inside a keyboard, drawing it's inspiration from 8pen and Vim." + Open-source. A "text editor inside a keyboard, drawing it's inspiration from 8pen and Vim." + repo: https://github.com/flide/8VIM drive: - title: Drive - name: ownCloud Android @@ -1311,7 +1412,8 @@ mobile applications: fdroid: com.farmerbb.notepad eyes: null text: | - [Open-source](https://github.com/farmerbb/Notepad). Supports Markdown and HTML. Very clean and feature-rich. *Offline only*. + Open-source. Supports Markdown and HTML. Very clean and feature-rich. *Offline only*. + repo: https://github.com/farmerbb/Notepad - name: Joplin url: https://github.com/laurent22/joplin eyes: null @@ -1327,7 +1429,8 @@ mobile applications: fdroid: it.feio.android.omninotes.foss eyes: null text: | - Very feature rich, [open-source](https://github.com/federicoiosue/Omni-Notes), material design notes app. Very active development. Available on F-Droid. + Very feature rich, open-source, material design notes app. Very active development. Available on F-Droid. + repo: https://github.com/federicoiosue/Omni-Notes - name: Carnet url: https://github.com/PhieF/CarnetDocumentation fdroid: com.spisoft.quicknote @@ -1339,13 +1442,15 @@ mobile applications: fdroid: net.gsantner.markor eyes: null text: | - [Open-source](https://github.com/gsantner/markor) notes/to-do app for Android. Supports Markdown editing. Available on F-Droid. App is 100% offline, as stated on the [GitHub README](https://github.com/gsantner/markor#privacy). + Open-source notes/to-do app for Android. Supports Markdown editing. Available on F-Droid. App is 100% offline, as stated on the [GitHub README](https://github.com/gsantner/markor#privacy). + repo: https://github.com/gsantner/markor - name: Orgzly url: http://orgzly.com/ fdroid: com.orgzly eyes: null text: | - [Open-source](https://github.com/orgzly). Notes are stored in the plain-text [Org mode](https://orgmode.org/) format. Supports searching, metadata, and manual sync with Dropbox or local directory, which can be synced using e.g. Syncthing. + Open-source. Notes are stored in the plain-text [Org mode](https://orgmode.org/) format. Supports searching, metadata, and manual sync with Dropbox or local directory, which can be synced using e.g. Syncthing. + repo: https://github.com/orgzly - name: Notally url: https://github.com/OmGodse/Notally fdroid: com.omgodse.notally @@ -1363,7 +1468,8 @@ mobile applications: fdroid: com.etesync.notes eyes: null text: | - Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. + Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. + repo: https://github.com/etesync maps and waze: - title: Maps/Waze - name: Maps @@ -1371,7 +1477,8 @@ mobile applications: fdroid: com.github.axet.maps eyes: null text: | - [Open-source](https://gitlab.com/axet/omim) navigation app based on MAPS.ME. Searching for addresses doesn't always work and finding businesses can be a slight hassle, but overall one of the better apps I've used. + Open-source navigation app based on MAPS.ME. Searching for addresses doesn't always work and finding businesses can be a slight hassle, but overall one of the better apps I've used. + repo: https://gitlab.com/axet/omim - name: OsmAnd url: https://osmand.net/ fdroid: net.osmand.plus @@ -1382,7 +1489,8 @@ mobile applications: url: https://transportr.app/ eyes: null text: | - Primarily European, this is an [open-source](https://transportr.app/contribute/) public transport app. Thanks to @lgiard + Primarily European, this is an open-source public transport app. Thanks to @lgiard + repo: https://transportr.app/contribute - name: Öffi (Offi) url: https://oeffi.schildbach.de/ fdroid: de.schildbach.oeffi @@ -1396,7 +1504,8 @@ mobile applications: fdroid: net.frju.flym eyes: null text: | - [Open-source](https://github.com/FredJul/Flym) Material Design RSS reader. + Open-source Material Design RSS reader. + repo: https://github.com/FredJul/Flym - name: Feeder url: https://gitlab.com/spacecowboy/Feeder/-/blob/master/README.md fdroid: com.nononsenseapps.feeder @@ -1427,7 +1536,8 @@ mobile applications: fdroid: org.schabi.newpipe eyes: null text: | - Powerful [open-source](https://github.com/TeamNewPipe/NewPipe/) YouTube alternative. Supports audio only; background playback; picture-in-picture; no ads. + Powerful open-source YouTube alternative. Supports audio only; background playback; picture-in-picture; no ads. + repo: https://github.com/TeamNewPipe/NewPipe - name: YouTube Vanced url: https://forum.xda-developers.com/android/apps-games/app-youtube-vanced-edition-t3758757 eyes: null @@ -1440,7 +1550,8 @@ mobile applications: fdroid: org.shadowice.flocke.andotp eyes: null text: | - [Open-source](https://github.com/andOTP/andOTP) 2FA app. + Open-source 2FA app. + repo: https://github.com/andOTP/andOTP - name: FreeOTP+ url: https://github.com/helloworld1/FreeOTPPlus fdroid: org.liberty.android.freeotpplus @@ -1452,17 +1563,20 @@ mobile applications: fdroid: com.beemdevelopment.aegis eyes: null text: | - [Open-source](https://github.com/beemdevelopment/Aegis) 2FA for Android. Available on F-Droid. + Open-source 2FA for Android. Available on F-Droid. + repo: https://github.com/beemdevelopment/Aegis - name: Authenticator url: https://mattrubin.me/authenticator/ eyes: null text: | - **iOS** - [Open-source](https://github.com/mattrubin/Authenticator) 2FA for iOS. (thanks u/SomeoneWannaBe) + **iOS** - Open-source 2FA for iOS. (thanks u/SomeoneWannaBe) + repo: https://github.com/mattrubin/Authenticator - name: Tofu url: https://tofuauth.com eyes: null text: | - **iOS** - [Open-source](https://github.com/calleerlandsson/tofu) 2FA for iOS. + **iOS** - Open-source 2FA for iOS. + repo: https://github.com/calleerlandsson/tofu play music movies tv: - title: Play Music/Play Movies & TV - name: Audinaut @@ -1470,19 +1584,22 @@ mobile applications: fdroid: net.nullsum.audinaut eyes: null text: | - An [open-source](https://github.com/nvllsvm/Audinaut) Airsonic client for Android. + An open-source Airsonic client for Android. + repo: https://github.com/nvllsvm/Audinaut - name: MALP url: https://gitlab.com/gateship-one/malp/-/blob/master/README.md fdroid: org.gateshipone.malp eyes: null text: | - An [open-source](https://gitlab.com/gateship-one/malp/) Android client for MPD. Available on F-Droid. + An open-source Android client for MPD. Available on F-Droid. + repo: https://gitlab.com/gateship-one/malp - name: Shuttle+ url: https://github.com/timusus/Shuttle fdroid: com.simplecity.amp_pro eyes: null text: | - [Open-source](https://github.com/timusus/Shuttle) local music player for Android. Available on F-Droid or by [direct download](https://github.com/timusus/Shuttle/releases). + Open-source local music player for Android. Available on F-Droid or by [direct download](https://github.com/timusus/Shuttle/releases). + repo: https://github.com/timusus/Shuttle hangouts: - title: Hangouts - name: Keybase @@ -1495,19 +1612,22 @@ mobile applications: fdroid: eu.siacs.conversations eyes: 14 text: | - An [open-source](https://github.com/inputmice/Conversations) Android Jabber/XMPP client. It's a paid app on Google Play, but you can also [build it from source](https://github.com/siacs/Conversations) for free if you want to. + An open-source Android Jabber/XMPP client. It's a paid app on Google Play, but you can also [build it from source](https://github.com/siacs/Conversations) for free if you want to. + repo: https://github.com/inputmice/Conversations - name: Element url: https://github.com/vector-im/element-android fdroid: im.vector.app eyes: 5 text: | - Android app - The [open-source](https://github.com/vector-im/element-android) Android client for Element. + Android app - The open-source Android client for Element. + repo: https://github.com/vector-im/element-android - name: Jitsi Meet (F-Droid) url: https://meet.jit.si/ fdroid: org.jitsi.meet eyes: null text: | - Jitsi is an [open-source](https://github.com/jitsi) secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) + Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) + repo: https://github.com/jitsi - name: Jami url: https://jami.net/ fdroid: cx.ring @@ -1524,12 +1644,14 @@ mobile applications: url: https://briarproject.org/ eyes: null text: | - An [open-source](https://code.briarproject.org/briar/briar/tree/master) app which supports Peer-to-Peer encrypted messaging. No phone number required for signing up. If the internet’s down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet’s up, Briar can sync via the Tor network, protecting users and their relationships from surveillance. Can install through a [third-party F-Droid repo](https://briarproject.org/installing-briar-via-f-droid/). + An open-source app which supports Peer-to-Peer encrypted messaging. No phone number required for signing up. If the internet’s down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet’s up, Briar can sync via the Tor network, protecting users and their relationships from surveillance. Can install through a [third-party F-Droid repo](https://briarproject.org/installing-briar-via-f-droid/). + repo: https://code.briarproject.org/briar/briar/tree/master - name: Session url: https://getsession.org/ eyes: null text: | - [Open-source](https://github.com/loki-project?type=source). It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. Can be downloaded from the Play Store or as an APK file from GitHub. Also has apps for iOS and Desktop. + Open-source. It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. Can be downloaded from the Play Store or as an APK file from GitHub. Also has apps for iOS and Desktop. + repo: https://github.com/loki-project?type=source duo: - title: Duo (video calls) - name: Jitsi Meet (F-Droid) @@ -1537,7 +1659,8 @@ mobile applications: fdroid: org.jitsi.meet eyes: null text: | - Jitsi is an [open-source](https://github.com/jitsi) secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) + Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) + repo: https://github.com/jitsi - name: Jami url: https://jami.net/ fdroid: cx.ring @@ -1555,7 +1678,8 @@ mobile applications: url: https://github.com/FultonBrowne/Ara-android eyes: null text: | - [Open-source](https://github.com/FultonBrowne/Ara-android) virtual assistant for Android. Can replace Google Assistant (home button functionality) on most devices. Either uses the authors server by default, or you can [run your own server](https://github.com/FultonBrowne/Ara-Server). Thanks @FultonBrowne (author of Ara) + Open-source virtual assistant for Android. Can replace Google Assistant (home button functionality) on most devices. Either uses the authors server by default, or you can [run your own server](https://github.com/FultonBrowne/Ara-Server). Thanks @FultonBrowne (author of Ara) + repo: https://github.com/FultonBrowne/Ara-android play services framework: - title: Play Services Framework - name: microG @@ -1569,24 +1693,28 @@ mobile applications: url: https://github.com/amirzaidi/Shade eyes: null text: | - [Open-source](https://github.com/amirzaidi/Shade) Android launcher styled after the Google Pixel launcher. Available to download from an [alternative F-Droid](https://apt.izzysoft.de/fdroid/index/apk/amirz.shade), APK Mirror, or GitHub Releases. + Open-source Android launcher styled after the Google Pixel launcher. Available to download from an [alternative F-Droid](https://apt.izzysoft.de/fdroid/index/apk/amirz.shade), APK Mirror, or GitHub Releases. + repo: https://github.com/amirzaidi/Shade - name: Omega url: https://github.com/otakuhqz/omega eyes: null text: | - [Open-source](https://github.com/otakuhqz/omega) launcher. Active development with lots of nice features. Downloads available from GitHub. Previously known as ZimLX which has since been replaced by Omega. + Open-source launcher. Active development with lots of nice features. Downloads available from GitHub. Previously known as ZimLX which has since been replaced by Omega. + repo: https://github.com/otakuhqz/omega - name: Lawnchair url: https://lawnchair.app/ fdroid: ch.deletescape.lawnchair.plah eyes: null text: | - Another [open-source](https://github.com/LawnchairLauncher/Lawnchair) launcher, also built to look similar to Google's launcher (it is built off AOSP Launcher3). Available from F-Droid and also APKMirror. (thanks u/droidonomy) + Another open-source launcher, also built to look similar to Google's launcher (it is built off AOSP Launcher3). Available from F-Droid and also APKMirror. (thanks u/droidonomy) + repo: https://github.com/LawnchairLauncher/Lawnchair - name: KISS Launcher url: https://kisslauncher.com/ fdroid: fr.neamar.kiss eyes: null text: | - Fast, [open-source](https://github.com/Neamar/KISS) and small launcher. KISS mainly relies on an app-search-bar, which makes it very easy to open up apps quickly. + Fast, open-source and small launcher. KISS mainly relies on an app-search-bar, which makes it very easy to open up apps quickly. + repo: https://github.com/Neamar/KISS other: - title: "*Other*" - name: Blokada @@ -1594,7 +1722,8 @@ mobile applications: fdroid: org.blokada.alarm eyes: null text: | - From the website: "If you want to efficiently block ads, trackers, malware, save on your data plan, speed up your device and protect your privacy with just one application, then Blokada is for you. It is free, secure and [open-source](https://github.com/blokadaorg/blokada)." Uses internal VPN on Android to block ads. + From the website: "If you want to efficiently block ads, trackers, malware, save on your data plan, speed up your device and protect your privacy with just one application, then Blokada is for you. It is free, secure and open-source." Uses internal VPN on Android to block ads. + repo: https://github.com/blokadaorg/blokada - name: TrackerControl url: https://github.com/OxfordHCC/tracker-control-android fdroid: net.kollnig.missioncontrol.fdroid @@ -1649,12 +1778,14 @@ hardware: url: https://mycroft.ai/ eyes: 5 text: | - [Open-source](https://github.com/MycroftAI) virtual personal assistant. Can be run on a Raspberry Pi. (thanks u/Kentto7) + Open-source virtual personal assistant. Can be run on a Raspberry Pi. (thanks u/Kentto7) + repo: https://github.com/MycroftAI - name: Home Assistant url: https://www.home-assistant.io/ eyes: null text: | - [Open-source](https://github.com/home-assistant/) home automation. (thanks u/bilange) + Open-source home automation. (thanks u/bilange) + repo: https://github.com/home-assistant fitbit: - title: FitBit - notes: From cdb5e9bd3c54a88c35136adbef0855a07bedc531 Mon Sep 17 00:00:00 2001 From: Stephen Brown II Date: Tue, 9 Mar 2021 15:44:32 -0700 Subject: [PATCH 2/6] Fix froid -> fdroid typo --- yaml/degoogle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/yaml/degoogle.yml b/yaml/degoogle.yml index 96161d9..5dfe644 100644 --- a/yaml/degoogle.yml +++ b/yaml/degoogle.yml @@ -1636,7 +1636,7 @@ mobile applications: Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. - name: Mumla (client for Mumble) url: https://mumla-app.gitlab.io/ - froid: se.lublin.mumla + fdroid: se.lublin.mumla eyes: null text: | Third-party Android client for Mumble. From 55baefa5e054a3909d0a09c48c590c201a28fafc Mon Sep 17 00:00:00 2001 From: Stephen Brown II Date: Wed, 10 Mar 2021 13:35:56 -0700 Subject: [PATCH 3/6] Use OSI green instead of blue for repo badge --- _build.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_build.js b/_build.js index 8113445..a4ea7e1 100644 --- a/_build.js +++ b/_build.js @@ -150,7 +150,7 @@ function repoLink(repo) { let repoURL = new URL(repo); let repoHost = path.basename(repoURL.hostname, path.extname(repoURL.hostname)) if (repoHost.includes(".")) repoHost = path.extname(repoHost).replace(".", "") - return `[![Repo](https://img.shields.io/badge/open-source-blue?style=flat-square&logo=${repoHost})](${repo})` + return `[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=${repoHost})](${repo})` } /** From 91ebdf0d520825215cfaf25d06683757f696556f Mon Sep 17 00:00:00 2001 From: Stephen Brown II Date: Wed, 10 Mar 2021 15:08:45 -0700 Subject: [PATCH 4/6] Manual find of repo links for source --- yaml/degoogle.yml | 35 ++++++++++++++++++++++++++++++----- 1 file changed, 30 insertions(+), 5 deletions(-) diff --git a/yaml/degoogle.yml b/yaml/degoogle.yml index 5dfe644..f3db5c7 100644 --- a/yaml/degoogle.yml +++ b/yaml/degoogle.yml @@ -44,6 +44,7 @@ web based products: Privacy focused search engine that also aims to clean up the oceans. Thanks @mynamesleon - name: Cyberd url: https://cyber.page/ + repo: https://github.com/cybercongress/cyb eyes: null text: | Decentralized Google. A web 3 alternative for the Google search engine. In Beta testing mode. Uses IPFS and Tendermint consensus for security and economic incentives. Please see their [ELI-5 FAQ](https://github.com/cybercongress/congress/blob/master/ecosystem/ELI-5%20FAQ.md) for more info. @@ -181,9 +182,11 @@ web based products: - title: Google Ads/AdMob/AdSense - name: EthicalAds url: https://www.ethicalads.io/ + repo: https://github.com/readthedocs/ethical-ad-server eyes: null text: | - A developer-focused, privacy-obsessed ad network from the fine folks at Read the Docs. Source code can be [on GitHub](https://github.com/readthedocs/ethical-ad-server). + A developer-focused, privacy-obsessed ad network from the fine folks at Read the Docs. + Source code can be found on GitHub. alerts: - title: Google Alerts - name: F5Bot @@ -692,6 +695,7 @@ web based products: Privacy focusued email provider. Thanks @petertorelli - name: NextCloud url: https://help.nextcloud.com/t/nextcloud-mail-server/157 + repo: https://github.com/nextcloud/mail eyes: null text: | Nextcloud provides a [webmail interface](https://github.com/nextcloud/mail) that can be used to access email from various providers. Thanks @je-vv @@ -1023,6 +1027,7 @@ desktop applications: - title: Chrome - name: Ungoogled Chromium url: https://github.com/Eloston/ungoogled-chromium + repo: https://github.com/Eloston/ungoogled-chromium eyes: null text: | Chromium (which Chrome and countless other browsers are built on top of) is one of the cleanest and light-weight browsers available. This version cuts out all the Google crap. @@ -1091,6 +1096,7 @@ mobile applications: Catalogue of FOSS apps for Android. Easy to install and keeps track of updates. Also has a browser version if you don't want to install the app. - name: Yalp Store (fork) url: https://github.com/kiliakin/YalpStore + repo: https://github.com/kiliakin/YalpStore fdroid: com.github.kiliakin.yalpstore eyes: null text: | @@ -1102,6 +1108,7 @@ mobile applications: An online library of user-uploaded APK files. Helpful if you need a specific older version of an app or don't want to download it through Google Play. - name: Aurora Store url: https://gitlab.com/AuroraOSS/AuroraStore + repo: https://gitlab.com/AuroraOSS/AuroraStore fdroid: com.aurora.store eyes: null text: | @@ -1113,11 +1120,13 @@ mobile applications: Uses the same library as F-Droid, but with a modern UI similar to that of the Play Store and the ability to view apps by popularity. - name: G-Droid url: https://gitlab.com/gdroid/gdroidclient/ + repo: https://gitlab.com/gdroid/gdroidclient eyes: null text: | Also uses the F-Droid repo but with a different UI. - name: APKGrabber url: https://github.com/hemker/apkgrabber + repo: https://github.com/hemker/apkgrabber eyes: null text: | Fork of [APKUpdater](https://github.com/rumboalla/apkupdater). Both are great tools for avoiding app stores (on Android). @@ -1144,6 +1153,7 @@ mobile applications: - title: Calculator - name: Simple Calculator url: https://github.com/SimpleMobileTools/Simple-Calculator + repo: https://github.com/SimpleMobileTools/Simple-Calculator fdroid: com.simplemobiletools.calculator eyes: null text: | @@ -1222,11 +1232,13 @@ mobile applications: repo: https://github.com/philliphsu/ClockPlus - name: Simple Alarm Clock url: https://github.com/yuriykulikov/AlarmClock + repo: https://github.com/yuriykulikov/AlarmClock eyes: null text: | Exactly as it's name says; simple alarm clock yet adds many improvements over other apps. No dock mode or world clock. - name: Insane Alarm! url: https://github.com/RIAEvangelist/insane-alarm + repo: https://github.com/RIAEvangelist/insane-alarm eyes: null text: | Developer states that he had "spent a night out with the boys and drank a bit too much but needed to be up in the morning". So, he made the loudest alarm clock possible based off an emergency alarm from when he was in the military. This app doesn't mess around, use it wisely. @@ -1325,6 +1337,7 @@ mobile applications: repo: https://gitlab.com/indicproject/indic-keyboard - name: OpenBoard url: https://github.com/dslul/openboard + repo: https://github.com/dslul/openboard fdroid: org.dslul.openboard.inputmethod.latin eyes: null text: | @@ -1347,18 +1360,21 @@ mobile applications: - title: Drive - name: ownCloud Android url: https://github.com/owncloud/android + repo: https://github.com/owncloud/android fdroid: com.owncloud.android eyes: null text: | ownCloud Android client. Available on F-Droid. - name: Nextcloud Android url: https://github.com/nextcloud/android + repo: https://github.com/nextcloud/android fdroid: com.nextcloud.client eyes: null text: | Nextcloud Android client. Available on F-Droid. - name: Syncthing Android url: https://github.com/syncthing/syncthing-android + repo: https://github.com/syncthing/syncthing-android fdroid: com.nutomic.syncthingandroid eyes: null text: | @@ -1416,6 +1432,7 @@ mobile applications: repo: https://github.com/farmerbb/Notepad - name: Joplin url: https://github.com/laurent22/joplin + repo: https://github.com/laurent22/joplin eyes: null text: | Scroll down on the GitHub page until you reach the Android download links. No F-Droid repo, but you can download the APK directly instead of using the Play Store. @@ -1433,6 +1450,7 @@ mobile applications: repo: https://github.com/federicoiosue/Omni-Notes - name: Carnet url: https://github.com/PhieF/CarnetDocumentation + repo: https://github.com/CarnetApp/CarnetAndroid fdroid: com.spisoft.quicknote eyes: null text: | @@ -1453,12 +1471,14 @@ mobile applications: repo: https://github.com/orgzly - name: Notally url: https://github.com/OmGodse/Notally + repo: https://github.com/OmGodse/Notally fdroid: com.omgodse.notally eyes: null text: | A beautiful, light and minimalistic notes app with no trackers, ads or analytics of any kind. - name: Nextcloud Notes for Android url: https://github.com/stefan-niedermann/nextcloud-notes + repo: https://github.com/stefan-niedermann/nextcloud-notes fdroid: it.niedermann.owncloud.notes eyes: null text: | @@ -1508,6 +1528,7 @@ mobile applications: repo: https://github.com/FredJul/Flym - name: Feeder url: https://gitlab.com/spacecowboy/Feeder/-/blob/master/README.md + repo: https://gitlab.com/spacecowboy/Feeder fdroid: com.nononsenseapps.feeder eyes: null text: | @@ -1516,6 +1537,7 @@ mobile applications: - title: Photos - name: Piwigo Android url: https://github.com/Piwigo/Piwigo-Android + repo: https://github.com/Piwigo/Piwigo-Android eyes: null text: | You need to have Piwigo set up first. @@ -1554,6 +1576,7 @@ mobile applications: repo: https://github.com/andOTP/andOTP - name: FreeOTP+ url: https://github.com/helloworld1/FreeOTPPlus + repo: https://github.com/helloworld1/FreeOTPPlus fdroid: org.liberty.android.freeotpplus eyes: null text: | @@ -1595,11 +1618,11 @@ mobile applications: repo: https://gitlab.com/gateship-one/malp - name: Shuttle+ url: https://github.com/timusus/Shuttle + repo: https://github.com/timusus/Shuttle fdroid: com.simplecity.amp_pro eyes: null text: | - Open-source local music player for Android. Available on F-Droid or by [direct download](https://github.com/timusus/Shuttle/releases). - repo: https://github.com/timusus/Shuttle + Open-source local music player for Android. Available on F-Droid or by direct download. hangouts: - title: Hangouts - name: Keybase @@ -1609,11 +1632,12 @@ mobile applications: Encrypted chat like Signal with features like Slack. Does not require a phone number to sign up. Also has file storage. **Note:** Keybase was acquired by Zoom, Inc. in May 2020 ([Keybase blog](https://keybase.io/blog/keybase-joins-zoom), [Zoom blog](https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keybase-and-announces-goal-of-developing-the-most-broadly-used-enterprise-end-to-end-encryption-offering/)). Thanks @notpushkin & @multimob. - name: Conversations url: https://conversations.im/ + repo: https://github.com/iNPUTmice/Conversations fdroid: eu.siacs.conversations eyes: 14 text: | - An open-source Android Jabber/XMPP client. It's a paid app on Google Play, but you can also [build it from source](https://github.com/siacs/Conversations) for free if you want to. - repo: https://github.com/inputmice/Conversations + An open-source Android Jabber/XMPP client. It's a paid app on Google Play, but you can also + build it from source for free if you want to. - name: Element url: https://github.com/vector-im/element-android fdroid: im.vector.app @@ -1671,6 +1695,7 @@ mobile applications: - title: Assistant - name: Mycroft Android url: https://github.com/MycroftAI/Mycroft-Android + repo: https://github.com/MycroftAI/Mycroft-Android eyes: null text: | Android client for Mycroft. Must be built in IDE; no pre-built binaries are available. From aa44db146784533b918e53ba3f35e1efcb6085c8 Mon Sep 17 00:00:00 2001 From: Stephen Brown II Date: Wed, 10 Mar 2021 15:09:59 -0700 Subject: [PATCH 5/6] Use folded style for text to make raw README more readable --- yaml/degoogle.yml | 1509 ++++++++++++++++++++++++++------------------- 1 file changed, 887 insertions(+), 622 deletions(-) diff --git a/yaml/degoogle.yml b/yaml/degoogle.yml index f3db5c7..963c1e8 100644 --- a/yaml/degoogle.yml +++ b/yaml/degoogle.yml @@ -4,187 +4,228 @@ web based products: - name: DuckDuckGo url: https://duckduckgo.com/ eyes: 5 - text: | - One of the best privacy-focused search engines. Domain is hosted in USA which could potentially be problematic for some. + text: > + One of the best privacy-focused search engines. Domain is hosted in USA which could potentially + be problematic for some. - name: Startpage url: https://www.startpage.com/ eyes: 9 - text: | - Another privacy search engine that claims to not track any of your data. They operate servers in both USA and Europe. Note: Startpage was recently acquired. See [Issue #12](https://github.com/tycrek/degoogle/issues/12). Thanks @pydo, @ThijsRay, and @DatAres37. Also see [this comment in Issue #99](https://github.com/tycrek/degoogle/issues/99#issuecomment-616224650) from @danarel on Startpage. + text: > + Another privacy search engine that claims to not track any of your data. They operate servers + in both USA and Europe. Note: Startpage was recently acquired. See + [Issue #12](https://github.com/tycrek/degoogle/issues/12). Thanks @pydo, @ThijsRay, and @DatAres37. + Also see [this comment in Issue #99](https://github.com/tycrek/degoogle/issues/99#issuecomment-616224650) + from @danarel on Startpage. - name: searx.me url: https://searx.me/ - eyes: null - text: | - Open-source (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany. repo: https://github.com/asciimoo/searx + eyes: null + text: > + Open-source (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany. - name: MetaGer url: https://metager.org/about eyes: 14 - text: | + text: > MetaGer is the search engine project from the registered nonprofit organization SUMA E.V. in Germany. - name: Qwant url: https://www.qwant.com/ eyes: 9 - text: | + text: > Major improvements since 2018's guide. *would prefer better info other than an outdated reference* - name: Swisscows url: https://swisscows.ch eyes: null - text: | - A Swiss search engine that offers a unique search experience for the web, images, videos, music, and more. They are currently funding a mail service. Read through their [datacenter about page](https://swisscows.ch/en/datacenter), it's really interesting. + text: > + A Swiss search engine that offers a unique search experience for the web, images, videos, music, and more. + They are currently funding a mail service. Read through their [datacenter about page](https://swisscows.ch/en/datacenter), + it's really interesting. - name: Mojeek url: https://www.mojeek.com/ eyes: 5 - text: | - Unlike other privacy search engines which act as a "middle man" between you and Google/Bing/Yahoo, Mojeek has their own crawler and index. The results aren't as complete as some of the others, but it is still impressive and they are actively building their index to include more results with better accuracy. + text: > + Unlike other privacy search engines which act as a "middle man" between you and Google/Bing/Yahoo, + Mojeek has their own crawler and index. The results aren't as complete as some of the others, but + it is still impressive and they are actively building their index to include more results with + better accuracy. - name: Ekoru url: https://ekoru.org/ eyes: null - text: | + text: > Privacy focused search engine that also aims to clean up the oceans. Thanks @mynamesleon - name: Cyberd url: https://cyber.page/ repo: https://github.com/cybercongress/cyb eyes: null - text: | - Decentralized Google. A web 3 alternative for the Google search engine. In Beta testing mode. Uses IPFS and Tendermint consensus for security and economic incentives. Please see their [ELI-5 FAQ](https://github.com/cybercongress/congress/blob/master/ecosystem/ELI-5%20FAQ.md) for more info. + text: > + Decentralized Google. A web 3 alternative for the Google search engine. In Beta testing mode. + Uses IPFS and Tendermint consensus for security and economic incentives. Please see their + [ELI-5 FAQ](https://github.com/cybercongress/congress/blob/master/ecosystem/ELI-5%20FAQ.md) + for more info. - name: Infinity Search url: https://infinitysearch.co/ - eyes: 5 - text: | - Infinity Search is a privacy metasearch engine that does not log any information about its users. In terms of privacy, it works the same way as DuckDuckGo. It is free to use and is funded by non-tracking advertisements and affiliate links. It is also completely open-source. repo: https://gitlab.com/infinitysearch/infinity-search + eyes: 5 + text: > + Infinity Search is a privacy metasearch engine that does not log any information about its users. + In terms of privacy, it works the same way as DuckDuckGo. It is free to use and is funded by + non-tracking advertisements and affiliate links. It is also completely open-source. - name: Runnaroo url: https://www.runnaroo.com/ eyes: 5 - text: | - "Runnaroo was built from the ground up to provide an all around better search experience." Thanks @codingepaduli + text: > + "Runnaroo was built from the ground up to provide an all around better search experience." + Thanks @codingepaduli youtube: - title: YouTube - name: PeerTube url: https://joinpeertube.org/ eyes: null - text: | - Decentralized, federated video hosting network. Still quite small, but is growing and has a dedicated community. Although there is no central database/server, all the separate instances can still talk to one another. This allows for data exchange and a way to view anyone's videos while only associating with one instance. Thanks @kdkasad for clarifying federation. + text: > + Decentralized, federated video hosting network. Still quite small, but is growing and has a + dedicated community. Although there is no central database/server, all the separate instances + can still talk to one another. This allows for data exchange and a way to view anyone's videos + while only associating with one instance. Thanks @kdkasad for clarifying federation. - name: BitChute url: https://www.bitchute.com/ eyes: 5 - text: | - Also P2P, but not decentralized. Due to it being proprietary, if BitChute goes down then the whole thing goes down (unlike PeerTube). (thanks u/up-sky-7) + text: > + Also P2P, but not decentralized. Due to it being proprietary, if BitChute goes down then the + whole thing goes down (unlike PeerTube). (thanks u/up-sky-7) - name: DTube url: https://d.tube/ eyes: null - text: | - Looks very similar to YouTube. Advertised as "first crypt-decentralized video-platform". Built on Steemit and IPFS. + text: > + Looks very similar to YouTube. Advertised as "first crypt-decentralized video-platform". Built + on Steemit and IPFS. - name: Bit.tube url: https://bit.tube/ eyes: null - text: | + text: > Appears to be a crypto-powered decentralized video sharing service. (thanks u/rudolf323) - name: Invidious url: https://invidio.us/ - eyes: null - text: | - An open-source front-end alternative to YouTube. Seems to work pretty well from my experience so far, and it hasn't triggered *anything* on my adblocker/privacy extensions. Also offers downloads in many formats for videos (including `.vtt` subtitles). repo: https://github.com/omarroth/invidious + eyes: null + text: > + An open-source front-end alternative to YouTube. Seems to work pretty well from my experience + so far, and it hasn't triggered *anything* on my adblocker/privacy extensions. Also offers + downloads in many formats for videos (including `.vtt` subtitles). - name: Hooktube url: https://hooktube.com/ eyes: null - text: | + text: > A slightly better way to use actual YouTube. (Use as a "last resort") - name: LBRY url: https://lbry.com/ - eyes: null - text: | - A decentralized platform for distributing and supporting creators's work. It aims to be Open, Community driven "digital marketplace". It can be used in a similar way to YouTube: browsing, subscribing to channels, there is a mechanism to send "tips" to creators. Looks up videos based on a blockchain and is open-source and uncensored. It already has some "larger" creators like Minutephysics, Veritasium, Barnacules and Lunduke. repo: https://github.com/lbryio + eyes: null + text: > + A decentralized platform for distributing and supporting creators's work. It aims to be Open, + Community driven "digital marketplace". It can be used in a similar way to YouTube: browsing, + subscribing to channels, there is a mechanism to send "tips" to creators. Looks up videos based + on a blockchain and is open-source and uncensored. It already has some "larger" creators like + Minutephysics, Veritasium, Barnacules and Lunduke. - name: US.TV url: https://us.tv/ eyes: null - text: | + text: > PeerTube instance hosted by Epik.com. - name: FreeTube url: https://freetubeapp.io/ - eyes: null - text: | - Open-source desktop YouTube client that uses the Invidio.us API to serve content. repo: https://github.com/FreeTubeApp/FreeTube + eyes: null + text: > + Open-source desktop YouTube client that uses the Invidio.us API to serve content. - name: youtube-local url: https://github.com/user234683/youtube-local - eyes: null - text: | - Open-source browser-based client for watching Youtube anonymously and with greater page performance. Non-video requests can be routed through Tor. Optionally the videos can be routed through Tor as well. Can be used without Javascript. No server software installation required. Uses self-hosted subscriptions and playlists. repo: https://github.com/user234683/youtube-local + eyes: null + text: > + Open-source browser-based client for watching Youtube anonymously and with greater page performance. + Non-video requests can be routed through Tor. Optionally the videos can be routed through Tor as well. + Can be used without Javascript. No server software installation required. Uses self-hosted + subscriptions and playlists. news: - title: News - name: Local newspaper url: https://en.wikipedia.org/wiki/Category:Lists_of_newspapers_by_country eyes: null - text: | + text: > Support independent and qualitative journalism in your community. - name: AllSides url: https://www.allsides.com/unbiased-balanced-news eyes: null - text: | + text: > Unbiased news source (primarily for US politics). Thanks @jeanofthedead - name: Miniflux url: https://miniflux.app/ - eyes: null - text: | - Miniflux is a minimalist and opinionated feed reader. Completely open-source, along with automatically removing pixel trackers. repo: https://github.com/miniflux + eyes: null + text: > + Miniflux is a minimalist and opinionated feed reader. Completely open-source, along with + automatically removing pixel trackers. groups: - title: Groups - notes: - Use other forum sites relating to specific topics. This is a very broad service. - name: Sympa url: https://www.sympa.org/ - eyes: null - text: | - Sympa is an open-source mailing list manager. It provides advanced features with a rich and secure web interface. repo: https://github.com/sympa-community/sympa + eyes: null + text: > + Sympa is an open-source mailing list manager. It provides advanced features with a rich and + secure web interface. - name: GNU Mailman url: https://list.org/ eyes: null - text: | - Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more. + text: > + Mailman is free software for managing electronic mail discussion and e-newsletter lists. + Mailman is integrated with the web, making it easy for users to manage their accounts and + for list owners to administer their lists. Mailman supports built-in archiving, automatic + bounce processing, content filtering, digest delivery, spam filters, and more. - name: Discourse url: https://discourse.group/ - eyes: 5 - text: | - Discourse is the 100% open-source discussion platform built for the next decade of the Internet. Use it as a mailing list, discussion forum, or long-form chat room. repo: https://github.com/discourse/discourse + eyes: 5 + text: > + Discourse is the 100% open-source discussion platform built for the next decade of the Internet. + Use it as a mailing list, discussion forum, or long-form chat room. - name: Groups.io url: https://groups.io/ eyes: 5 - text: | - a privacy focused email list system that does not track you, nor your members. It is not open source. Data is hosted on one central server but the server is encrypted. It has modern email group features such as a wiki, integrations, and RSS import support. + text: > + a privacy focused email list system that does not track you, nor your members. It is not open + source. Data is hosted on one central server but the server is encrypted. It has modern email + group features such as a wiki, integrations, and RSS import support. translate: - title: Translate - name: DeepL url: https://deepl.com/ eyes: 14 - text: | - DeepL is an artifical intelligence translation service. **Please keep in mind DeepL tracks the text you translate unless you purchase Pro**. See sections 4 & 5 of their [privacy policy](https://www.deepl.com/privacy.html) for more information. Thanks u/TheCy-FiJuggernaut + text: > + DeepL is an artifical intelligence translation service. **Please keep in mind DeepL tracks + the text you translate unless you purchase Pro**. See sections 4 & 5 of their + [privacy policy](https://www.deepl.com/privacy.html) for more information. + Thanks u/TheCy-FiJuggernaut - name: Apertium url: https://apertium.org/ - eyes: null - text: | - A free, open-source translation system. repo: https://github.com/apertium/apertium + eyes: null + text: > + A free, open-source translation system. - name: LibreTranslate url: https://libretranslate.com/ - eyes: null - text: | - A free and open-source machine-translation API which can be self-hosted. repo: https://github.com/uav4geo/LibreTranslate + eyes: null + text: > + A free and open-source machine-translation API which can be self-hosted. ads: - title: Google Ads/AdMob/AdSense - name: EthicalAds url: https://www.ethicalads.io/ repo: https://github.com/readthedocs/ethical-ad-server eyes: null - text: | + text: > A developer-focused, privacy-obsessed ad network from the fine folks at Read the Docs. Source code can be found on GitHub. alerts: @@ -192,708 +233,808 @@ web based products: - name: F5Bot url: https://f5bot.com/ eyes: 5 - text: | + text: > Emails you when your selected keywords are mentioned on Reddit, Hacker News, or Lobsters. gsuite: - title: G Suite (enterprise cloud) - name: Nextcloud url: https://www.nextcloud.com/ eyes: null - text: | - Nextcloud 19 now has Community Document Server and **[ONLYOFFICE](https://www.onlyoffice.com/)** apps integrated which allows self-hosted instances of docs/sheets/slides. Users are able to edit documents in real time. Thanks @k3tan172 and @plutocrat + text: > + Nextcloud 19 now has Community Document Server and **[ONLYOFFICE](https://www.onlyoffice.com/)** + apps integrated which allows self-hosted instances of docs/sheets/slides. Users are able to + edit documents in real time. Thanks @k3tan172 and @plutocrat - name: Open-Xchange url: https://www.open-xchange.com eyes: null - text: | - A secure hosted email and productivity platform, designed for providers of all sizes to offer their customers email, calendar, storage, encryption and more. + text: > + A secure hosted email and productivity platform, designed for providers of all sizes to offer + their customers email, calendar, storage, encryption and more. - name: Sandstorm url: https://sandstorm.io/ - eyes: null - text: | - An open-source self-hosted web hosting platform for a wide set of web applications, including Etherpad (collaborative text editing), Radicale (calendar), Lychee (image hosting), Wekan (Kanban) repo: https://github.com/sandstorm-io/sandstorm + eyes: null + text: > + An open-source self-hosted web hosting platform for a wide set of web applications, including + Etherpad (collaborative text editing), Radicale (calendar), Lychee (image hosting), Wekan (Kanban) blogger and sites: - title: Blogger/Sites - name: Joomla url: https://www.joomla.org/ - eyes: null - text: | - Self-hosted and open-source content management system (CMS). repo: https://github.com/joomla + eyes: null + text: > + Self-hosted and open-source content management system (CMS). - name: Write.as url: https://write.as/ eyes: null - text: | + text: > Self-advertised as privacy-focused. - name: WordPress self-hosted url: https://wordpress.org/ - eyes: null - text: | - The open-source version of WordPress. A very popular tool and a recognized name. repo: https://code.trac.wordpress.org/browser/wordpress-sources + eyes: null + text: > + The open-source version of WordPress. A very popular tool and a recognized name. - name: concrete5 url: https://www.concrete5.org/ - eyes: 5 - text: | - Open-source CMS. repo: https://github.com/concrete5 + eyes: 5 + text: > + Open-source CMS. - name: Noblogs url: https://noblogs.org/ eyes: 9 - text: | + text: > A privacy/security focused blogging platform. - name: Ghost url: https://ghost.org/ - eyes: null - text: | - Open-source modern CMS. Boasts "over 19x faster than WordPress". Thanks @peterge1998 repo: https://github.com/TryGhost/Ghost + eyes: null + text: > + Open-source modern CMS. Boasts "over 19x faster than WordPress". Thanks @peterge1998 - name: Bear url: https://bearblog.dev/ eyes: 5 - text: | + text: > Free, no-nonsense, super-fast blogging. No javascript, no stylesheets, no trackers. Just your words. - name: Simpleblogs url: https://simpleblogs.org/ eyes: null - text: | - FLOSS blogging platform with a focus on privacy. Easy to self-host (standard rails app, ships with AWS deployment scripts. AWS is not required). Access restricted to accounts which you create and hand out. Good for private blogs but not for commercial/public blogging. + text: > + FLOSS blogging platform with a focus on privacy. Easy to self-host (standard rails app, ships + with AWS deployment scripts. AWS is not required). Access restricted to accounts which you + create and hand out. Good for private blogs but not for commercial/public blogging. analytics: - title: Analytics - name: Matomo url: https://matomo.org/ - eyes: "9/14" - text: | - (Matomo/parent company) - Open-source analytics platform. (thanks u/Newblik) repo: https://github.com/matomo-org/matomo + eyes: 9/14 + text: > + (Matomo/parent company) - Open-source analytics platform. (thanks u/Newblik) - name: Fathom url: https://usefathom.com/ eyes: 5 - text: | + text: > Simple analytics for bloggers & businesses - name: Plausible url: https://plausible.io/ - eyes: 5 - text: | - Open-source, privacy-focused web analytics. repo: https://github.com/plausible/analytics + eyes: 5 + text: > + Open-source, privacy-focused web analytics. - name: GoatCounter url: https://www.goatcounter.com/ - eyes: 14 - text: | - Simple web statistics. No tracking of personal data. open-source and may be self-hosted. Free for non-commercial use; paid plans available. repo: https://github.com/zgoat/goatcounter + eyes: 14 + text: > + Simple web statistics. No tracking of personal data. open-source and may be self-hosted. + Free for non-commercial use; paid plans available. - name: Simple Analytics url: https://simpleanalytics.com/ eyes: 9 - text: | + text: > Great analytics with privacy and simplicity in mind. Paid plans only (with free trials). - name: Toasted Analytics url: https://toastedanalytics.com/ eyes: 5 - text: | + text: > Simple, privacy friendly analytics with event tracking. Paid only (with free trial) - name: Shynet url: https://github.com/milesmcc/shynet - eyes: null - text: | - Shynet is a self-hosted analytics tool that doesn't make use of cookies. It is privacy focused and fully open-source. Thanks @woutfeys repo: https://github.com/milesmcc/shynet + eyes: null + text: > + Shynet is a self-hosted analytics tool that doesn't make use of cookies. It is privacy focused + and fully open-source. Thanks @woutfeys - name: Supabase url: https://supabase.io/ + repo: https://github.com/supabase/supabase eyes: null - text: | - Supabase is an opensource alternative to Firebase. As of right now you can use their hosting plan for free as it's in alpha, or you can self host ([note on self hosting](https://github.com/supabase/supabase/issues/85#issuecomment-636010946)). Thanks @woutfeys + text: > + Supabase is an opensource alternative to Firebase. As of right now you can use their hosting + plan for free as it's in alpha, or you can self host + ([note on self hosting](https://github.com/supabase/supabase/issues/85#issuecomment-636010946)). + Thanks @woutfeys - name: GoAccess url: https://goaccess.io/ - eyes: null - text: | - An open-source web server analysis tool. Installs on your web server (ideally), but works just as well if you download your logs someplace else. Interactive; cursor around in the report and see what's going on. Can generate HTML reports. Can also generate realtime interactive HTML reports if you run it in server mode. Lightweight, only requires UTF-8 support and ncurses (ncursesw, if you want a UTF-8 enabled console). Available in the default package repositories of multiple Linux distros. Thanks @virtadpt repo: https://github.com/allinurl/goaccess + eyes: null + text: > + An open-source web server analysis tool. Installs on your web server (ideally), but works just + as well if you download your logs someplace else. Interactive; cursor around in the report and + see what's going on. Can generate HTML reports. Can also generate realtime interactive HTML + reports if you run it in server mode. Lightweight, only requires UTF-8 support and ncurses + (ncursesw, if you want a UTF-8 enabled console). Available in the default package repositories + of multiple Linux distros. Thanks @virtadpt - name: Offen url: https://www.offen.dev/ - eyes: null - text: | - Open-source and self-hosted, Offen is a fair and lightweight web analytics alternative that treats operators and users as equal parties. repo: https://github.com/offen/offen + eyes: null + text: > + Open-source and self-hosted, Offen is a fair and lightweight web analytics alternative that + treats operators and users as equal parties. - name: Umami url: https://umami.is/ - eyes: null - text: | - A simple, easy to use, open-source/self-hosted web analytics solution. repo: https://github.com/mikecao/umami + eyes: null + text: > + A simple, easy to use, open-source/self-hosted web analytics solution. - name: Kindmetrics url: https://kindmetrics.io - eyes: "5/14" - text: | - An open-source analytics tool. Landing page and company is based in Sweden, CDN in EU, Servers on Digitalocean (USA) datacenter in Germany. repo: https://github.com/kindmetrics + eyes: 5/14 + text: > + An open-source analytics tool. Landing page and company is based in Sweden, CDN in EU, Servers + on Digitalocean (USA) datacenter in Germany. - name: userTrack url: https://www.usertrack.net/ eyes: null - text: | - Self-hosted alternative to Google Analytics, similar to Matomo but cheaper for premium features. Includes user segments, heatmaps, session recordings and A/B testing. + text: > + Self-hosted alternative to Google Analytics, similar to Matomo but cheaper for premium features. + Includes user segments, heatmaps, session recordings and A/B testing. - name: Piwik PRO url: https://piwik.pro/ eyes: 5 - text: | + text: > An analytics suite with a focus on user privacy and data security. - name: Panelbear url: https://panelbear.com/ eyes: 14 - text: | + text: > Privacy-focused analytics + web performance monitoring. photos: - title: Photos - name: Photoprism url: https://photoprism.pro/ - eyes: null - text: | - Self-hosted and open-source Personal Photo Management powered by Go and Google TensorFlow. repo: https://github.com/photoprism/photoprism + eyes: null + text: > + Self-hosted and open-source Personal Photo Management powered by Go and Google TensorFlow. - name: ownPhotos url: https://github.com/hooram/ownphotos - eyes: null - text: | - Self-hosted and open-source Google Photos alternative. repo: https://github.com/hooram/ownphotos + eyes: null + text: > + Self-hosted and open-source Google Photos alternative. - name: Piwigo url: https://piwigo.org/ - eyes: 9 - text: | - Self-hosted and open-source cloud photo manager. You can also sign up for an ["as a service" account](https://piwigo.com). repo: https://github.com/Piwigo + eyes: 9 + text: > + Self-hosted and open-source cloud photo manager. You can also sign up for an + ["as a service" account](https://piwigo.com). - name: JottaCloud url: https://jottacloud.com/ eyes: 9 - text: | + text: > Norway based cloud storage provider with free and paid plans. Thanks @mynamesleon - name: Cryptee url: https://crypt.ee/ eyes: null - text: | + text: > Encrypted photo storage in a simple solution similar to Google Photos. - name: PhotoStructure url: https://photostructure.com/ eyes: null - text: | - Self-hosted photo and video manager. Cross-platform (macOS, Windows, Linux, Docker). Scales to millions of assets, with automatic organization, auto-transcoding, and advanced de-duplication. + text: > + Self-hosted photo and video manager. Cross-platform (macOS, Windows, Linux, Docker). Scales + to millions of assets, with automatic organization, auto-transcoding, and advanced de-duplication. - name: Lychee url: https://lycheeorg.github.io/ - eyes: null - text: | - An open-source self-hosted photo-management tool that includes built-in support for videos. Thanks @m0yP repo: https://github.com/LycheeOrg/Lychee + eyes: null + text: > + An open-source self-hosted photo-management tool that includes built-in support for videos. + Thanks @m0yP calendar: - title: Calendar - name: Lightning Calendar (Thunderbird) url: https://www.thunderbird.net/en-US/calendar/ - eyes: null - text: | - Developed by Mozilla Foundation and open-source. Integrates into Thunderbird and SeaMonkey. repo: https://www.thunderbird.net/en-US/get-involved + eyes: null + text: > + Developed by Mozilla Foundation and open-source. Integrates into Thunderbird and SeaMonkey. - name: Tutanota Calendar url: https://tutanota.com/calendar/ eyes: 14 - text: | - Developed by Tutanota. Free cross-platform encrypted calendar. Allows importing of other Calendar files. Can't be synced to other calendar software. + text: > + Developed by Tutanota. Free cross-platform encrypted calendar. Allows importing of other + Calendar files. Can't be synced to other calendar software. - name: Fruux url: https://fruux.com/ - eyes: 14 - text: | - Open-source calendar using "sabre/dav" (FOSS WebDAV, CardDAV, and CalDAV). They mention privacy quite a bit on their site. Very large number of features, and supports nearly every device: Windows, iOS, Linux, Android, BlackBerry, SailFish, and also a webapp for browsers. repo: https://fruux.com/opensource + eyes: 14 + text: > + Open-source calendar using "sabre/dav" (FOSS WebDAV, CardDAV, and CalDAV). They mention privacy + quite a bit on their site. Very large number of features, and supports nearly every device: + Windows, iOS, Linux, Android, BlackBerry, SailFish, and also a webapp for browsers. - name: EteSync url: https://www.etesync.com - eyes: null - text: | - Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. repo: https://github.com/etesync + eyes: null + text: > + Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. - name: Baïkal url: https://sabre.io/baikal/ eyes: null - text: | - a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars. It is fast and simple to install and only needs a basic php capable server. The data can be stored in a MySQL or a SQLite database. Thanks @mahdi1234 + text: > + a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management + of users, address books and calendars. It is fast and simple to install and only needs a basic + php capable server. The data can be stored in a MySQL or a SQLite database. Thanks @mahdi1234 - name: Nextcloud url: https://nextcloud.com/ eyes: null - text: | - Nextcloud also offers a calendar solution using CalDAV and CardDAV. Thanks @mahdi1234 for pointing this out. + text: > + Nextcloud also offers a calendar solution using CalDAV and CardDAV. Thanks @mahdi1234 for + pointing this out. - name: Radicale url: https://radicale.org/ eyes: null - text: | - Self-hosted calendar server written in Python. WebUI for desktop, CalDav/CardDav for mobile sync. Can use a reverse proxy with Nginx for HTTPS. + text: > + Self-hosted calendar server written in Python. WebUI for desktop, CalDav/CardDav for mobile sync. + Can use a reverse proxy with Nginx for HTTPS. - name: Mailfence Calendar url: https://www.mailfence.com eyes: 14 - text: | - Supports vCal/iCal import, export and can be accessed by using CalDAV. Users can share their calendars with group members and can also create polls. + text: > + Supports vCal/iCal import, export and can be accessed by using CalDAV. Users can share their + calendars with group members and can also create polls. docs: - title: Docs/Sheets/Slides (cloud) - name: CryptPad url: https://cryptpad.fr/ - eyes: 9 - text: | - Open-source "zero knowledge" collaborative cloud editor. They offer Rich Text, Code, Presentation, Sheet (beta), Poll, Kanban, Whiteboard, and CryptDrive. 100% Client side encryption. Tons of useful features. repo: https://github.com/xwiki-labs/cryptpad + eyes: 9 + text: > + Open-source "zero knowledge" collaborative cloud editor. They offer Rich Text, Code, Presentation, + Sheet (beta), Poll, Kanban, Whiteboard, and CryptDrive. 100% Client side encryption. + Tons of useful features. - name: Etherpad url: https://etherpad.org/ - eyes: null - text: | - Self-hosted collaborative editor. Does not use the browser. Not the greatest interface, but it's open-source and you have full control over who can see your data. repo: https://github.com/ether + eyes: null + text: > + Self-hosted collaborative editor. Does not use the browser. Not the greatest interface, but + it's open-source and you have full control over who can see your data. - name: Cryptee url: https://crypt.ee/ - eyes: null - text: | - Open-source and privacy focused photo and document storage/editing. Based in Estonia, so your files are outside the reach of any 14-eyes country. They don't even require an email address to sign up. repo: https://github.com/cryptee + eyes: null + text: > + Open-source and privacy focused photo and document storage/editing. Based in Estonia, so your + files are outside the reach of any 14-eyes country. They don't even require an email address + to sign up. - name: LibreOffice Online url: https://www.libreoffice.org/download/libreoffice-online/ eyes: 14 - text: | + text: > Self-hosted instance of LibreOffice that you can run in your browser. Thanks @flubberding - name: ONLYOFFICE url: https://www.onlyoffice.com - eyes: null - text: | - Open-source private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. repo: https://github.com/ONLYOFFICE + eyes: null + text: > + Open-source private cloud replacement for Google Docs'suite and Office 360. Also available + as a self contained rich application. - name: Arcane Office url: https://arcaneoffice.com/ eyes: null - text: | - A decentralized office suite with high-security and zero-knowledge on your data. With Arcane Office, you have maximum control on your personal stuff. Full-featured online document and spreadsheet editor. Secure storage to save your photos. All free for personal use. Thanks @taraletti + text: > + A decentralized office suite with high-security and zero-knowledge on your data. With Arcane Office, + you have maximum control on your personal stuff. Full-featured online document and spreadsheet + editor. Secure storage to save your photos. All free for personal use. Thanks @taraletti docs offline: - title: Docs/Sheets/Slides (offline) - name: LibreOffice url: https://www.libreoffice.org/ - eyes: null - text: | - Open-source offline document suites. repo: https://www.libreoffice.org/about-us/source-code + eyes: null + text: > + Open-source offline document suites. - name: LyX url: https://www.lyx.org/ - eyes: null - text: | - It's an open-source (and offline) document processor using TeX/LaTeX. It's different than Docs or Word but amazing, once you get used to it. repo: https://www.lyx.org/Development + eyes: null + text: > + It's an open-source (and offline) document processor using TeX/LaTeX. It's different than + Docs or Word but amazing, once you get used to it. - name: ONLYOFFICE url: https://www.onlyoffice.com/ - eyes: null - text: | - Offline version of ONLYOFFICE, an open-source private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. Thanks @PalmoliveDev repo: https://github.com/ONLYOFFICE + eyes: null + text: > + Offline version of ONLYOFFICE, an open-source private cloud replacement for Google Docs suite + and Office 360. Also available as a self contained rich application. Thanks @PalmoliveDev - name: Cryptee url: https://crypt.ee/ eyes: null - text: | - Offline version of Cryptee for web. Runs as a progressive web app. Works most modern phone browsers (Chrome, Opera or Firefox on Android; Safari on iOS). Also works in desktop browsers that support PWA (the website lists that only Chrome works, but [others will work](https://github.com/tycrek/degoogle/issues/160#issuecomment-643066320) too. + text: > + Offline version of Cryptee for web. Runs as a progressive web app. Works most modern phone + browsers (Chrome, Opera or Firefox on Android; Safari on iOS). Also works in desktop browsers + that support PWA (the website lists that only Chrome works, but + [others will work](https://github.com/tycrek/degoogle/issues/160#issuecomment-643066320) too. - name: Calligra url: https://calligra.org/ - eyes: null - text: | - Calligra Suite is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases. (Free and open-source Software) repo: https://calligra.org/get-involved + eyes: null + text: > + Calligra Suite is an office and graphic art suite by KDE. It is available for desktop PCs, + tablet computers, and smartphones. It contains applications for word processing, spreadsheets, + presentation, vector graphics, and editing databases. (Free and open-source Software) domains: - title: Domains - name: Njalla url: https://njal.la/ eyes: 14 - text: | - Privacy-focused domain registration. Competitive pricing and a large list of available domain extensions. They also offer VPS hosting. Built by people who built The Pirate Bay among others. (thanks u/brais33 and u/HumbleBasis6). Note: some users may have issues with them [legally owning your domain](https://news.ycombinator.com/item?id=14177597). + text: > + Privacy-focused domain registration. Competitive pricing and a large list of available domain + extensions. They also offer VPS hosting. Built by people who built The Pirate Bay among others. + (thanks u/brais33 and u/HumbleBasis6). Note: some users may have issues with them + [legally owning your domain](https://news.ycombinator.com/item?id=14177597). - name: Orangewebsite url: https://www.orangewebsite.com/ eyes: null - text: | - An Iceland-based freedom of speech web hosting provider. They never actually ask for your name, at least when you pay in Bitcoin. + text: > + An Iceland-based freedom of speech web hosting provider. They never actually ask for your name, + at least when you pay in Bitcoin. drive: - title: Drive - name: ownCloud url: https://owncloud.org/ - eyes: null - text: | - Open-source and self-hosted. Provide your own storage. repo: https://github.com/owncloud + eyes: null + text: > + Open-source and self-hosted. Provide your own storage. - name: Nextcloud url: https://nextcloud.com/ eyes: null - text: | + text: > Also self-hosted. Spin-off of ownCloud. **Also offers Calendar and Contacts** (thanks @chribre) - name: Syncthing url: https://syncthing.net/ - eyes: 9 - text: | - An open-source continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. repo: https://github.com/syncthing + eyes: 9 + text: > + An open-source continuous file synchronization program. It synchronizes files between two or + more computers in real time, safely protected from prying eyes. Your data is your data alone + and you deserve to choose where it is stored, whether it is shared with some third party, and + how it's transmitted over the internet. - name: Sia url: https://sia.tech/ eyes: null - text: | + text: > Fully decentralized cloud storage. - name: Tresorit url: https://tresorit.com/ eyes: null - text: | - Primarily meant for businesses, but offers a free version for individuals as well. (thanks u/xNick26) + text: > + Primarily meant for businesses, but offers a free version for individuals as well. Thanks u/xNick26 - name: Sync url: https://www.sync.com eyes: 5 - text: | + text: > End-to-end encrypted Google Drive/Dropbox replacement. - name: JottaCloud url: https://jottacloud.com/en/ eyes: 9 - text: | + text: > Norway based cloud storage provider with free and paid plans. Thanks @mynamesleon - name: seafile url: https://www.seafile.com - eyes: null - text: | - Open-source and self-hosted file sync&share solution. repo: https://github.com/haiwen/seafile + eyes: null + text: > + Open-source and self-hosted file sync&share solution. - name: Cozy Cloud url: https://cozy.io/ - eyes: 9 - text: | - French based cloud storage provider with free and paid plans. Can also be self-hosted and is open-source. And it also offers a collaborative notes editor. repo: https://github.com/cozy/cozy-stack + eyes: 9 + text: > + French based cloud storage provider with free and paid plans. Can also be self-hosted and is + open-source. And it also offers a collaborative notes editor. - name: Mailfence Documents url: https://www.mailfence.com eyes: 14 - text: | - Documents can be accessed using WebDAV or edited online. Users can drag and drop files in folders and categorize them with tags. + text: > + Documents can be accessed using WebDAV or edited online. Users can drag and drop files in + folders and categorize them with tags. - name: Filecloud Community Edition url: https://www.getfilecloud.com/filecloud-community-edition/ eyes: null - text: | + text: > Powerful, secure Dropbox-like enterprise class file sharing and sync solution for home or business. hangouts: - title: Hangouts (text/video messaging) - notes: - - | - See [this article](https://outline.com/BK8f7h) for why I didn't include WhatsApp and why you should NOT use it (if someone has a better Outline link, that would be much appreciated). - - | - I have also **removed** Telegram. See [Issue #29](https://github.com/tycrek/degoogle/issues/29) from @arsv. + - > + See [this article](https://outline.com/BK8f7h) for why I didn't include WhatsApp and why you + should NOT use it (if someone has a better Outline link, that would be much appreciated). + - I have also **removed** Telegram. See [Issue #29](https://github.com/tycrek/degoogle/issues/29) from @arsv. - name: Signal url: https://signal.org/ - eyes: 5 - text: | - Open-source secure messaging. Whistleblower and privacy advocate Edward Snowden recommends Signal. repo: https://github.com/signalapp + eyes: 5 + text: > + Open-source secure messaging. Whistleblower and privacy advocate Edward Snowden recommends Signal. - name: Tox url: https://tox.chat/ eyes: null - text: | - Tox is unique as it uses P2P technology to ensure the network *never* goes down, as long as there are users to keep it alive. They specifically say on the website "Tox has no central servers that can be raided, shut down, or forced to turn over data". + text: > + Tox is unique as it uses P2P technology to ensure the network *never* goes down, as long as + there are users to keep it alive. They specifically say on the website "Tox has no central + servers that can be raided, shut down, or forced to turn over data". - name: Wire url: https://wire.com/en/ eyes: 5 - text: | + text: > Uses end-to-end encryption. Looks to be more of a corporate service with tiered plans. - name: Element url: https://element.io/ - eyes: 5 - text: | - Open-source privacy-focused chat service with end-to-end encryption. They offer webapps, desktop apps, iOS, and Android (Play Store and F-Droid). Uses the "Matrix" protocol for decentralized communication. repo: https://github.com/vector-im + eyes: 5 + text: > + Open-source privacy-focused chat service with end-to-end encryption. They offer webapps, + desktop apps, iOS, and Android (Play Store and F-Droid). Uses the "Matrix" protocol for + decentralized communication. - name: Threema url: https://threema.ch/en eyes: null - text: | - Swiss-based GDPR-compliant instant messenger. Has apps for both iOS and Android. Unlike Signal, no phone number is required (nor is an email) to sign up. End-to-end encrypted. Thanks to @nathanvogel + text: > + Swiss-based GDPR-compliant instant messenger. Has apps for both iOS and Android. Unlike Signal, + no phone number is required (nor is an email) to sign up. End-to-end encrypted. Thanks to @nathanvogel - name: Keybase url: https://keybase.io/ eyes: 5 - text: | - Encrypted chat like Signal with features like Slack. Does not require a phone number to sign up. Also has file storage. **Note:** Keybase was acquired by Zoom, Inc. in May 2020 ([Keybase blog](https://keybase.io/blog/keybase-joins-zoom), [Zoom blog](https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keybase-and-announces-goal-of-developing-the-most-broadly-used-enterprise-end-to-end-encryption-offering/)). Thanks @notpushkin & @multimob. + text: > + Encrypted chat like Signal with features like Slack. Does not require a phone number to sign up. + Also has file storage. **Note:** Keybase was acquired by Zoom, Inc. in May 2020 + ([Keybase blog](https://keybase.io/blog/keybase-joins-zoom), + [Zoom blog](https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keybase-and-announces-goal-of-developing-the-most-broadly-used-enterprise-end-to-end-encryption-offering/)). + Thanks @notpushkin & @multimob. - name: Jitsi url: https://jitsi.org/ - eyes: 5 - text: | - Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) repo: https://github.com/jitsi + eyes: 5 + text: > + Jitsi is an open-source secure video conferencing platform. No account is needed to use it, + simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from + the call. Works directly in your browser, with apps available for iOS and Android. It is not + necessary to self-host, but self-hosting is an option for those who wish to. Very low latency + and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). + (**5-eyes** server) - name: Jami url: https://jami.net/ eyes: 5 - text: | + text: > Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. - name: Mumble url: https://www.mumble.info/ - eyes: null - text: | - A free, open-source, low latency, high quality voice chat application. repo: https://github.com/mumble-voip + eyes: null + text: > + A free, open-source, low latency, high quality voice chat application. - name: Session url: https://getsession.org/ - eyes: null - text: | - Open-source. It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. repo: https://github.com/loki-project?type=source + eyes: null + text: > + Open-source. It is an end-to-end encrypted messenger that removes sensitive metadata collection. + No phone number required to create an account. gmail: - title: Gmail (mail service) - notes: - - This is just for the Gmail service, not a client + - This is just for the Gmail service, not a client - name: Forward Email url: https://forwardemail.net/ - eyes: null - text: | - A free and open-source email forwarding service focused on a user's right to privacy. repo: https://github.com/forwardemail + eyes: null + text: > + A free and open-source email forwarding service focused on a user's right to privacy. - name: Protonmail url: https://protonmail.com/ eyes: null - text: | - One of the top privacy-focused email providers. Servers are in Switzerland in an underground guarded bunker that they claim can "survive a nuclear attack". + text: > + One of the top privacy-focused email providers. Servers are in Switzerland in an underground + guarded bunker that they claim can "survive a nuclear attack". - name: Tutanota url: https://tutanota.com/ - eyes: 14 - text: | - Open-source and one one of the top rated privacy-focused email providers. Located in Germany. repo: https://github.com/tutao/tutanota + eyes: 14 + text: > + Open-source and one one of the top rated privacy-focused email providers. Located in Germany. - name: Posteo url: https://posteo.de/en eyes: 14 - text: | + text: > Completely anonymous mail provider located in Germany. - name: mailbox.org url: https://mailbox.org/en/ eyes: 14 - text: | + text: > Paid email provider, also located in Germany. - name: Disroot url: https://disroot.org/ eyes: 9 - text: | + text: > Decentralized email service. - name: StartMail url: https://www.startmail.com/en/ eyes: 9 - text: | + text: > Operated by the same people who run StartPage. - name: SimpleLogin url: https://simplelogin.io/ - eyes: null - text: | - Open-source, self-hosted, and privacy focused email forwarding service. repo: https://github.com/simple-login + eyes: null + text: > + Open-source, self-hosted, and privacy focused email forwarding service. - name: Migadu url: https://www.migadu.com/en/index.html eyes: 9 - text: | + text: > Paid email provider, located in Switzerland. Focus on privacy. - name: Fastmail url: https://fastmail.com/ eyes: 5 - text: | + text: > Paid email provider, located in Australia and US. - name: Runbox url: https://runbox.com/why-runbox/privacy-protection/ eyes: 9 - text: | + text: > Privacy focusued email provider. Thanks @petertorelli - name: NextCloud url: https://help.nextcloud.com/t/nextcloud-mail-server/157 repo: https://github.com/nextcloud/mail eyes: null - text: | - Nextcloud provides a [webmail interface](https://github.com/nextcloud/mail) that can be used to access email from various providers. Thanks @je-vv + text: > + Nextcloud provides a webmail interface that can be used to access email from various providers. + Thanks @je-vv - name: Anonymize.com Email url: https://anonymize.com/ eyes: null - text: | + text: > Paid secure email service provided by Epik.com. - name: Thexyz url: https://www.thexyz.com/ eyes: 5 - text: | - Thexyz is a Canadian company offering privacy-conscious business email. Premium webmail costs USD $2.95 per month. + text: > + Thexyz is a Canadian company offering privacy-conscious business email. Premium webmail costs + USD $2.95 per month. - name: Mailfence url: https://www.mailfence.com eyes: 14 - text: | - A secure and private email provider much like Protonmail and Tutanota. There are no google analytics nor hidden cookies. There are options to pay anonymously via cryptocurrency. It features a wide array of collaboration tools, such as groups, calendar, contacts, documents with editing space. Offers free, paid, and freemium plans. Can pay with cryptocurrency and has a [warrant canary](https://blog.mailfence.com/transparency-report-and-warrant-canary/). Thanks @resto1231 + text: > + A secure and private email provider much like Protonmail and Tutanota. There are no google + analytics nor hidden cookies. There are options to pay anonymously via cryptocurrency. It + features a wide array of collaboration tools, such as groups, calendar, contacts, documents + with editing space. Offers free, paid, and freemium plans. Can pay with cryptocurrency and + has a [warrant canary](https://blog.mailfence.com/transparency-report-and-warrant-canary/). + Thanks @resto1231 - name: CTemplar url: https://ctemplar.com/ eyes: null - text: | + text: > Privacy-focused email provider located in Iceland. - name: Anonaddy url: https://anonaddy.com/ - eyes: 9 - text: | - Open-source Anonymous forwarding email service. Forwarded email can be encrypted (OpenPGP) to prevent Google from reading it. Accepts cryptocurrencies (including Monero). repo: https://github.com/anonaddy/anonaddy + eyes: 9 + text: > + Open-source Anonymous forwarding email service. Forwarded email can be encrypted (OpenPGP) to + prevent Google from reading it. Accepts cryptocurrencies (including Monero). - name: Mail-in-a-Box url: https://mailinabox.email/ - eyes: null - text: | - Open-source self-hosted easy-to-deploy mail server in a box. repo: https://github.com/mail-in-a-box/mailinabox + eyes: null + text: > + Open-source self-hosted easy-to-deploy mail server in a box. keep: - title: Keep - name: Joplin url: https://joplinapp.org/ - eyes: null - text: | - Open-source notes/todo app. Available for Windows, macOS, Linux, Android, and iOS. Also offers a terminal version. It can import Evernote `.enex` files if you use that. It can also sync with Nextcloud (mentioned above). repo: https://github.com/laurent22/joplin + eyes: null + text: > + Open-source notes/todo app. Available for Windows, macOS, Linux, Android, and iOS. Also offers + a terminal version. It can import Evernote `.enex` files if you use that. It can also sync with + Nextcloud (mentioned above). - name: Standard Notes url: https://standardnotes.org/ fdroid: com.standardnotes eyes: null - text: | - Encrypted note storage with loads of features. Offers a web app as well as downloads for most operating systems. Has a paid plan, but the free tier has many useful features as well. + text: > + Encrypted note storage with loads of features. Offers a web app as well as downloads for most + operating systems. Has a paid plan, but the free tier has many useful features as well. - name: Turtl url: https://turtlapp.com/ eyes: null - text: | + text: > Encrypted collaborative notebook with possibility of running your own server. - name: QOwnNotes url: https://www.qownnotes.org/ - eyes: null - text: | - Open-source file editor with Markdown support. (thanks u/maqp2) repo: https://github.com/pbek/QOwnNotes + eyes: null + text: > + Open-source file editor with Markdown support. (thanks u/maqp2) - name: EteSync url: https://www.etesync.com - eyes: null - text: | - Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. repo: https://github.com/etesync + eyes: null + text: > + Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. - name: GitJournal url: https://gitjournal.io/ eyes: null - text: | + text: > Your Markdown notes stores in any Git Repo. Available for both Android (Play Store) and iOS. - name: Nextcloud Notes url: https://apps.nextcloud.com/apps/notes eyes: null - text: | - A distraction free notes taking app for Nextcloud. It provides categories for better organization and supports formatting using Markdown syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. + text: > + A distraction free notes taking app for Nextcloud. It provides categories for better organization + and supports formatting using Markdown syntax. Notes are saved as files in your Nextcloud, so you + can view and edit them with every Nextcloud client. - name: TiddlyWiki url: https://tiddlywiki.com/ - eyes: null - text: | - An open-source personal note-taking system that can run in the browser as a single HTML file or as a NodeJS application. It can be stored locally on a hard drive or removable drive, self-hosted on one's own server, or use various web-based storage options. repo: https://github.com/Jermolene/TiddlyWiki5 + eyes: null + text: > + An open-source personal note-taking system that can run in the browser as a single HTML file + or as a NodeJS application. It can be stored locally on a hard drive or removable drive, + self-hosted on one's own server, or use various web-based storage options. music tv movies: - title: Play Music, Movies, & TV - notes: - - | - I can no longer recommend [Emby](https://emby.media/) as they are [no longer open source](https://www.linuxuprising.com/2018/12/jellyfin-free-software-emby-media.html). - - | - Thanks to u/eA8KESARaW6iqCpHsbE4 for suggesting Jellyfin and pointing out that Emby isn't open source. + - > + I can no longer recommend [Emby](https://emby.media/) as they are + [no longer open source](https://www.linuxuprising.com/2018/12/jellyfin-free-software-emby-media.html). + - Thanks to u/eA8KESARaW6iqCpHsbE4 for suggesting Jellyfin and pointing out that Emby isn't open source. - name: Jellyfin url: https://jellyfin.org/ - eyes: null - text: | - Open-source alternative to the Play media services. You do need to provide your own content, however. In active development with frequent updates (to the source, that is). repo: https://github.com/jellyfin + eyes: null + text: > + Open-source alternative to the Play media services. You do need to provide your own content, + however. In active development with frequent updates (to the source, that is). - name: Funkwhale url: https://funkwhale.audio/ eyes: null - text: | + text: > Self-hosted, decentralized music service. Provide your own audio. (thanks u/DashEquals) - name: Airsonic url: https://airsonic.github.io/ - eyes: null - text: | - Self-hosted open-source media streamer. Has features for transcoding audio on-the-fly for "virtually any audio format". You can also set bandwidth limits if you need to. Looks very powerful. repo: https://github.com/airsonic/airsonic + eyes: null + text: > + Self-hosted open-source media streamer. Has features for transcoding audio on-the-fly for + "virtually any audio format". You can also set bandwidth limits if you need to. Looks very powerful. - name: Music Player Daemon url: https://www.musicpd.org/ eyes: null - text: | + text: > A "flexible, powerful, server-side application for playing music". - name: Popcorn Time url: https://popcorntime.sh/ - eyes: null - text: | - Open-source software for desktop and mobile that let you easily stream movie/TV torrents. **Be careful if your country or ISP has policies against torrenting, a VPN is recommended.** Thanks @je-vv repo: https://github.com/popcorn-official + eyes: null + text: > + Open-source software for desktop and mobile that let you easily stream movie/TV torrents. + **Be careful if your country or ISP has policies against torrenting, a VPN is recommended.** + Thanks @je-vv - name: Nuclear Music Player url: https://nuclear.js.org/ eyes: null - text: | + text: > Streaming music player that finds music from free sources automatically. - name: Tribler url: https://www.tribler.org/ - eyes: null - text: | - Open-source peer-to-peer file sharing that provides a "Youtube"-like streaming experience. Tribler uses Tor-like onion routing to protect the privacy of its users. repo: https://github.com/Tribler/tribler + eyes: null + text: > + Open-source peer-to-peer file sharing that provides a "Youtube"-like streaming experience. + Tribler uses Tor-like onion routing to protect the privacy of its users. - name: Ampache url: http://ampache.org/ - eyes: null - text: | - Open-source and self-hosted web based media manager and media server. API available to allow usage on various platforms. On-the-fly transcoding available. Supports both music and video. repo: https://github.com/ampache/ampache + eyes: null + text: > + Open-source and self-hosted web based media manager and media server. API available to allow + usage on various platforms. On-the-fly transcoding available. Supports both music and video. fonts: - title: Fonts - name: Open Font Library url: https://fontlibrary.org/ eyes: 5 - text: | + text: > Lots of Serif and Sans-Serif fonts that can be directly embedded into a website. - name: google webfonts helper url: https://google-webfonts-helper.herokuapp.com/fonts - eyes: 5 - text: | - Hassle-free way for webmasters to self-host open-source fonts from Google Fonts repo: https://github.com/majodev/google-webfonts-helper + eyes: 5 + text: > + Hassle-free way for webmasters to self-host open-source fonts from Google Fonts - name: Brick - url: https://brick.im - eyes: 9 - text: | - Open-source fonts that work in a very similar way to Google fonts. Most of the fonts render nicer than Google Fonts. + url: https://brick.im repo: https://github.com/alfredxing/brick + eyes: 9 + text: > + Open-source fonts that work in a very similar way to Google fonts. Most of the fonts render + nicer than Google Fonts. classroom: - title: Classroom - name: Moodle url: https://moodle.org/ - eyes: null - text: | - Self-hosted open-source Classroom software for schools. Very powerful. Thanks @jankapunkt repo: https://github.com/moodle/moodle + eyes: null + text: > + Self-hosted open-source Classroom software for schools. Very powerful. Thanks @jankapunkt - name: ILIAS url: https://www.ilias.de/en/ - eyes: null - text: | - Another self-hosted open-source classroom software. Thanks again to @jankapunkt repo: https://github.com/ILIAS-eLearning/ILIAS + eyes: null + text: > + Another self-hosted open-source classroom software. Thanks again to @jankapunkt - name: Canvas url: https://www.instructure.com/canvas - eyes: null - text: | - Paid service by Instructure. Also available as a self-hosted, open-source option. To ensure privacy, use the self-hosted option. repo: https://github.com/instructure/canvas-lms + eyes: null + text: > + Paid service by Instructure. Also available as a self-hosted, open-source option. To ensure + privacy, use the self-hosted option. maps: - title: Maps/Street View - name: OpenStreetMap url: https://www.openstreetmap.org/ eyes: 9 - text: | - Collaborative project to create a free, editable map of the world (from Wikipedia). Completely crowdsourced. Very strong alternative to Maps. + text: > + Collaborative project to create a free, editable map of the world (from Wikipedia). + Completely crowdsourced. Very strong alternative to Maps. - name: Qwant Maps url: https://www.qwant.com/maps/ eyes: null - text: | + text: > Maps from the makers of Qwant search engine. Thanks @mynamesleon - name: Benmaps url: https://benmaps.fr eyes: null - text: | + text: > Another maps alternative based on OpenStreetMap. Thanks @dimqua transit: - title: Transit - name: Transportr url: https://transportr.app/ - eyes: null - text: | - An open-source Transit app on Android that takes information from several providers (e.g Deutsche Bahn in Germany) and enables you to use them in the app. Visualises the routes on an online OpenStreetMap map. Works in most of Western-Europe, as well as the USA, Australia, Canada, New Zealand, Brazil, Nicaragua, Costa Rica, the UAE and Ghana. **Beware: most information-providers only have beta or alpha support, it may be a good idea to keep a second app as a fallback option** repo: https://github.com/grote/Transportr + eyes: null + text: > + An open-source Transit app on Android that takes information from several providers + (e.g Deutsche Bahn in Germany) and enables you to use them in the app. Visualises the routes + on an online OpenStreetMap map. Works in most of Western-Europe, as well as the USA, Australia, + Canada, New Zealand, Brazil, Nicaragua, Costa Rica, the UAE and Ghana. **Beware: most + information-providers only have beta or alpha support, it may be a good idea to keep a second + app as a fallback option** trends: - title: Trends forms: @@ -901,112 +1042,130 @@ web based products: - name: BlockSurvey url: https://blocksurvey.io/ eyes: null - text: | - BlockSurvey enables digital rights (identity and data ownership) to users using Blockstack's blockchain. Users truly own their data with BlockSurvey. All your data is protected using your key and only you can access it. There are no trackers, cookies, or fingerprints on the forms of data providers. Thanks @compressstudio + text: > + BlockSurvey enables digital rights (identity and data ownership) to users using Blockstack's + blockchain. Users truly own their data with BlockSurvey. All your data is protected using your + key and only you can access it. There are no trackers, cookies, or fingerprints on the forms + of data providers. Thanks @compressstudio operating systems: mobile: - title: Android/Fuchsia - notes: - - | - You'll either need a rooted device with an unlocked bootloader, or a specific device depending on which OS you like. - - | - Please see Issue #55 for details on /e/. + - > + You'll either need a rooted device with an unlocked bootloader, or a specific device + depending on which OS you like. + - Please see Issue #55 for details on /e/. - name: Ubuntu Touch url: https://ubuntu-touch.io/ eyes: null - text: | + text: > Ubuntu, but for phones. - name: LineageOS url: https://www.lineageos.org/ - eyes: 5 - text: | - Open-source and based on Android, but without the crap. repo: https://github.com/lineageos + eyes: 5 + text: > + Open-source and based on Android, but without the crap. - name: SailfishOS url: https://sailfishos.org/ - eyes: null - text: | - Privacy-focused mobile OS by Jolla with a proprietary UI and Android compatibility layer on top of an open-source Mer GNU/Linux base. repo: http://releases.sailfishos.org/sources + eyes: null + text: > + Privacy-focused mobile OS by Jolla with a proprietary UI and Android compatibility layer on + top of an open-source Mer GNU/Linux base. - name: GrapheneOS url: https://grapheneos.org/ - eyes: null - text: | - Open-source Android-based OS with an emphasis on security and privacy. Features advanced hardening and privacy protections throughout the system. repo: https://github.com/GrapheneOS + eyes: null + text: > + Open-source Android-based OS with an emphasis on security and privacy. Features advanced + hardening and privacy protections throughout the system. - name: postmarketOS url: https://postmarketos.org/ - eyes: null - text: | - Open-source mobile Linux OS. Can install different user interfaces such as [Plasma Mobile](https://www.plasma-mobile.org/). Thanks @okias repo: https://gitlab.com/postmarketOS + eyes: null + text: > + Open-source mobile Linux OS. Can install different user interfaces such as + [Plasma Mobile](https://www.plasma-mobile.org/). + Thanks @okias - name: Replicant url: https://replicant.us/ eyes: 5 - text: | + text: > Free Android distribution. Puts the emphasis on "freedom and privacy/security". - name: CalyxOS url: https://calyxos.org/ - eyes: null - text: | - Open-source Android-based OS with an emphasis on security and privacy. Provides good combination of privacy and security together with usability. Optional support for MicroG. repo: https://gitlab.com/CalyxOS + eyes: null + text: > + Open-source Android-based OS with an emphasis on security and privacy. Provides good combination + of privacy and security together with usability. Optional support for MicroG. chromeos: - title: Chrome OS - name: GalliumOS url: https://galliumos.org/ eyes: null - text: | - "A fast and lightweight Linux distro for ChromeOS devices". Based on Xubuntu. + text: > + "A fast and lightweight Linux distro for ChromeOS devices". Based on Xubuntu. - name: Qubes OS url: https://www.qubes-os.org/ eyes: null - text: | - "A reasonably secure operating system", at least according to their website. Edward Snowden recommends it. + text: > + "A reasonably secure operating system", at least according to their website. + Edward Snowden recommends it. - name: Subgraph OS url: https://subgraph.com/index.en.html eyes: null - text: | - A desktop computing and communications platform that is designed to be resistant to network-borne exploit and malware attacks. + text: > + A desktop computing and communications platform that is designed to be resistant to + network-borne exploit and malware attacks. - name: Tails url: https://tails.boum.org/ eyes: null - text: | - For the uber-paranoid. Runs live and the entire OS is routed through Tor right from boot. Built on Debian. + text: > + For the uber-paranoid. Runs live and the entire OS is routed through Tor right from boot. + Built on Debian. - name: Knoppix url: http://www.knopper.net/knoppix/index-en.html eyes: null - text: | + text: > Another Live OS, runs from CD/DVD/USB. Can also be installed if desired. - name: Parrot OS url: https://parrotsec.org/ eyes: null - text: | + text: > Debian-based and privacy focused. Fully sandboxed. (thanks u/Safe_Airport) - name: PureOS url: https://pureos.net/ eyes: 5 - text: | - The OS of Purism Laptops (mentioned in the Hardware section). Very clean UI. *Editor note: I could not get this working on a UEFI Dell laptop. The group behind PureOS does not provide any UEFI support.* + text: > + The OS of Purism Laptops (mentioned in the Hardware section). Very clean UI. *Editor note: + I could not get this working on a UEFI Dell laptop. The group behind PureOS does not provide + any UEFI support.* - name: GhostBSD url: https://ghostbsd.org/ - eyes: null - text: | - This is a secure open-source OS based on FreeBSD, preconfigured to be a sane desktop environment for all users. repo: https://github.com/GhostBSD + eyes: null + text: > + This is a secure open-source OS based on FreeBSD, preconfigured to be a sane desktop environment + for all users. - name: Any other form of Linux url: https://www.linuxfoundation.org/ eyes: null - text: | - [Ubuntu](https://www.ubuntu.com/); [Debian](https://www.debian.org/); [Mint](https://linuxmint.com/); [Fedora](https://getfedora.org/); [Arch](https://www.archlinux.org/) or [Manjaro](https://manjaro.org/) (Manjaro is objectively much easier to get running than Arch); [Trisquel](https://trisquel.info/); [Gentoo](https://www.gentoo.org/); [Alpine](https://www.alpinelinux.org/) (thanks u/privacyfreak555); [etc etc etc](https://en.wikipedia.org/wiki/List_of_Linux_distributions) + text: > + [Ubuntu](https://www.ubuntu.com/); [Debian](https://www.debian.org/); [Mint](https://linuxmint.com/); + [Fedora](https://getfedora.org/); [Arch](https://www.archlinux.org/) or [Manjaro](https://manjaro.org/) + (Manjaro is objectively much easier to get running than Arch); [Trisquel](https://trisquel.info/); + [Gentoo](https://www.gentoo.org/); [Alpine](https://www.alpinelinux.org/) (thanks u/privacyfreak555); + [etc etc etc](https://en.wikipedia.org/wiki/List_of_Linux_distributions) wearos: - title: Wear OS - name: AsteroidOS url: https://asteroidos.org/ - eyes: 14 - text: | - The cleanest (and only) open-source alternative for Wear OS. Make sure you buy a watch that supports it! repo: https://github.com/AsteroidOS + eyes: 14 + text: > + The cleanest (and only) open-source alternative for Wear OS. Make sure you buy a watch that supports it! android auto: - title: Android Auto android tv: @@ -1014,14 +1173,16 @@ operating systems: - name: Kodi url: https://kodi.tv/ eyes: null - text: | - It's incredibly powerful and backed by one of the strongest communities around. Tons of plugins to do nearly anything you want. Software installs on nearly any platform. + text: > + It's incredibly powerful and backed by one of the strongest communities around. Tons of plugins + to do nearly anything you want. Software installs on nearly any platform. - name: OSMC url: https://osmc.tv/ - eyes: null - text: | - Free, open-source media center OS. Kodi is pre-installed. Thanks to @g4rret and @lgiard for clarifying the difference between Kodi and OSMC! repo: https://github.com/osmc/osmc + eyes: null + text: > + Free, open-source media center OS. Kodi is pre-installed. Thanks to @g4rret and @lgiard for + clarifying the difference between Kodi and OSMC! desktop applications: chrome: - title: Chrome @@ -1029,111 +1190,136 @@ desktop applications: url: https://github.com/Eloston/ungoogled-chromium repo: https://github.com/Eloston/ungoogled-chromium eyes: null - text: | - Chromium (which Chrome and countless other browsers are built on top of) is one of the cleanest and light-weight browsers available. This version cuts out all the Google crap. + text: > + Chromium (which Chrome and countless other browsers are built on top of) is one of the cleanest + and light-weight browsers available. This version cuts out all the Google crap. - name: Firefox url: https://firefox.com/ eyes: null - text: | + text: > Built by Mozilla, "The Privacy Company". Huge extension library; great for privacy. - name: Waterfox url: https://www.waterfox.net/ eyes: 5 - text: | - Based on Firefox, but **64-bit only** with an emphasis on speed and privacy. Has a "classic" version built off older Firefox for legacy extension support and also an "alpha" version built off Quantum. It doesn't collect any telemetry and also removes Pocket from the alpha release. Project is run by [Alex Kontos](https://github.com/MrAlex94/) and is constantly in active development. Looks very clean and fast. Android versions are in the works too. **UPDATE:** @Nudin pointed out in Issue #85 that Waterfox is now [apart of System1](https://www.waterfox.net/blog/waterfox-has-joined-system1/). + text: > + Based on Firefox, but **64-bit only** with an emphasis on speed and privacy. Has a "classic" + version built off older Firefox for legacy extension support and also an "alpha" version built + off Quantum. It doesn't collect any telemetry and also removes Pocket from the alpha release. + Project is run by [Alex Kontos](https://github.com/MrAlex94/) and is constantly in active + development. Looks very clean and fast. Android versions are in the works too. + **UPDATE:** @Nudin pointed out in Issue #85 that Waterfox is now + [a part of System1](https://www.waterfox.net/blog/waterfox-has-joined-system1/). - name: Vivaldi url: https://vivaldi.com/ eyes: null - text: | + text: > Privacy-focused browser. Appears to be very customizable and feature-rich. - name: Tor Browser url: https://www.torproject.org/download/ eyes: null - text: | - Firefox-based browser routed through the [Tor network](https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29). Automatically has a few privacy extensions installed (such as HTTPS Everywhere). [Read this article](https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor) for more info on how it works and the benefits of using Tor. Available for Windows, Linux, macOS, and Android. + text: > + Firefox-based browser routed through the [Tor network](https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29). + Automatically has a few privacy extensions installed (such as HTTPS Everywhere). + [Read this article](https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor) + for more info on how it works and the benefits of using Tor. Available for Windows, Linux, macOS, and Android. earth: - title: Earth - name: KDE Marble url: https://kde.org/applications/education/org.kde.marble eyes: null - text: | - Strong alternative for G Earth. Currently only on Linux, but is being ported to other platforms. Thanks to @PopeRigby + text: > + Strong alternative for G Earth. Currently only on Linux, but is being ported to other platforms. + Thanks to @PopeRigby android studio: - title: Android Studio (not specifically for Android development, just in general) - name: VSCodium url: https://vscodium.com/ eyes: null - text: | + text: > VSCodium is Visual Studio Code but without all the Microsoft telemetry and branding. - name: Vim url: https://www.vim.org/ - eyes: null - text: | - Open-source text editor. Thanks @moon-chilled repo: https://github.com/vim/vim + eyes: null + text: > + Open-source text editor. Thanks @moon-chilled - name: Emacs url: https://www.gnu.org/software/emacs/ - eyes: null - text: | - Another open-source text editor. Thanks @moon-chilled repo: https://github.com/emacs-mirror/emacs + eyes: null + text: > + Another open-source text editor. Thanks @moon-chilled - name: Atom url: https://atom.io/ - eyes: null - text: | - Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies. (From [Wikipedia](https://en.wikipedia.org/wiki/Atom_(text_editor))) Thanks @woutfeys repo: https://github.com/atom/atom + eyes: null + text: > + Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft + Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by + GitHub. Atom is a desktop application built using web technologies. + (From [Wikipedia](https://en.wikipedia.org/wiki/Atom_(text_editor))) + Thanks @woutfeys mobile applications: play store: - title: Play Store - notes: - - | - When searching for replacements, check the alternative stores (such as F-Droid) before checking the Play Store. + - When searching for replacements, check the alternative stores (such as F-Droid) before checking the Play Store. - name: F-Droid url: https://f-droid.org/ eyes: null - text: | - Catalogue of FOSS apps for Android. Easy to install and keeps track of updates. Also has a browser version if you don't want to install the app. + text: > + Catalogue of FOSS apps for Android. Easy to install and keeps track of updates. Also has a + browser version if you don't want to install the app. - name: Yalp Store (fork) url: https://github.com/kiliakin/YalpStore repo: https://github.com/kiliakin/YalpStore fdroid: com.github.kiliakin.yalpstore eyes: null - text: | - Yalp downloads Play Store apps as APK files. Helpful if you want to stay away from the Play Store, but require an app that is only available there. This version is a fork of the original project that is no longer active. Thank @onlyjob + text: > + Yalp downloads Play Store apps as APK files. Helpful if you want to stay away from the Play + Store, but require an app that is only available there. This version is a fork of the original + project that is no longer active. + Thank @onlyjob - name: APKMirror url: https://www.apkmirror.com/ eyes: null - text: | - An online library of user-uploaded APK files. Helpful if you need a specific older version of an app or don't want to download it through Google Play. + text: > + An online library of user-uploaded APK files. Helpful if you need a specific older version + of an app or don't want to download it through Google Play. - name: Aurora Store url: https://gitlab.com/AuroraOSS/AuroraStore repo: https://gitlab.com/AuroraOSS/AuroraStore fdroid: com.aurora.store eyes: null - text: | - Aurora Store is ~~simply a fork of the Yalp Store~~ no longer a fork of Yalp, but is now its own project (see their [readme](https://gitlab.com/AuroraOSS/AuroraStore/blob/master/README.md)). **Update:** Removed note on using microG as Aurora Store [does not use it](https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/README.md#L77). Thanks @notpushkin + text: > + Aurora Store is ~~simply a fork of the Yalp Store~~ no longer a fork of Yalp, but is now its + own project (see their [readme](https://gitlab.com/AuroraOSS/AuroraStore/blob/master/README.md)). + **Update:** Removed note on using microG as Aurora Store + [does not use it](https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/README.md#L77). + Thanks @notpushkin - name: Fossdroid url: https://fossdroid.com/ eyes: null - text: | - Uses the same library as F-Droid, but with a modern UI similar to that of the Play Store and the ability to view apps by popularity. + text: > + Uses the same library as F-Droid, but with a modern UI similar to that of the Play Store and + the ability to view apps by popularity. - name: G-Droid url: https://gitlab.com/gdroid/gdroidclient/ repo: https://gitlab.com/gdroid/gdroidclient eyes: null - text: | + text: > Also uses the F-Droid repo but with a different UI. - name: APKGrabber url: https://github.com/hemker/apkgrabber repo: https://github.com/hemker/apkgrabber eyes: null - text: | - Fork of [APKUpdater](https://github.com/rumboalla/apkupdater). Both are great tools for avoiding app stores (on Android). + text: > + Fork of [APKUpdater](https://github.com/rumboalla/apkupdater). Both are great tools for + avoiding app stores (on Android). - name: Aurora Droid url: https://forum.xda-developers.com/android/apps-games/app-aurora-droid-fdroid-client-t3932663 eyes: null - text: | + text: > Yet another F-Droid client, potentially has a few bugs (thanks u/OfficialJohnGL4) chrome android: - title: Chrome (Android) @@ -1141,14 +1327,15 @@ mobile applications: url: https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/ fdroid: org.mozilla.fennec_fdroid eyes: null - text: | - A privacy-focused version of Firefox Android available on F-Droid. It's focused on removing any proprietary bits found in official Mozilla's builds. (thanks u/SupremeLisper) + text: > + A privacy-focused version of Firefox Android available on F-Droid. It's focused on removing + any proprietary bits found in official Mozilla's builds. (thanks u/SupremeLisper) - name: Bromite url: https://www.bromite.org/ - eyes: null - text: | - Privacy-focused/open-source build of Chromium with built-in ad blocking. (thanks u/SupremeLisper) repo: https://github.com/bromite/bromite + eyes: null + text: > + Privacy-focused/open-source build of Chromium with built-in ad blocking. (thanks u/SupremeLisper) calculator: - title: Calculator - name: Simple Calculator @@ -1156,206 +1343,223 @@ mobile applications: repo: https://github.com/SimpleMobileTools/Simple-Calculator fdroid: com.simplemobiletools.calculator eyes: null - text: | + text: > Also part of the SMT project. Available on F-Droid. - name: Calculator N+ or NCalc+ url: https://github.com/tranleduy2000/ncalc - eyes: null - text: | - Open-source feature-rich calculator. App itself is no longer in development, but the developer does [encourage pull requests](https://github.com/tranleduy2000/ncalc#calculator-n---powerful-calculator-for-android). I've used it frequently and it works great. Not on F-Droid, but a 3rd party play store can probably find it; or the APK's are available as releases on GitHub. You can also compile from source. repo: https://github.com/tranleduy2000/ncalc + eyes: null + text: > + Open-source feature-rich calculator. App itself is no longer in development, but the developer + does [encourage pull requests](https://github.com/tranleduy2000/ncalc#calculator-n---powerful-calculator-for-android). + I've used it frequently and it works great. Not on F-Droid, but a 3rd party play store can probably find it; + or the APK's are available as releases on GitHub. You can also compile from source. - name: Calculator++ url: https://github.com/Bubu/android-calculatorpp + repo: https://github.com/Bubu/android-calculatorpp fdroid: org.solovyev.android.calculator eyes: null - text: | + text: > Open-source calculator packed with features. Thanks @ghost - repo: https://github.com/Bubu/android-calculatorpp calendar: - title: Calendar - name: DAVx⁵ url: https://www.davx5.com/ + repo: https://gitlab.com/bitfireAT/davx5-ose fdroid: at.bitfire.davdroid eyes: null - text: | + text: > DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. - repo: https://gitlab.com/bitfireAT/davx5-ose - name: ICSx⁵ url: https://icsx5.bitfire.at/ fdroid: at.bitfire.icsdroid eyes: null - text: | - ICSx⁵ is an Android app to subscribe to remote (“Webcal”) or local iCalendar files (like time tables of your school/university or event files of your sports team). Thanks @je-vv + text: > + ICSx⁵ is an Android app to subscribe to remote (“Webcal”) or local iCalendar files (like time + tables of your school/university or event files of your sports team). Thanks @je-vv - name: Fruux (mobile app) url: https://fruux.com/ eyes: null - text: | + text: > Same service from above provides an Android app. - name: Etar url: https://github.com/xsoh/Etar-Calendar + repo: https://github.com/xsoh/Etar-Calendar fdroid: ws.xsoh.etar eyes: null - text: | - Open-source material design Calendar that integrates with the Android Calendar API. Can integrate with CalDAV/CardDAV servers. - repo: https://github.com/xsoh/Etar-Calendar + text: > + Open-source material design Calendar that integrates with the Android Calendar API. Can + integrate with CalDAV/CardDAV servers. - name: Simple Calendar url: https://github.com/SimpleMobileTools/Simple-Calendar + repo: https://github.com/SimpleMobileTools/Simple-Calendar fdroid: com.simplemobiletools.calendar.pro eyes: null - text: | + text: > Open-source. Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. - repo: https://github.com/SimpleMobileTools/Simple-Calendar - name: EteSync url: https://www.etesync.com + repo: https://github.com/etesync fdroid: com.etesync.syncadapter eyes: null - text: | + text: > Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. - repo: https://github.com/etesync camera: - title: Camera - name: Open Camera url: https://opencamera.sourceforge.io/ + repo: https://sourceforge.net/p/opencamera/code/ci/master/tree fdroid: net.sourceforge.opencamera eyes: null - text: | + text: > Open-source camera for Android. Thanks @je-vv - repo: https://sourceforge.net/p/opencamera/code/ci/master/tree clock: - title: Clock - name: Clock + url: https://github.com/philliphsu/ClockPlus + repo: https://github.com/philliphsu/ClockPlus fdroid: com.philliphsu.clock2 eyes: null - text: | + text: > Open-source Alarm clock, timer, and stop watch. - repo: https://github.com/philliphsu/ClockPlus - name: Simple Alarm Clock url: https://github.com/yuriykulikov/AlarmClock repo: https://github.com/yuriykulikov/AlarmClock eyes: null - text: | - Exactly as it's name says; simple alarm clock yet adds many improvements over other apps. No dock mode or world clock. + text: > + Exactly as it's name says; simple alarm clock yet adds many improvements over other apps. + No dock mode or world clock. - name: Insane Alarm! url: https://github.com/RIAEvangelist/insane-alarm repo: https://github.com/RIAEvangelist/insane-alarm eyes: null - text: | - Developer states that he had "spent a night out with the boys and drank a bit too much but needed to be up in the morning". So, he made the loudest alarm clock possible based off an emergency alarm from when he was in the military. This app doesn't mess around, use it wisely. + text: > + Developer states that he had "spent a night out with the boys and drank a bit too much but + needed to be up in the morning". So, he made the loudest alarm clock possible based off an + emergency alarm from when he was in the military. This app doesn't mess around, use it wisely. - name: Alarmio url: https://github.com/fennifith/Alarmio + repo: https://github.com/fennifith/Alarmio fdroid: me.jfenn.alarmio eyes: null - text: | - An open-source simple alarm clock that implements many useful features while following regular design standards to ensure that it is quick and intuitive to use. - repo: https://github.com/fennifith/Alarmio + text: > + An open-source simple alarm clock that implements many useful features while following regular + design standards to ensure that it is quick and intuitive to use. contacts: - title: Contacts - name: Fruux (mobile app) url: https://fruux.com/ eyes: null - text: | + text: > Fruux *also* provides a contacts app. - name: Simple Contacts url: https://github.com/SimpleMobileTools/Simple-Contacts + repo: https://github.com/SimpleMobileTools/Simple-Contacts fdroid: com.simplemobiletools.contacts.pro eyes: null - text: | + text: > Open-source. Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. - repo: https://github.com/SimpleMobileTools/Simple-Contacts - name: Open Contacts url: https://gitlab.com/sultanahamer/OpenContacts/-/blob/HEAD/README.md - eyes: null - fdroid: opencontacts.open.com.opencontacts - text: | - Open-source contacts. (thanks u/consentio) repo: https://gitlab.com/sultanahamer/OpenContacts + fdroid: opencontacts.open.com.opencontacts + eyes: null + text: > + Open-source contacts. (thanks u/consentio) - name: EteSync url: https://www.etesync.com + repo: https://github.com/etesync fdroid: com.etesync.syncadapter eyes: null - text: | + text: > Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. - repo: https://github.com/etesync messages: - title: Android Messages (specifically SMS/MMS, not IM) - name: QKSMS url: https://github.com/moezbhatti/qksms + repo: https://github.com/moezbhatti/qksms fdroid: com.moez.QKSMS eyes: null - text: | + text: > Open-source. Very clean and feature rich SMS app. Available on F-Droid. - repo: https://github.com/moezbhatti/qksms - name: Silence.im url: https://silence.im/ + repo: https://silence.im/contribute fdroid: org.smssecure.smssecure eyes: null - text: | - Open-source and utilizes Signal's encryption protocol. Seamlessly works with SMS. End-to-end encryption with other Silence users. Available on F-Droid. - repo: https://silence.im/contribute + text: > + Open-source and utilizes Signal's encryption protocol. Seamlessly works with SMS. End-to-end + encryption with other Silence users. Available on F-Droid. - name: Signal url: https://signal.org/ - eyes: null - text: | - Open-source. Signal possesses SMS/MMS capabilities on Android. Using it as your default SMS app has the advantage of having your SMS and your online-messaging-service integrated within one app. Doing so will also show stats within the app of how many messages you send are encrypted, and offers to send invites to your contacts.

Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. repo: https://github.com/signalapp + eyes: null + text: > + Open-source. Signal possesses SMS/MMS capabilities on Android. Using it as your default SMS + app has the advantage of having your SMS and your online-messaging-service integrated within + one app. Doing so will also show stats within the app of how many messages you send are encrypted, + and offers to send invites to your contacts.

Thanks @Glitchy-Tozier for suggesting it be + listing as SMS/MMS alternative. gboard: - title: Gboard (Google Keyboard) - name: AnySoftKeyboard url: https://anysoftkeyboard.github.io/ + repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard fdroid: com.menny.android.anysoftkeyboard eyes: null - text: | + text: > Open-source keyboard. Available on F-Droid. - repo: https://github.com/AnySoftKeyboard/AnySoftKeyboard - - name: Hacker's Keyboard + - name: Hacker's Keyboard' url: https://github.com/klausw/hackerskeyboard + repo: https://github.com/klausw/hackerskeyboard fdroid: org.pocketworkstation.pckeyboard eyes: null - text: | + text: > Also open-source. Very useful for developers or sysadmins on the go. - repo: https://github.com/klausw/hackerskeyboard - name: kboard url: https://github.com/adgad/kboard + repo: https://github.com/adgad/kboard fdroid: com.adgad.kboard eyes: null - text: | - Open-source. Has features for phrases, "lenny faces", macros and more. **Note**: Project [appears to be abandoned](https://github.com/adgad/kboard/issues/16). - repo: https://github.com/adgad/kboard + text: > + Open-source. Has features for phrases, "lenny faces", macros and more. **Note**: Project + [appears to be abandoned](https://github.com/adgad/kboard/issues/16). - name: Simple Keyboard url: https://github.com/rkkr/simple-keyboard + repo: https://github.com/rkkr/simple-keyboard fdroid: rkr.simplekeyboard.inputmethod eyes: null - text: | + text: > Open-source keyboard. - repo: https://github.com/rkkr/simple-keyboard - name: Indic Keyboard url: https://gitlab.com/indicproject/indic-keyboard - eyes: null - text: | - Open-source keyboard that supports many languages that other keyboards sometimes don't support. Not on F-Droid, but can be built from source or possibly through a Play Store alternative. repo: https://gitlab.com/indicproject/indic-keyboard + eyes: null + text: > + Open-source keyboard that supports many languages that other keyboards sometimes don't support. + Not on F-Droid, but can be built from source or possibly through a Play Store alternative. - name: OpenBoard url: https://github.com/dslul/openboard repo: https://github.com/dslul/openboard fdroid: org.dslul.openboard.inputmethod.latin eyes: null - text: | + text: > New 100% FOSS keyboard, based on AOSP. Similar to "Simple Keyboard". - name: FlorisBoard url: https://github.com/florisboard/florisboard + repo: https://github.com/florisboard/florisboard fdroid: dev.patrickgold.florisboard eyes: null - text: | - An open-source keyboard aimed at providing you with an easy way to type while respecting your privacy (this project is currently in alpha stage). - repo: https://github.com/florisboard/florisboard + text: > + An open-source keyboard aimed at providing you with an easy way to type while respecting your + privacy (this project is currently in alpha stage). - name: 8VIM url: https://www.8vim.com/ + repo: https://github.com/flide/8VIM fdroid: inc.flide.vi8 eyes: null - text: | + text: > Open-source. A "text editor inside a keyboard, drawing it's inspiration from 8pen and Vim." - repo: https://github.com/flide/8VIM drive: - title: Drive - name: ownCloud Android @@ -1363,175 +1567,188 @@ mobile applications: repo: https://github.com/owncloud/android fdroid: com.owncloud.android eyes: null - text: | + text: > ownCloud Android client. Available on F-Droid. - name: Nextcloud Android url: https://github.com/nextcloud/android repo: https://github.com/nextcloud/android fdroid: com.nextcloud.client eyes: null - text: | + text: > Nextcloud Android client. Available on F-Droid. - name: Syncthing Android url: https://github.com/syncthing/syncthing-android repo: https://github.com/syncthing/syncthing-android fdroid: com.nutomic.syncthingandroid eyes: null - text: | - Wrapper of Syncthing for Android. Available on F-Droid. Also consider [Syncthing-Fork](https://f-droid.org/en/packages/com.github.catfriend1.syncthingandroid/) which uses a native Android UI rather than the default web UI. + text: > + Wrapper of Syncthing for Android. Available on F-Droid. + Also consider [Syncthing-Fork](https://f-droid.org/en/packages/com.github.catfriend1.syncthingandroid/) + which uses a native Android UI rather than the default web UI. gmail_app: - title: Gmail (smartphone app) - name: Protonmail url: https://protonmail.com/support/knowledge-base/android/ eyes: null - text: | + text: > Can be downloaded from the Play Store, but may work with one of the store replacements above (such as Yalp). - name: Tutanota url: https://www.tutanota.com/ fdroid: de.tutao.tutanota eyes: 14 - text: | + text: > Client available from F-Droid. - name: Disroot url: https://disroot.org/ fdroid: org.disroot.disrootapp eyes: null - text: | + text: > Available from F-Droid. - name: K-9 Mail url: https://k9mail.github.io/ fdroid: com.fsck.k9 eyes: null - text: | + text: > Available on F-Droid. - name: FairEmail url: https://email.faircode.eu/ fdroid: eu.faircode.email eyes: null - text: | - Available on F-Droid. You can (optionally) pay a 1-time fee to unlock some premium features (and support the developer). + text: > + Available on F-Droid. You can (optionally) pay a 1-time fee to unlock some premium features + (and support the developer). - name: DeltaChat url: https://delta.chat/ fdroid: com.b44t.messenger eyes: null - text: | + text: > An email app with a chat-based UI and privacy support with autocrypt. - name: Mailbox.org url: https://mailbox.org/ eyes: 14 - text: | + text: > Mailbox.org provides IMAP settings for Android/iOS and an iOS profile. Thanks @avasts Issue #45 keep: - title: Keep (or any stock note-taking app) - name: Notepad url: https://github.com/farmerbb/Notepad + repo: https://github.com/farmerbb/Notepad fdroid: com.farmerbb.notepad eyes: null - text: | + text: > Open-source. Supports Markdown and HTML. Very clean and feature-rich. *Offline only*. - repo: https://github.com/farmerbb/Notepad - name: Joplin url: https://github.com/laurent22/joplin repo: https://github.com/laurent22/joplin eyes: null - text: | - Scroll down on the GitHub page until you reach the Android download links. No F-Droid repo, but you can download the APK directly instead of using the Play Store. + text: > + Scroll down on the GitHub page until you reach the Android download links. No F-Droid repo, + but you can download the APK directly instead of using the Play Store. - name: Standard Notes url: https://standardnotes.org/ eyes: null - text: | + text: > Encrypted note storage with loads of features. - name: Omni Notes url: https://omninotes.app/ + repo: https://github.com/federicoiosue/Omni-Notes fdroid: it.feio.android.omninotes.foss eyes: null - text: | + text: > Very feature rich, open-source, material design notes app. Very active development. Available on F-Droid. - repo: https://github.com/federicoiosue/Omni-Notes - name: Carnet url: https://github.com/PhieF/CarnetDocumentation repo: https://github.com/CarnetApp/CarnetAndroid fdroid: com.spisoft.quicknote eyes: null - text: | - I had some trouble finding info on this one. Looks like it has pretty seamless/painless ownCloud and NextCloud integration. Also available on F-Droid. + text: > + I had some trouble finding info on this one. Looks like it has pretty seamless/painless + ownCloud and NextCloud integration. Also available on F-Droid. - name: Markor url: https://gsantner.net/project/markor.html + repo: https://github.com/gsantner/markor fdroid: net.gsantner.markor eyes: null - text: | - Open-source notes/to-do app for Android. Supports Markdown editing. Available on F-Droid. App is 100% offline, as stated on the [GitHub README](https://github.com/gsantner/markor#privacy). - repo: https://github.com/gsantner/markor + text: > + Open-source notes/to-do app for Android. Supports Markdown editing. Available on F-Droid. + App is 100% offline, as stated on the [GitHub README](https://github.com/gsantner/markor#privacy). - name: Orgzly url: http://orgzly.com/ + repo: https://github.com/orgzly fdroid: com.orgzly eyes: null - text: | - Open-source. Notes are stored in the plain-text [Org mode](https://orgmode.org/) format. Supports searching, metadata, and manual sync with Dropbox or local directory, which can be synced using e.g. Syncthing. - repo: https://github.com/orgzly + text: > + Open-source. Notes are stored in the plain-text [Org mode](https://orgmode.org/) format. + Supports searching, metadata, and manual sync with Dropbox or local directory, which can be + synced using e.g. Syncthing. - name: Notally url: https://github.com/OmGodse/Notally repo: https://github.com/OmGodse/Notally fdroid: com.omgodse.notally eyes: null - text: | + text: > A beautiful, light and minimalistic notes app with no trackers, ads or analytics of any kind. - name: Nextcloud Notes for Android url: https://github.com/stefan-niedermann/nextcloud-notes repo: https://github.com/stefan-niedermann/nextcloud-notes fdroid: it.niedermann.owncloud.notes eyes: null - text: | + text: > An android client for Nextcloud Notes App. - name: EteSync url: https://www.etesync.com + repo: https://github.com/etesync fdroid: com.etesync.notes eyes: null - text: | + text: > Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. - repo: https://github.com/etesync maps and waze: - title: Maps/Waze - name: Maps url: https://gitlab.com/axet/omim/-/blob/HEAD/README.md + repo: https://gitlab.com/axet/omim fdroid: com.github.axet.maps eyes: null - text: | - Open-source navigation app based on MAPS.ME. Searching for addresses doesn't always work and finding businesses can be a slight hassle, but overall one of the better apps I've used. - repo: https://gitlab.com/axet/omim + text: > + Open-source navigation app based on MAPS.ME. Searching for addresses doesn't always work and + finding businesses can be a slight hassle, but overall one of the better apps I've used. - name: OsmAnd url: https://osmand.net/ fdroid: net.osmand.plus eyes: null - text: | - OpenStreetMap for Android. (thanks u/masao77). As OsmAnd is primarily crowdsourced, many regions may not be totally accurate. If you would like to help improve OpenStreetMap and OsmAnd, check out [StreetComplete](https://wiki.openstreetmap.org/wiki/StreetComplete) (available from [F-Droid](https://f-droid.org/en/packages/de.westnordost.streetcomplete/). + text: > + OpenStreetMap for Android. (thanks u/masao77). As OsmAnd is primarily crowdsourced, many + regions may not be totally accurate. If you would like to help improve OpenStreetMap and OsmAnd, + check out [StreetComplete](https://wiki.openstreetmap.org/wiki/StreetComplete) + (available from [F-Droid](https://f-droid.org/en/packages/de.westnordost.streetcomplete/). - name: Transportr url: https://transportr.app/ - eyes: null - text: | - Primarily European, this is an open-source public transport app. Thanks to @lgiard repo: https://transportr.app/contribute + eyes: null + text: > + Primarily European, this is an open-source public transport app. Thanks to @lgiard - name: Öffi (Offi) url: https://oeffi.schildbach.de/ fdroid: de.schildbach.oeffi eyes: null - text: | - Öffi is a public transport Android app (also shows delays and replacement bus service for more and more transport authorities in Europe and beyond) - similar to Transportr + text: > + Öffi is a public transport Android app (also shows delays and replacement bus service for + more and more transport authorities in Europe and beyond) - similar to Transportr news: - title: News - name: Flym url: https://github.com/FredJul/Flym + repo: https://github.com/FredJul/Flym fdroid: net.frju.flym eyes: null - text: | + text: > Open-source Material Design RSS reader. - repo: https://github.com/FredJul/Flym - name: Feeder url: https://gitlab.com/spacecowboy/Feeder/-/blob/master/README.md repo: https://gitlab.com/spacecowboy/Feeder fdroid: com.nononsenseapps.feeder eyes: null - text: | + text: > Use good old-fashioned RSS feeds with Feeder photos: - title: Photos @@ -1539,157 +1756,182 @@ mobile applications: url: https://github.com/Piwigo/Piwigo-Android repo: https://github.com/Piwigo/Piwigo-Android eyes: null - text: | + text: > You need to have Piwigo set up first. - - name: Stingle Photos + - name: Stingle Photos url: https://stingle.org/ eyes: 5 - text: | - A convenient, easy to use Gallery/Camera application with Backup and Sync functionality for your photos and videos which seamlessly provides strong security, privacy and encryption. All photos and videos are encrypted prior to being stored and backed up, so they are secure at rest, in transit and on cloud storage. + text: > + A convenient, easy to use Gallery/Camera application with Backup and Sync functionality for + your photos and videos which seamlessly provides strong security, privacy and encryption. All + photos and videos are encrypted prior to being stored and backed up, so they are secure at rest, + in transit and on cloud storage. pay: - title: Pay - notes: - - | - Realistically, there most likely is not a privacy friendly alternative to Google Pay. Get a wallet with RFID protection and keep your cards with you. + - > + Realistically, there most likely is not a privacy friendly alternative to Google Pay. + Get a wallet with RFID protection and keep your cards with you. youtube: - title: YouTube - name: NewPipe url: https://newpipe.schabi.org/ + repo: https://github.com/TeamNewPipe/NewPipe fdroid: org.schabi.newpipe eyes: null - text: | - Powerful open-source YouTube alternative. Supports audio only; background playback; picture-in-picture; no ads. - repo: https://github.com/TeamNewPipe/NewPipe + text: > + Powerful open-source YouTube alternative. Supports audio only; background playback; + picture-in-picture; no ads. - name: YouTube Vanced url: https://forum.xda-developers.com/android/apps-games/app-youtube-vanced-edition-t3758757 eyes: null - text: | + text: > Please read the XDA post before deciding to use this. authenticator: - title: Authenticator - name: andOTP url: https://github.com/andOTP/andOTP + repo: https://github.com/andOTP/andOTP fdroid: org.shadowice.flocke.andotp eyes: null - text: | + text: > Open-source 2FA app. - repo: https://github.com/andOTP/andOTP - name: FreeOTP+ url: https://github.com/helloworld1/FreeOTPPlus repo: https://github.com/helloworld1/FreeOTPPlus fdroid: org.liberty.android.freeotpplus eyes: null - text: | + text: > FreeOTP is no longer in development so this fork should be used instead as it is currently in development. - name: Aegis url: https://getaegis.app/ + repo: https://github.com/beemdevelopment/Aegis fdroid: com.beemdevelopment.aegis eyes: null - text: | + text: > Open-source 2FA for Android. Available on F-Droid. - repo: https://github.com/beemdevelopment/Aegis - name: Authenticator url: https://mattrubin.me/authenticator/ - eyes: null - text: | - **iOS** - Open-source 2FA for iOS. (thanks u/SomeoneWannaBe) repo: https://github.com/mattrubin/Authenticator + eyes: null + text: > + **iOS** - Open-source 2FA for iOS. (thanks u/SomeoneWannaBe) - name: Tofu url: https://tofuauth.com - eyes: null - text: | - **iOS** - Open-source 2FA for iOS. repo: https://github.com/calleerlandsson/tofu + eyes: null + text: > + **iOS** - Open-source 2FA for iOS. play music movies tv: - title: Play Music/Play Movies & TV - name: Audinaut url: https://github.com/nvllsvm/Audinaut + repo: https://github.com/nvllsvm/Audinaut fdroid: net.nullsum.audinaut eyes: null - text: | + text: > An open-source Airsonic client for Android. - repo: https://github.com/nvllsvm/Audinaut - name: MALP url: https://gitlab.com/gateship-one/malp/-/blob/master/README.md + repo: https://gitlab.com/gateship-one/malp fdroid: org.gateshipone.malp eyes: null - text: | + text: > An open-source Android client for MPD. Available on F-Droid. - repo: https://gitlab.com/gateship-one/malp - name: Shuttle+ url: https://github.com/timusus/Shuttle repo: https://github.com/timusus/Shuttle fdroid: com.simplecity.amp_pro eyes: null - text: | + text: > Open-source local music player for Android. Available on F-Droid or by direct download. hangouts: - title: Hangouts - name: Keybase url: https://keybase.io/ eyes: 5 - text: | - Encrypted chat like Signal with features like Slack. Does not require a phone number to sign up. Also has file storage. **Note:** Keybase was acquired by Zoom, Inc. in May 2020 ([Keybase blog](https://keybase.io/blog/keybase-joins-zoom), [Zoom blog](https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keybase-and-announces-goal-of-developing-the-most-broadly-used-enterprise-end-to-end-encryption-offering/)). Thanks @notpushkin & @multimob. + text: > + Encrypted chat like Signal with features like Slack. Does not require a phone number to sign up. + Also has file storage. **Note:** Keybase was acquired by Zoom, Inc. in May 2020 + ([Keybase blog](https://keybase.io/blog/keybase-joins-zoom), + [Zoom blog](https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keybase-and-announces-goal-of-developing-the-most-broadly-used-enterprise-end-to-end-encryption-offering/)). + Thanks @notpushkin & @multimob. - name: Conversations url: https://conversations.im/ repo: https://github.com/iNPUTmice/Conversations fdroid: eu.siacs.conversations eyes: 14 - text: | + text: > An open-source Android Jabber/XMPP client. It's a paid app on Google Play, but you can also build it from source for free if you want to. - name: Element url: https://github.com/vector-im/element-android + repo: https://github.com/vector-im/element-android fdroid: im.vector.app eyes: 5 - text: | + text: > Android app - The open-source Android client for Element. - repo: https://github.com/vector-im/element-android - name: Jitsi Meet (F-Droid) url: https://meet.jit.si/ + repo: https://github.com/jitsi fdroid: org.jitsi.meet eyes: null - text: | - Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) - repo: https://github.com/jitsi + text: > + Jitsi is an open-source secure video conferencing platform. No account is needed to use it, + simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from + the call. Works directly in your browser, with apps available for iOS and Android. It is not + necessary to self-host, but self-hosting is an option for those who wish to. Very low latency + and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). + (**5-eyes** server) - name: Jami url: https://jami.net/ fdroid: cx.ring eyes: 5 - text: | + text: > Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. - name: Mumla (client for Mumble) url: https://mumla-app.gitlab.io/ fdroid: se.lublin.mumla eyes: null - text: | + text: > Third-party Android client for Mumble. - name: Briar url: https://briarproject.org/ - eyes: null - text: | - An open-source app which supports Peer-to-Peer encrypted messaging. No phone number required for signing up. If the internet’s down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet’s up, Briar can sync via the Tor network, protecting users and their relationships from surveillance. Can install through a [third-party F-Droid repo](https://briarproject.org/installing-briar-via-f-droid/). repo: https://code.briarproject.org/briar/briar/tree/master + eyes: null + text: > + An open-source app which supports Peer-to-Peer encrypted messaging. No phone number required + for signing up. If the internet’s down, Briar can sync via Bluetooth or Wi-Fi, keeping the + information flowing in a crisis. If the internet’s up, Briar can sync via the Tor network, + protecting users and their relationships from surveillance. Can install through a + [third-party F-Droid repo](https://briarproject.org/installing-briar-via-f-droid/). - name: Session url: https://getsession.org/ - eyes: null - text: | - Open-source. It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. Can be downloaded from the Play Store or as an APK file from GitHub. Also has apps for iOS and Desktop. repo: https://github.com/loki-project?type=source + eyes: null + text: > + Open-source. It is an end-to-end encrypted messenger that removes sensitive metadata collection. + No phone number required to create an account. Can be downloaded from the Play Store or as an + APK file from GitHub. Also has apps for iOS and Desktop. duo: - title: Duo (video calls) - name: Jitsi Meet (F-Droid) url: https://meet.jit.si/ + repo: https://github.com/jitsi fdroid: org.jitsi.meet eyes: null - text: | - Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) - repo: https://github.com/jitsi + text: > + Jitsi is an open-source secure video conferencing platform. No account is needed to use it, + simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from + the call. Works directly in your browser, with apps available for iOS and Android. It is not + necessary to self-host, but self-hosting is an option for those who wish to. Very low latency + and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). + (**5-eyes** server) - name: Jami url: https://jami.net/ fdroid: cx.ring eyes: 5 - text: | + text: > Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. assistant: - title: Assistant @@ -1697,122 +1939,145 @@ mobile applications: url: https://github.com/MycroftAI/Mycroft-Android repo: https://github.com/MycroftAI/Mycroft-Android eyes: null - text: | + text: > Android client for Mycroft. Must be built in IDE; no pre-built binaries are available. - name: Ara url: https://github.com/FultonBrowne/Ara-android - eyes: null - text: | - Open-source virtual assistant for Android. Can replace Google Assistant (home button functionality) on most devices. Either uses the authors server by default, or you can [run your own server](https://github.com/FultonBrowne/Ara-Server). Thanks @FultonBrowne (author of Ara) repo: https://github.com/FultonBrowne/Ara-android + eyes: null + text: > + Open-source virtual assistant for Android. Can replace Google Assistant (home button + functionality) on most devices. Either uses the author's server by default, or you can + [run your own server](https://github.com/FultonBrowne/Ara-Server). + Thanks @FultonBrowne (author of Ara) play services framework: - title: Play Services Framework - name: microG url: https://microg.org/ eyes: null - text: | - A re-implementation of Google’s proprietary Android user space apps and libraries. It allows to use more precise navigation (which is proprietary in standard Android ROMs) and optionally receive push messages (requires connection to Google's servers, but also supports routing this connection through Tor). Thanks @notpushkin + text: > + A re-implementation of Google’s proprietary Android user space apps and libraries. It allows + to use more precise navigation (which is proprietary in standard Android ROMs) and optionally + receive push messages (requires connection to Google's servers, but also supports routing this + connection through Tor). Thanks @notpushkin android launchers: - title: Android home screen launchers - name: Shade Launcher url: https://github.com/amirzaidi/Shade - eyes: null - text: | - Open-source Android launcher styled after the Google Pixel launcher. Available to download from an [alternative F-Droid](https://apt.izzysoft.de/fdroid/index/apk/amirz.shade), APK Mirror, or GitHub Releases. repo: https://github.com/amirzaidi/Shade + eyes: null + text: > + Open-source Android launcher styled after the Google Pixel launcher. Available to download from + an [alternative F-Droid](https://apt.izzysoft.de/fdroid/index/apk/amirz.shade), APK Mirror, + or GitHub Releases. - name: Omega url: https://github.com/otakuhqz/omega - eyes: null - text: | - Open-source launcher. Active development with lots of nice features. Downloads available from GitHub. Previously known as ZimLX which has since been replaced by Omega. repo: https://github.com/otakuhqz/omega + eyes: null + text: > + Open-source launcher. Active development with lots of nice features. Downloads available from + GitHub. Previously known as ZimLX which has since been replaced by Omega. - name: Lawnchair url: https://lawnchair.app/ + repo: https://github.com/LawnchairLauncher/Lawnchair fdroid: ch.deletescape.lawnchair.plah eyes: null - text: | - Another open-source launcher, also built to look similar to Google's launcher (it is built off AOSP Launcher3). Available from F-Droid and also APKMirror. (thanks u/droidonomy) - repo: https://github.com/LawnchairLauncher/Lawnchair + text: > + Another open-source launcher, also built to look similar to Google's launcher (it is built off AOSP Launcher3). + Available from F-Droid and also APKMirror. (thanks u/droidonomy) - name: KISS Launcher url: https://kisslauncher.com/ + repo: https://github.com/Neamar/KISS fdroid: fr.neamar.kiss eyes: null - text: | - Fast, open-source and small launcher. KISS mainly relies on an app-search-bar, which makes it very easy to open up apps quickly. - repo: https://github.com/Neamar/KISS + text: > + Fast, open-source and small launcher. KISS mainly relies on an app-search-bar, which makes it + very easy to open up apps quickly. other: - title: "*Other*" - name: Blokada url: https://blokada.org/ + repo: https://github.com/blokadaorg/blokada fdroid: org.blokada.alarm eyes: null - text: | - From the website: "If you want to efficiently block ads, trackers, malware, save on your data plan, speed up your device and protect your privacy with just one application, then Blokada is for you. It is free, secure and open-source." Uses internal VPN on Android to block ads. - repo: https://github.com/blokadaorg/blokada + text: > + From the website: "If you want to efficiently block ads, trackers, malware, save on your data + plan, speed up your device and protect your privacy with just one application, then Blokada is + for you. It is free, secure and open-source." Uses internal VPN on Android to block ads. - name: TrackerControl url: https://github.com/OxfordHCC/tracker-control-android + repo: https://github.com/OxfordHCC/tracker-control-android fdroid: net.kollnig.missioncontrol.fdroid eyes: null - text: | - From the GitHub README: Allows users to monitor and control the widespread, ongoing, hidden data collection in mobile apps about user behaviour ("tracking"). To detect tracking, TrackerControl checks all network traffic against the Disconnect blocklist, used and trusted by the Mozilla Firefox browser. Thanks @E5dZEUpc3BKaJrHnQVZd5zE + text: > + From the GitHub README: Allows users to monitor and control the widespread, ongoing, hidden + data collection in mobile apps about user behaviour ("tracking"). To detect tracking, + TrackerControl checks all network traffic against the Disconnect blocklist, used and trusted + by the Mozilla Firefox browser. Thanks @E5dZEUpc3BKaJrHnQVZd5zE hardware: nexus pixel: - title: Nexus/Pixel - name: This list url: https://www.oneclickroot.com/rootable/ eyes: null - text: | + text: > Shows compatibility for rooting Android devices. - name: Purism Librem 5 url: https://puri.sm/products/librem-5/ eyes: 5 - text: | + text: > From the company that makes Purism laptops. Runs PureOS. Thanks @brandonnodnarb - name: PinePhone url: https://www.pine64.org/pinephone/ eyes: 5 - text: | - From the company that makes the Pine A64 Single Board Computer. Runs a variety of mainline Linux OSs with UIs adapted for mobile. + text: > + From the company that makes the Pine A64 Single Board Computer. Runs a variety of mainline + Linux OSs with UIs adapted for mobile. chromebook: - title: Chromebook - name: TUXEDO url: https://www.tuxedocomputers.com/ eyes: 14 - text: | - Privacy-focused laptop maker out of Germany. Tech specs are very competent and can easily compete with other modern systems. Fully Linux compatible. They also offer desktops. (thanks u/itsec_ho) + text: > + Privacy-focused laptop maker out of Germany. Tech specs are very competent and can easily + compete with other modern systems. Fully Linux compatible. They also offer desktops. (thanks u/itsec_ho) - name: Purism Laptops url: https://puri.sm/ eyes: 5 - text: | + text: > Privacy-focused laptop running PureOS. Good designs and decent hardware. - name: Pinebook Pro url: https://www.pine64.org/pinebook-pro eyes: null - text: | + text: > Mid-range Linux/FreeBSD alternative to Chromebook. chromecast: - title: Chromecast - name: Microsoft Wireless HDMI adapter url: https://www.microsoft.com/accessories/en-us/products/adapters/wireless-display-adapter-2/p3q-00001 eyes: 5 - text: | - The **only** reason I'm recommending this Microsoft product is because there is no possible way for it to extract any data and ship it off to Microsoft. If anyone is able to find proof that it *can*, I will remove it. + text: > + The **only** reason I'm recommending this Microsoft product is because there is no possible + way for it to extract any data and ship it off to Microsoft. If anyone is able to find proof + that it *can*, I will remove it. google home: - title: Google Home - name: Mycroft url: https://mycroft.ai/ - eyes: 5 - text: | - Open-source virtual personal assistant. Can be run on a Raspberry Pi. (thanks u/Kentto7) repo: https://github.com/MycroftAI + eyes: 5 + text: > + Open-source virtual personal assistant. Can be run on a Raspberry Pi. (thanks u/Kentto7) - name: Home Assistant url: https://www.home-assistant.io/ - eyes: null - text: | - Open-source home automation. (thanks u/bilange) repo: https://github.com/home-assistant + eyes: null + text: > + Open-source home automation. (thanks u/bilange) fitbit: - title: FitBit - notes: - - | - Due to Google's [recent acquisition of FitBit](https://outline.com/tsJCYN), it is recommended to avoid using FitBit. Instead, check out this [list of smart watches](https://asteroidos.org/install/) supported by Asteroid OS (See Wear OS in [Operating systems](#operating-systems)). Thanks @ribtoks + - > + Due to Google's [recent acquisition of FitBit](https://outline.com/tsJCYN), it is recommended to + avoid using FitBit. Instead, check out this [list of smart watches](https://asteroidos.org/install/) + supported by Asteroid OS (See Wear OS in [Operating systems](#operating-systems)). Thanks @ribtoks From c9a106d7f3c506ef2320478e8958a4d79c713d32 Mon Sep 17 00:00:00 2001 From: GitHub Action Date: Thu, 11 Mar 2021 21:01:24 +0000 Subject: [PATCH 6/6] Generated README.md --- README.md | 355 +++++++++++++++++++++++++++--------------------------- 1 file changed, 177 insertions(+), 178 deletions(-) diff --git a/README.md b/README.md index f5e0312..f2c9561 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ ### *I don't have anything to hide, but I don't have anything to show you either.* -![Updated](https://img.shields.io/static/v1?label=updated&message=March%209th%202021&color=388E3C&style=flat-square) +![Updated](https://img.shields.io/static/v1?label=updated&message=March%2011th%202021&color=388E3C&style=flat-square) ![GitHub](https://img.shields.io/github/license/tycrek/degoogle?style=flat-square) ![GitHub stars](https://img.shields.io/github/stars/tycrek/degoogle?style=flat-square) @@ -117,14 +117,14 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | ---- | ---- | ----------- | | [DuckDuckGo](https://duckduckgo.com/) | **5-eyes** | One of the best privacy-focused search engines. Domain is hosted in USA which could potentially be problematic for some. | | [Startpage](https://www.startpage.com/) | **9-eyes** | Another privacy search engine that claims to not track any of your data. They operate servers in both USA and Europe. Note: Startpage was recently acquired. See [Issue #12](https://github.com/tycrek/degoogle/issues/12). Thanks @pydo, @ThijsRay, and @DatAres37. Also see [this comment in Issue #99](https://github.com/tycrek/degoogle/issues/99#issuecomment-616224650) from @danarel on Startpage. | -| [searx.me](https://searx.me/) | | [Open-source](https://github.com/asciimoo/searx) (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany. | +| [searx.me](https://searx.me/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/asciimoo/searx) | | Open-source (thanks for clarification u/Sheezdudeln) privacy search engine. Domain hosted in Germany. | | [MetaGer](https://metager.org/about) | **14-eyes** | MetaGer is the search engine project from the registered nonprofit organization SUMA E.V. in Germany. | | [Qwant](https://www.qwant.com/) | **9-eyes** | Major improvements since 2018's guide. *would prefer better info other than an outdated reference* | | [Swisscows](https://swisscows.ch) | | A Swiss search engine that offers a unique search experience for the web, images, videos, music, and more. They are currently funding a mail service. Read through their [datacenter about page](https://swisscows.ch/en/datacenter), it's really interesting. | | [Mojeek](https://www.mojeek.com/) | **5-eyes** | Unlike other privacy search engines which act as a "middle man" between you and Google/Bing/Yahoo, Mojeek has their own crawler and index. The results aren't as complete as some of the others, but it is still impressive and they are actively building their index to include more results with better accuracy. | | [Ekoru](https://ekoru.org/) | | Privacy focused search engine that also aims to clean up the oceans. Thanks @mynamesleon | -| [Cyberd](https://cyber.page/) | | Decentralized Google. A web 3 alternative for the Google search engine. In Beta testing mode. Uses IPFS and Tendermint consensus for security and economic incentives. Please see their [ELI-5 FAQ](https://github.com/cybercongress/congress/blob/master/ecosystem/ELI-5%20FAQ.md) for more info. | -| [Infinity Search](https://infinitysearch.co/) | **5-eyes** | Infinity Search is a privacy metasearch engine that does not log any information about its users. In terms of privacy, it works the same way as DuckDuckGo. It is free to use and is funded by non-tracking advertisements and affiliate links. It is also completely [open-source](https://gitlab.com/infinitysearch/infinity-search). | +| [Cyberd](https://cyber.page/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/cybercongress/cyb) | | Decentralized Google. A web 3 alternative for the Google search engine. In Beta testing mode. Uses IPFS and Tendermint consensus for security and economic incentives. Please see their [ELI-5 FAQ](https://github.com/cybercongress/congress/blob/master/ecosystem/ELI-5%20FAQ.md) for more info. | +| [Infinity Search](https://infinitysearch.co/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/infinitysearch/infinity-search) | **5-eyes** | Infinity Search is a privacy metasearch engine that does not log any information about its users. In terms of privacy, it works the same way as DuckDuckGo. It is free to use and is funded by non-tracking advertisements and affiliate links. It is also completely open-source. | | [Runnaroo](https://www.runnaroo.com/) | **5-eyes** | "Runnaroo was built from the ground up to provide an all around better search experience." Thanks @codingepaduli | @@ -137,12 +137,12 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | [BitChute](https://www.bitchute.com/) | **5-eyes** | Also P2P, but not decentralized. Due to it being proprietary, if BitChute goes down then the whole thing goes down (unlike PeerTube). (thanks u/up-sky-7) | | [DTube](https://d.tube/) | | Looks very similar to YouTube. Advertised as "first crypt-decentralized video-platform". Built on Steemit and IPFS. | | [Bit.tube](https://bit.tube/) | | Appears to be a crypto-powered decentralized video sharing service. (thanks u/rudolf323) | -| [Invidious](https://invidio.us/) | | An [open-source](https://github.com/omarroth/invidious) front-end alternative to YouTube. Seems to work pretty well from my experience so far, and it hasn't triggered *anything* on my adblocker/privacy extensions. Also offers downloads in many formats for videos (including `.vtt` subtitles). | +| [Invidious](https://invidio.us/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/omarroth/invidious) | | An open-source front-end alternative to YouTube. Seems to work pretty well from my experience so far, and it hasn't triggered *anything* on my adblocker/privacy extensions. Also offers downloads in many formats for videos (including `.vtt` subtitles). | | [Hooktube](https://hooktube.com/) | | A slightly better way to use actual YouTube. (Use as a "last resort") | -| [LBRY](https://lbry.com/) | | A decentralized platform for distributing and supporting creators's work. It aims to be Open, Community driven "digital marketplace". It can be used in a similar way to YouTube: browsing, subscribing to channels, there is a mechanism to send "tips" to creators. Looks up videos based on a blockchain and is [open-source](https://github.com/lbryio) and uncensored. It already has some "larger" creators like Minutephysics, Veritasium, Barnacules and Lunduke. | +| [LBRY](https://lbry.com/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/lbryio) | | A decentralized platform for distributing and supporting creators's work. It aims to be Open, Community driven "digital marketplace". It can be used in a similar way to YouTube: browsing, subscribing to channels, there is a mechanism to send "tips" to creators. Looks up videos based on a blockchain and is open-source and uncensored. It already has some "larger" creators like Minutephysics, Veritasium, Barnacules and Lunduke. | | [US.TV](https://us.tv/) | | PeerTube instance hosted by Epik.com. | -| [FreeTube](https://freetubeapp.io/) | | [Open-source](https://github.com/FreeTubeApp/FreeTube) desktop YouTube client that uses the Invidio.us API to serve content. | -| [youtube-local](https://github.com/user234683/youtube-local) | | [Open-source](https://github.com/user234683/youtube-local) browser-based client for watching Youtube anonymously and with greater page performance. Non-video requests can be routed through Tor. Optionally the videos can be routed through Tor as well. Can be used without Javascript. No server software installation required. Uses self-hosted subscriptions and playlists. | +| [FreeTube](https://freetubeapp.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/FreeTubeApp/FreeTube) | | Open-source desktop YouTube client that uses the Invidio.us API to serve content. | +| [youtube-local](https://github.com/user234683/youtube-local)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/user234683/youtube-local) | | Open-source browser-based client for watching Youtube anonymously and with greater page performance. Non-video requests can be routed through Tor. Optionally the videos can be routed through Tor as well. Can be used without Javascript. No server software installation required. Uses self-hosted subscriptions and playlists. | @@ -152,7 +152,7 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | ---- | ---- | ----------- | | [Local newspaper](https://en.wikipedia.org/wiki/Category:Lists_of_newspapers_by_country) | | Support independent and qualitative journalism in your community. | | [AllSides](https://www.allsides.com/unbiased-balanced-news) | | Unbiased news source (primarily for US politics). Thanks @jeanofthedead | -| [Miniflux](https://miniflux.app/) | | Miniflux is a minimalist and opinionated feed reader. Completely [open-source](https://github.com/miniflux), along with automatically removing pixel trackers. | +| [Miniflux](https://miniflux.app/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/miniflux) | | Miniflux is a minimalist and opinionated feed reader. Completely open-source, along with automatically removing pixel trackers. | @@ -160,9 +160,9 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Sympa](https://www.sympa.org/) | | Sympa is an [open-source](https://github.com/sympa-community/sympa) mailing list manager. It provides advanced features with a rich and secure web interface. | +| [Sympa](https://www.sympa.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/sympa-community/sympa) | | Sympa is an open-source mailing list manager. It provides advanced features with a rich and secure web interface. | | [GNU Mailman](https://list.org/) | | Mailman is free software for managing electronic mail discussion and e-newsletter lists. Mailman is integrated with the web, making it easy for users to manage their accounts and for list owners to administer their lists. Mailman supports built-in archiving, automatic bounce processing, content filtering, digest delivery, spam filters, and more. | -| [Discourse](https://discourse.group/) | **5-eyes** | Discourse is the 100% [open-source](https://github.com/discourse/discourse) discussion platform built for the next decade of the Internet. Use it as a mailing list, discussion forum, or long-form chat room. | +| [Discourse](https://discourse.group/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/discourse/discourse) | **5-eyes** | Discourse is the 100% open-source discussion platform built for the next decade of the Internet. Use it as a mailing list, discussion forum, or long-form chat room. | | [Groups.io](https://groups.io/) | **5-eyes** | a privacy focused email list system that does not track you, nor your members. It is not open source. Data is hosted on one central server but the server is encrypted. It has modern email group features such as a wiki, integrations, and RSS import support. | - *Use other forum sites relating to specific topics. This is a very broad service.* @@ -173,8 +173,8 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | | [DeepL](https://deepl.com/) | **14-eyes** | DeepL is an artifical intelligence translation service. **Please keep in mind DeepL tracks the text you translate unless you purchase Pro**. See sections 4 & 5 of their [privacy policy](https://www.deepl.com/privacy.html) for more information. Thanks u/TheCy-FiJuggernaut | -| [Apertium](https://apertium.org/) | | A free, [open-source](https://github.com/apertium/apertium) translation system. | -| [LibreTranslate](https://libretranslate.com/) | | A free and [open-source](https://github.com/uav4geo/LibreTranslate) machine-translation API which can be self-hosted. | +| [Apertium](https://apertium.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/apertium/apertium) | | A free, open-source translation system. | +| [LibreTranslate](https://libretranslate.com/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/uav4geo/LibreTranslate) | | A free and open-source machine-translation API which can be self-hosted. | @@ -182,7 +182,7 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [EthicalAds](https://www.ethicalads.io/) | | A developer-focused, privacy-obsessed ad network from the fine folks at Read the Docs. Source code can be [on GitHub](https://github.com/readthedocs/ethical-ad-server). | +| [EthicalAds](https://www.ethicalads.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/readthedocs/ethical-ad-server) | | A developer-focused, privacy-obsessed ad network from the fine folks at Read the Docs. Source code can be found on GitHub. | @@ -200,7 +200,7 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | ---- | ---- | ----------- | | [Nextcloud](https://www.nextcloud.com/) | | Nextcloud 19 now has Community Document Server and **[ONLYOFFICE](https://www.onlyoffice.com/)** apps integrated which allows self-hosted instances of docs/sheets/slides. Users are able to edit documents in real time. Thanks @k3tan172 and @plutocrat | | [Open-Xchange](https://www.open-xchange.com) | | A secure hosted email and productivity platform, designed for providers of all sizes to offer their customers email, calendar, storage, encryption and more. | -| [Sandstorm](https://sandstorm.io/) | | An [open-source](https://github.com/sandstorm-io/sandstorm) self-hosted web hosting platform for a wide set of web applications, including Etherpad (collaborative text editing), Radicale (calendar), Lychee (image hosting), Wekan (Kanban) | +| [Sandstorm](https://sandstorm.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/sandstorm-io/sandstorm) | | An open-source self-hosted web hosting platform for a wide set of web applications, including Etherpad (collaborative text editing), Radicale (calendar), Lychee (image hosting), Wekan (Kanban) | @@ -208,12 +208,12 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Joomla](https://www.joomla.org/) | | Self-hosted and [open-source](https://github.com/joomla) content management system (CMS). | +| [Joomla](https://www.joomla.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/joomla) | | Self-hosted and open-source content management system (CMS). | | [Write.as](https://write.as/) | | Self-advertised as privacy-focused. | -| [WordPress self-hosted](https://wordpress.org/) | | The [open-source](https://code.trac.wordpress.org/browser/wordpress-sources) version of WordPress. A very popular tool and a recognized name. | -| [concrete5](https://www.concrete5.org/) | **5-eyes** | [Open-source](https://github.com/concrete5) CMS. | +| [WordPress self-hosted](https://wordpress.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=wordpress)](https://code.trac.wordpress.org/browser/wordpress-sources) | | The open-source version of WordPress. A very popular tool and a recognized name. | +| [concrete5](https://www.concrete5.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/concrete5) | **5-eyes** | Open-source CMS. | | [Noblogs](https://noblogs.org/) | **9-eyes** | A privacy/security focused blogging platform. | -| [Ghost](https://ghost.org/) | | [Open-source](https://github.com/TryGhost/Ghost) modern CMS. Boasts "over 19x faster than WordPress". Thanks @peterge1998 | +| [Ghost](https://ghost.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/TryGhost/Ghost) | | Open-source modern CMS. Boasts "over 19x faster than WordPress". Thanks @peterge1998 | | [Bear](https://bearblog.dev/) | **5-eyes** | Free, no-nonsense, super-fast blogging. No javascript, no stylesheets, no trackers. Just your words. | | [Simpleblogs](https://simpleblogs.org/) | | FLOSS blogging platform with a focus on privacy. Easy to self-host (standard rails app, ships with AWS deployment scripts. AWS is not required). Access restricted to accounts which you create and hand out. Good for private blogs but not for commercial/public blogging. | @@ -223,18 +223,18 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Matomo](https://matomo.org/) | **9/14-eyes** | (Matomo/parent company) - [Open-source](https://github.com/matomo-org/matomo) analytics platform. (thanks u/Newblik) | +| [Matomo](https://matomo.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/matomo-org/matomo) | **9/14-eyes** | (Matomo/parent company) - Open-source analytics platform. (thanks u/Newblik) | | [Fathom](https://usefathom.com/) | **5-eyes** | Simple analytics for bloggers & businesses | -| [Plausible](https://plausible.io/) | **5-eyes** | [Open-source](https://github.com/plausible/analytics), privacy-focused web analytics. | -| [GoatCounter](https://www.goatcounter.com/) | **14-eyes** | Simple web statistics. No tracking of personal data. [Open-source](https://github.com/zgoat/goatcounter) and may be self-hosted. Free for non-commercial use; paid plans available. | +| [Plausible](https://plausible.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/plausible/analytics) | **5-eyes** | Open-source, privacy-focused web analytics. | +| [GoatCounter](https://www.goatcounter.com/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/zgoat/goatcounter) | **14-eyes** | Simple web statistics. No tracking of personal data. open-source and may be self-hosted. Free for non-commercial use; paid plans available. | | [Simple Analytics](https://simpleanalytics.com/) | **9-eyes** | Great analytics with privacy and simplicity in mind. Paid plans only (with free trials). | | [Toasted Analytics](https://toastedanalytics.com/) | **5-eyes** | Simple, privacy friendly analytics with event tracking. Paid only (with free trial) | -| [Shynet](https://github.com/milesmcc/shynet) | | Shynet is a self-hosted analytics tool that doesn't make use of cookies. It is privacy focused and fully [open-source](https://github.com/milesmcc/shynet). Thanks @woutfeys | -| [Supabase](https://supabase.io/) | | Supabase is an opensource alternative to Firebase. As of right now you can use their hosting plan for free as it's in alpha, or you can self host ([note on self hosting](https://github.com/supabase/supabase/issues/85#issuecomment-636010946)). Thanks @woutfeys | -| [GoAccess](https://goaccess.io/) | | An [open-source](https://github.com/allinurl/goaccess) web server analysis tool. Installs on your web server (ideally), but works just as well if you download your logs someplace else. Interactive; cursor around in the report and see what's going on. Can generate HTML reports. Can also generate realtime interactive HTML reports if you run it in server mode. Lightweight, only requires UTF-8 support and ncurses (ncursesw, if you want a UTF-8 enabled console). Available in the default package repositories of multiple Linux distros. Thanks @virtadpt | -| [Offen](https://www.offen.dev/) | | [Open-source](https://github.com/offen/offen) and self-hosted, Offen is a fair and lightweight web analytics alternative that treats operators and users as equal parties. | -| [Umami](https://umami.is/) | | A simple, easy to use, [open-source](https://github.com/mikecao/umami)/self-hosted web analytics solution. | -| [Kindmetrics](https://kindmetrics.io) | **5/14-eyes** | An [open-source](https://github.com/kindmetrics) analytics tool. Landing page and company is based in Sweden, CDN in EU, Servers on Digitalocean (USA) datacenter in Germany. | +| [Shynet](https://github.com/milesmcc/shynet)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/milesmcc/shynet) | | Shynet is a self-hosted analytics tool that doesn't make use of cookies. It is privacy focused and fully open-source. Thanks @woutfeys | +| [Supabase](https://supabase.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/supabase/supabase) | | Supabase is an opensource alternative to Firebase. As of right now you can use their hosting plan for free as it's in alpha, or you can self host ([note on self hosting](https://github.com/supabase/supabase/issues/85#issuecomment-636010946)). Thanks @woutfeys | +| [GoAccess](https://goaccess.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/allinurl/goaccess) | | An open-source web server analysis tool. Installs on your web server (ideally), but works just as well if you download your logs someplace else. Interactive; cursor around in the report and see what's going on. Can generate HTML reports. Can also generate realtime interactive HTML reports if you run it in server mode. Lightweight, only requires UTF-8 support and ncurses (ncursesw, if you want a UTF-8 enabled console). Available in the default package repositories of multiple Linux distros. Thanks @virtadpt | +| [Offen](https://www.offen.dev/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/offen/offen) | | Open-source and self-hosted, Offen is a fair and lightweight web analytics alternative that treats operators and users as equal parties. | +| [Umami](https://umami.is/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/mikecao/umami) | | A simple, easy to use, open-source/self-hosted web analytics solution. | +| [Kindmetrics](https://kindmetrics.io)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/kindmetrics) | **5/14-eyes** | An open-source analytics tool. Landing page and company is based in Sweden, CDN in EU, Servers on Digitalocean (USA) datacenter in Germany. | | [userTrack](https://www.usertrack.net/) | | Self-hosted alternative to Google Analytics, similar to Matomo but cheaper for premium features. Includes user segments, heatmaps, session recordings and A/B testing. | | [Piwik PRO](https://piwik.pro/) | **5-eyes** | An analytics suite with a focus on user privacy and data security. | | [Panelbear](https://panelbear.com/) | **14-eyes** | Privacy-focused analytics + web performance monitoring. | @@ -245,13 +245,13 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Photoprism](https://photoprism.pro/) | | Self-hosted and [open-source](https://github.com/photoprism/photoprism) Personal Photo Management powered by Go and Google TensorFlow. | -| [ownPhotos](https://github.com/hooram/ownphotos) | | Self-hosted and [open-source](https://github.com/hooram/ownphotos) Google Photos alternative. | -| [Piwigo](https://piwigo.org/) | **9-eyes** | Self-hosted and [open-source](https://github.com/Piwigo) cloud photo manager. You can also sign up for an ["as a service" account](https://piwigo.com). | +| [Photoprism](https://photoprism.pro/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/photoprism/photoprism) | | Self-hosted and open-source Personal Photo Management powered by Go and Google TensorFlow. | +| [ownPhotos](https://github.com/hooram/ownphotos)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/hooram/ownphotos) | | Self-hosted and open-source Google Photos alternative. | +| [Piwigo](https://piwigo.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/Piwigo) | **9-eyes** | Self-hosted and open-source cloud photo manager. You can also sign up for an ["as a service" account](https://piwigo.com). | | [JottaCloud](https://jottacloud.com/) | **9-eyes** | Norway based cloud storage provider with free and paid plans. Thanks @mynamesleon | | [Cryptee](https://crypt.ee/) | | Encrypted photo storage in a simple solution similar to Google Photos. | | [PhotoStructure](https://photostructure.com/) | | Self-hosted photo and video manager. Cross-platform (macOS, Windows, Linux, Docker). Scales to millions of assets, with automatic organization, auto-transcoding, and advanced de-duplication. | -| [Lychee](https://lycheeorg.github.io/) | | An [open-source](https://github.com/LycheeOrg/Lychee) self-hosted photo-management tool that includes built-in support for videos. Thanks @m0yP | +| [Lychee](https://lycheeorg.github.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/LycheeOrg/Lychee) | | An open-source self-hosted photo-management tool that includes built-in support for videos. Thanks @m0yP | @@ -259,10 +259,10 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Lightning Calendar (Thunderbird)](https://www.thunderbird.net/en-US/calendar/) | | Developed by Mozilla Foundation and [open-source](https://www.thunderbird.net/en-US/get-involved/). Integrates into Thunderbird and SeaMonkey. | +| [Lightning Calendar (Thunderbird)](https://www.thunderbird.net/en-US/calendar/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=thunderbird)](https://www.thunderbird.net/en-US/get-involved) | | Developed by Mozilla Foundation and open-source. Integrates into Thunderbird and SeaMonkey. | | [Tutanota Calendar](https://tutanota.com/calendar/) | **14-eyes** | Developed by Tutanota. Free cross-platform encrypted calendar. Allows importing of other Calendar files. Can't be synced to other calendar software. | -| [Fruux](https://fruux.com/) | **14-eyes** | [Open-source](https://fruux.com/opensource/) calendar using "sabre/dav" (FOSS WebDAV, CardDAV, and CalDAV). They mention privacy quite a bit on their site. Very large number of features, and supports nearly every device: Windows, iOS, Linux, Android, BlackBerry, SailFish, and also a webapp for browsers. | -| [EteSync](https://www.etesync.com) | | Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. | +| [Fruux](https://fruux.com/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=fruux)](https://fruux.com/opensource) | **14-eyes** | Open-source calendar using "sabre/dav" (FOSS WebDAV, CardDAV, and CalDAV). They mention privacy quite a bit on their site. Very large number of features, and supports nearly every device: Windows, iOS, Linux, Android, BlackBerry, SailFish, and also a webapp for browsers. | +| [EteSync](https://www.etesync.com)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/etesync) | | Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. | | [Baïkal](https://sabre.io/baikal/) | | a lightweight CalDAV+CardDAV server. It offers an extensive web interface with easy management of users, address books and calendars. It is fast and simple to install and only needs a basic php capable server. The data can be stored in a MySQL or a SQLite database. Thanks @mahdi1234 | | [Nextcloud](https://nextcloud.com/) | | Nextcloud also offers a calendar solution using CalDAV and CardDAV. Thanks @mahdi1234 for pointing this out. | | [Radicale](https://radicale.org/) | | Self-hosted calendar server written in Python. WebUI for desktop, CalDav/CardDav for mobile sync. Can use a reverse proxy with Nginx for HTTPS. | @@ -274,11 +274,11 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [CryptPad](https://cryptpad.fr/) | **9-eyes** | [Open-source](https://github.com/xwiki-labs/cryptpad) "zero knowledge" collaborative cloud editor. They offer Rich Text, Code, Presentation, Sheet (beta), Poll, Kanban, Whiteboard, and CryptDrive. 100% Client side encryption. Tons of useful features. | -| [Etherpad](https://etherpad.org/) | | Self-hosted collaborative editor. Does not use the browser. Not the greatest interface, but it's [open-source](https://github.com/ether) and you have full control over who can see your data. | -| [Cryptee](https://crypt.ee/) | | [Open-source](https://github.com/cryptee) and privacy focused photo and document storage/editing. Based in Estonia, so your files are outside the reach of any 14-eyes country. They don't even require an email address to sign up. | +| [CryptPad](https://cryptpad.fr/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/xwiki-labs/cryptpad) | **9-eyes** | Open-source "zero knowledge" collaborative cloud editor. They offer Rich Text, Code, Presentation, Sheet (beta), Poll, Kanban, Whiteboard, and CryptDrive. 100% Client side encryption. Tons of useful features. | +| [Etherpad](https://etherpad.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/ether) | | Self-hosted collaborative editor. Does not use the browser. Not the greatest interface, but it's open-source and you have full control over who can see your data. | +| [Cryptee](https://crypt.ee/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/cryptee) | | Open-source and privacy focused photo and document storage/editing. Based in Estonia, so your files are outside the reach of any 14-eyes country. They don't even require an email address to sign up. | | [LibreOffice Online](https://www.libreoffice.org/download/libreoffice-online/) | **14-eyes** | Self-hosted instance of LibreOffice that you can run in your browser. Thanks @flubberding | -| [ONLYOFFICE](https://www.onlyoffice.com) | | [Open-source](https://github.com/ONLYOFFICE/) private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. | +| [ONLYOFFICE](https://www.onlyoffice.com)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/ONLYOFFICE) | | Open-source private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. | | [Arcane Office](https://arcaneoffice.com/) | | A decentralized office suite with high-security and zero-knowledge on your data. With Arcane Office, you have maximum control on your personal stuff. Full-featured online document and spreadsheet editor. Secure storage to save your photos. All free for personal use. Thanks @taraletti | @@ -287,11 +287,11 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [LibreOffice](https://www.libreoffice.org/) | | [Open-source](https://www.libreoffice.org/about-us/source-code/) offline document suites. | -| [LyX](https://www.lyx.org/) | | It's an [open-source](https://www.lyx.org/Development) (and offline) document processor using TeX/LaTeX. It's different than Docs or Word but amazing, once you get used to it. | -| [ONLYOFFICE](https://www.onlyoffice.com/) | | Offline version of ONLYOFFICE, an [open-source](https://github.com/ONLYOFFICE/) private cloud replacement for Google Docs'suite and Office 360. Also available as a self contained rich application. Thanks @PalmoliveDev | +| [LibreOffice](https://www.libreoffice.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=libreoffice)](https://www.libreoffice.org/about-us/source-code) | | Open-source offline document suites. | +| [LyX](https://www.lyx.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=lyx)](https://www.lyx.org/Development) | | It's an open-source (and offline) document processor using TeX/LaTeX. It's different than Docs or Word but amazing, once you get used to it. | +| [ONLYOFFICE](https://www.onlyoffice.com/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/ONLYOFFICE) | | Offline version of ONLYOFFICE, an open-source private cloud replacement for Google Docs suite and Office 360. Also available as a self contained rich application. Thanks @PalmoliveDev | | [Cryptee](https://crypt.ee/) | | Offline version of Cryptee for web. Runs as a progressive web app. Works most modern phone browsers (Chrome, Opera or Firefox on Android; Safari on iOS). Also works in desktop browsers that support PWA (the website lists that only Chrome works, but [others will work](https://github.com/tycrek/degoogle/issues/160#issuecomment-643066320) too. | -| [Calligra](https://calligra.org/) | | Calligra Suite is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases. (Free and [Open-source](https://calligra.org/get-involved/) Software) | +| [Calligra](https://calligra.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=calligra)](https://calligra.org/get-involved) | | Calligra Suite is an office and graphic art suite by KDE. It is available for desktop PCs, tablet computers, and smartphones. It contains applications for word processing, spreadsheets, presentation, vector graphics, and editing databases. (Free and open-source Software) | @@ -308,15 +308,15 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [ownCloud](https://owncloud.org/) | | [Open-source](https://github.com/owncloud) and self-hosted. Provide your own storage. | +| [ownCloud](https://owncloud.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/owncloud) | | Open-source and self-hosted. Provide your own storage. | | [Nextcloud](https://nextcloud.com/) | | Also self-hosted. Spin-off of ownCloud. **Also offers Calendar and Contacts** (thanks @chribre) | -| [Syncthing](https://syncthing.net/) | **9-eyes** | An [open-source](https://github.com/syncthing/) continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. | +| [Syncthing](https://syncthing.net/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/syncthing) | **9-eyes** | An open-source continuous file synchronization program. It synchronizes files between two or more computers in real time, safely protected from prying eyes. Your data is your data alone and you deserve to choose where it is stored, whether it is shared with some third party, and how it's transmitted over the internet. | | [Sia](https://sia.tech/) | | Fully decentralized cloud storage. | -| [Tresorit](https://tresorit.com/) | | Primarily meant for businesses, but offers a free version for individuals as well. (thanks u/xNick26) | +| [Tresorit](https://tresorit.com/) | | Primarily meant for businesses, but offers a free version for individuals as well. Thanks u/xNick26 | | [Sync](https://www.sync.com) | **5-eyes** | End-to-end encrypted Google Drive/Dropbox replacement. | | [JottaCloud](https://jottacloud.com/en/) | **9-eyes** | Norway based cloud storage provider with free and paid plans. Thanks @mynamesleon | -| [seafile](https://www.seafile.com) | | [Open-source](https://github.com/haiwen/seafile) and self-hosted file sync&share solution. | -| [Cozy Cloud](https://cozy.io/) | **9-eyes** | French based cloud storage provider with free and paid plans. Can also be self-hosted and is [open-Source](https://github.com/cozy/cozy-stack). And it also offers a collaborative notes editor. | +| [seafile](https://www.seafile.com)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/haiwen/seafile) | | Open-source and self-hosted file sync&share solution. | +| [Cozy Cloud](https://cozy.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/cozy/cozy-stack) | **9-eyes** | French based cloud storage provider with free and paid plans. Can also be self-hosted and is open-source. And it also offers a collaborative notes editor. | | [Mailfence Documents](https://www.mailfence.com) | **14-eyes** | Documents can be accessed using WebDAV or edited online. Users can drag and drop files in folders and categorize them with tags. | | [Filecloud Community Edition](https://www.getfilecloud.com/filecloud-community-edition/) | | Powerful, secure Dropbox-like enterprise class file sharing and sync solution for home or business. | @@ -326,43 +326,43 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Signal](https://signal.org/) | **5-eyes** | (Open-source)[https://github.com/signalapp] secure messaging. Whistleblower and privacy advocate Edward Snowden recommends Signal. | +| [Signal](https://signal.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/signalapp) | **5-eyes** | Open-source secure messaging. Whistleblower and privacy advocate Edward Snowden recommends Signal. | | [Tox](https://tox.chat/) | | Tox is unique as it uses P2P technology to ensure the network *never* goes down, as long as there are users to keep it alive. They specifically say on the website "Tox has no central servers that can be raided, shut down, or forced to turn over data". | | [Wire](https://wire.com/en/) | **5-eyes** | Uses end-to-end encryption. Looks to be more of a corporate service with tiered plans. | -| [Element](https://element.io/) | **5-eyes** | [Open-source](https://github.com/vector-im/) privacy-focused chat service with end-to-end encryption. They offer webapps, desktop apps, iOS, and Android (Play Store and F-Droid). Uses the "Matrix" protocol for decentralized communication. | +| [Element](https://element.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/vector-im) | **5-eyes** | Open-source privacy-focused chat service with end-to-end encryption. They offer webapps, desktop apps, iOS, and Android (Play Store and F-Droid). Uses the "Matrix" protocol for decentralized communication. | | [Threema](https://threema.ch/en) | | Swiss-based GDPR-compliant instant messenger. Has apps for both iOS and Android. Unlike Signal, no phone number is required (nor is an email) to sign up. End-to-end encrypted. Thanks to @nathanvogel | | [Keybase](https://keybase.io/) | **5-eyes** | Encrypted chat like Signal with features like Slack. Does not require a phone number to sign up. Also has file storage. **Note:** Keybase was acquired by Zoom, Inc. in May 2020 ([Keybase blog](https://keybase.io/blog/keybase-joins-zoom), [Zoom blog](https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keybase-and-announces-goal-of-developing-the-most-broadly-used-enterprise-end-to-end-encryption-offering/)). Thanks @notpushkin & @multimob. | -| [Jitsi](https://jitsi.org/) | **5-eyes** | Jitsi is an [open-source](https://github.com/jitsi) secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) | +| [Jitsi](https://jitsi.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/jitsi) | **5-eyes** | Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) | | [Jami](https://jami.net/) | **5-eyes** | Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. | -| [Mumble](https://www.mumble.info/) | | A free, [open-source](https://github.com/mumble-voip), low latency, high quality voice chat application. | -| [Session](https://getsession.org/) | | [Open-source](https://github.com/loki-project?type=source). It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. | +| [Mumble](https://www.mumble.info/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/mumble-voip) | | A free, open-source, low latency, high quality voice chat application. | +| [Session](https://getsession.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/loki-project?type=source) | | Open-source. It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. | - *See [this article](https://outline.com/BK8f7h) for why I didn't include WhatsApp and why you should NOT use it (if someone has a better Outline link, that would be much appreciated).* -- *I have also **removed** Telegram. See [Issue #29](https://github.com/tycrek/degoogle/issues/29) from @arsv.* +- *I have also **removed** Telegram. See [Issue* #### Gmail (mail service) | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Forward Email](https://forwardemail.net/) | | A free and [open-source](https://github.com/forwardemail) email forwarding service focused on a user's right to privacy. | +| [Forward Email](https://forwardemail.net/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/forwardemail) | | A free and open-source email forwarding service focused on a user's right to privacy. | | [Protonmail](https://protonmail.com/) | | One of the top privacy-focused email providers. Servers are in Switzerland in an underground guarded bunker that they claim can "survive a nuclear attack". | -| [Tutanota](https://tutanota.com/) | **14-eyes** | [Open-source](https://github.com/tutao/tutanota) and one one of the top rated privacy-focused email providers. Located in Germany. | +| [Tutanota](https://tutanota.com/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/tutao/tutanota) | **14-eyes** | Open-source and one one of the top rated privacy-focused email providers. Located in Germany. | | [Posteo](https://posteo.de/en) | **14-eyes** | Completely anonymous mail provider located in Germany. | | [mailbox.org](https://mailbox.org/en/) | **14-eyes** | Paid email provider, also located in Germany. | | [Disroot](https://disroot.org/) | **9-eyes** | Decentralized email service. | | [StartMail](https://www.startmail.com/en/) | **9-eyes** | Operated by the same people who run StartPage. | -| [SimpleLogin](https://simplelogin.io/) | | [Open-source](https://github.com/simple-login/), self-hosted, and privacy focused email forwarding service. | +| [SimpleLogin](https://simplelogin.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/simple-login) | | Open-source, self-hosted, and privacy focused email forwarding service. | | [Migadu](https://www.migadu.com/en/index.html) | **9-eyes** | Paid email provider, located in Switzerland. Focus on privacy. | | [Fastmail](https://fastmail.com/) | **5-eyes** | Paid email provider, located in Australia and US. | | [Runbox](https://runbox.com/why-runbox/privacy-protection/) | **9-eyes** | Privacy focusued email provider. Thanks @petertorelli | -| [NextCloud](https://help.nextcloud.com/t/nextcloud-mail-server/157) | | Nextcloud provides a [webmail interface](https://github.com/nextcloud/mail) that can be used to access email from various providers. Thanks @je-vv | +| [NextCloud](https://help.nextcloud.com/t/nextcloud-mail-server/157)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/nextcloud/mail) | | Nextcloud provides a webmail interface that can be used to access email from various providers. Thanks @je-vv | | [Anonymize.com Email](https://anonymize.com/) | | Paid secure email service provided by Epik.com. | | [Thexyz](https://www.thexyz.com/) | **5-eyes** | Thexyz is a Canadian company offering privacy-conscious business email. Premium webmail costs USD $2.95 per month. | | [Mailfence](https://www.mailfence.com) | **14-eyes** | A secure and private email provider much like Protonmail and Tutanota. There are no google analytics nor hidden cookies. There are options to pay anonymously via cryptocurrency. It features a wide array of collaboration tools, such as groups, calendar, contacts, documents with editing space. Offers free, paid, and freemium plans. Can pay with cryptocurrency and has a [warrant canary](https://blog.mailfence.com/transparency-report-and-warrant-canary/). Thanks @resto1231 | | [CTemplar](https://ctemplar.com/) | | Privacy-focused email provider located in Iceland. | -| [Anonaddy](https://anonaddy.com/) | **9-eyes** | [Open-source](https://github.com/anonaddy/anonaddy) Anonymous forwarding email service. Forwarded email can be encrypted (OpenPGP) to prevent Google from reading it. Accepts cryptocurrencies (including Monero). | -| [Mail-in-a-Box](https://mailinabox.email/) | | [Open-source](https://github.com/mail-in-a-box/mailinabox) self-hosted easy-to-deploy mail server in a box. | +| [Anonaddy](https://anonaddy.com/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/anonaddy/anonaddy) | **9-eyes** | Open-source Anonymous forwarding email service. Forwarded email can be encrypted (OpenPGP) to prevent Google from reading it. Accepts cryptocurrencies (including Monero). | +| [Mail-in-a-Box](https://mailinabox.email/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/mail-in-a-box/mailinabox) | | Open-source self-hosted easy-to-deploy mail server in a box. | - *This is just for the Gmail service, not a client* @@ -371,14 +371,14 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Joplin](https://joplinapp.org/) | | [Open-source](https://github.com/laurent22/joplin) notes/todo app. Available for Windows, macOS, Linux, Android, and iOS. Also offers a terminal version. It can import Evernote `.enex` files if you use that. It can also sync with Nextcloud (mentioned above). | -| [Standard Notes](https://standardnotes.org/) [![F-Droid](https://img.shields.io/f-droid/v/com.standardnotes?style=flat-square)](https://f-droid.org/en/packages/com.standardnotes/) | | Encrypted note storage with loads of features. Offers a web app as well as downloads for most operating systems. Has a paid plan, but the free tier has many useful features as well. | +| [Joplin](https://joplinapp.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/laurent22/joplin) | | Open-source notes/todo app. Available for Windows, macOS, Linux, Android, and iOS. Also offers a terminal version. It can import Evernote `.enex` files if you use that. It can also sync with Nextcloud (mentioned above). | +| [Standard Notes](https://standardnotes.org/)
[![F-Droid](https://img.shields.io/f-droid/v/com.standardnotes?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.standardnotes/) | | Encrypted note storage with loads of features. Offers a web app as well as downloads for most operating systems. Has a paid plan, but the free tier has many useful features as well. | | [Turtl](https://turtlapp.com/) | | Encrypted collaborative notebook with possibility of running your own server. | -| [QOwnNotes](https://www.qownnotes.org/) | | [Open-source](https://github.com/pbek/QOwnNotes) file editor with Markdown support. (thanks u/maqp2) | -| [EteSync](https://www.etesync.com) | | Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. | +| [QOwnNotes](https://www.qownnotes.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/pbek/QOwnNotes) | | Open-source file editor with Markdown support. (thanks u/maqp2) | +| [EteSync](https://www.etesync.com)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/etesync) | | Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. | | [GitJournal](https://gitjournal.io/) | | Your Markdown notes stores in any Git Repo. Available for both Android (Play Store) and iOS. | | [Nextcloud Notes](https://apps.nextcloud.com/apps/notes) | | A distraction free notes taking app for Nextcloud. It provides categories for better organization and supports formatting using Markdown syntax. Notes are saved as files in your Nextcloud, so you can view and edit them with every Nextcloud client. | -| [TiddlyWiki](https://tiddlywiki.com/) | | An [open-source](https://github.com/Jermolene/TiddlyWiki5) personal note-taking system that can run in the browser as a single HTML file or as a NodeJS application. It can be stored locally on a hard drive or removable drive, self-hosted on one's own server, or use various web-based storage options. | +| [TiddlyWiki](https://tiddlywiki.com/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/Jermolene/TiddlyWiki5) | | An open-source personal note-taking system that can run in the browser as a single HTML file or as a NodeJS application. It can be stored locally on a hard drive or removable drive, self-hosted on one's own server, or use various web-based storage options. | @@ -386,14 +386,14 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Jellyfin](https://jellyfin.org/) | | [Open-source](https://github.com/jellyfin) alternative to the Play media services. You do need to provide your own content, however. In active development with frequent updates (to the source, that is). | +| [Jellyfin](https://jellyfin.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/jellyfin) | | Open-source alternative to the Play media services. You do need to provide your own content, however. In active development with frequent updates (to the source, that is). | | [Funkwhale](https://funkwhale.audio/) | | Self-hosted, decentralized music service. Provide your own audio. (thanks u/DashEquals) | -| [Airsonic](https://airsonic.github.io/) | | Self-hosted [open-source](https://github.com/airsonic/airsonic) media streamer. Has features for transcoding audio on-the-fly for "virtually any audio format". You can also set bandwidth limits if you need to. Looks very powerful. | +| [Airsonic](https://airsonic.github.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/airsonic/airsonic) | | Self-hosted open-source media streamer. Has features for transcoding audio on-the-fly for "virtually any audio format". You can also set bandwidth limits if you need to. Looks very powerful. | | [Music Player Daemon](https://www.musicpd.org/) | | A "flexible, powerful, server-side application for playing music". | -| [Popcorn Time](https://popcorntime.sh/) | | [Open-source](https://github.com/popcorn-official) software for desktop and mobile that let you easily stream movie/TV torrents. **Be careful if your country or ISP has policies against torrenting, a VPN is recommended.** Thanks @je-vv | +| [Popcorn Time](https://popcorntime.sh/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/popcorn-official) | | Open-source software for desktop and mobile that let you easily stream movie/TV torrents. **Be careful if your country or ISP has policies against torrenting, a VPN is recommended.** Thanks @je-vv | | [Nuclear Music Player](https://nuclear.js.org/) | | Streaming music player that finds music from free sources automatically. | -| [Tribler](https://www.tribler.org/) | | [Open-source](https://github.com/Tribler/tribler) peer-to-peer file sharing that provides a "Youtube"-like streaming experience. Tribler uses Tor-like onion routing to protect the privacy of its users. | -| [Ampache](http://ampache.org/) | | [Open-source](https://github.com/ampache/ampache) and self-hosted web based media manager and media server. API available to allow usage on various platforms. On-the-fly transcoding available. Supports both music and video. | +| [Tribler](https://www.tribler.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/Tribler/tribler) | | Open-source peer-to-peer file sharing that provides a "Youtube"-like streaming experience. Tribler uses Tor-like onion routing to protect the privacy of its users. | +| [Ampache](http://ampache.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/ampache/ampache) | | Open-source and self-hosted web based media manager and media server. API available to allow usage on various platforms. On-the-fly transcoding available. Supports both music and video. | - *I can no longer recommend [Emby](https://emby.media/) as they are [no longer open source](https://www.linuxuprising.com/2018/12/jellyfin-free-software-emby-media.html).* - *Thanks to u/eA8KESARaW6iqCpHsbE4 for suggesting Jellyfin and pointing out that Emby isn't open source.* @@ -404,8 +404,8 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | | [Open Font Library](https://fontlibrary.org/) | **5-eyes** | Lots of Serif and Sans-Serif fonts that can be directly embedded into a website. | -| [google webfonts helper](https://google-webfonts-helper.herokuapp.com/fonts) | **5-eyes** | Hassle-free way for webmasters to self-host [open-source](https://github.com/majodev/google-webfonts-helper) fonts from Google Fonts | -| [Brick](https://brick.im) | **9-eyes** | [Open-source](https://github.com/alfredxing/brick) fonts that work in a very similar way to Google fonts. Most of the fonts render nicer than Google Fonts. | +| [google webfonts helper](https://google-webfonts-helper.herokuapp.com/fonts)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/majodev/google-webfonts-helper) | **5-eyes** | Hassle-free way for webmasters to self-host open-source fonts from Google Fonts | +| [Brick](https://brick.im)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/alfredxing/brick) | **9-eyes** | Open-source fonts that work in a very similar way to Google fonts. Most of the fonts render nicer than Google Fonts. | @@ -413,9 +413,9 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Moodle](https://moodle.org/) | | Self-hosted [open-source](https://github.com/moodle/moodle) Classroom software for schools. Very powerful. Thanks @jankapunkt | -| [ILIAS](https://www.ilias.de/en/) | | Another self-hosted [open-source](https://github.com/ILIAS-eLearning/ILIAS) classroom software. Thanks again to @jankapunkt | -| [Canvas](https://www.instructure.com/canvas) | | Paid service by Instructure. Also available as a self-hosted, [open-source](https://github.com/instructure/canvas-lms) option. To ensure privacy, use the self-hosted option. | +| [Moodle](https://moodle.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/moodle/moodle) | | Self-hosted open-source Classroom software for schools. Very powerful. Thanks @jankapunkt | +| [ILIAS](https://www.ilias.de/en/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/ILIAS-eLearning/ILIAS) | | Another self-hosted open-source classroom software. Thanks again to @jankapunkt | +| [Canvas](https://www.instructure.com/canvas)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/instructure/canvas-lms) | | Paid service by Instructure. Also available as a self-hosted, open-source option. To ensure privacy, use the self-hosted option. | @@ -433,7 +433,7 @@ When contributing, **please follow the rules outlined in [CONTRIBUTING.md](https | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Transportr](https://transportr.app/) | | An [open-source](https://github.com/grote/Transportr) Transit app on Android that takes information from several providers (e.g Deutsche Bahn in Germany) and enables you to use them in the app. Visualises the routes on an online OpenStreetMap map. Works in most of Western-Europe, as well as the USA, Australia, Canada, New Zealand, Brazil, Nicaragua, Costa Rica, the UAE and Ghana. **Beware: most information-providers only have beta or alpha support, it may be a good idea to keep a second app as a fallback option** | +| [Transportr](https://transportr.app/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/grote/Transportr) | | An open-source Transit app on Android that takes information from several providers (e.g Deutsche Bahn in Germany) and enables you to use them in the app. Visualises the routes on an online OpenStreetMap map. Works in most of Western-Europe, as well as the USA, Australia, Canada, New Zealand, Brazil, Nicaragua, Costa Rica, the UAE and Ghana. **Beware: most information-providers only have beta or alpha support, it may be a good idea to keep a second app as a fallback option** | @@ -461,15 +461,15 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | | [Ubuntu Touch](https://ubuntu-touch.io/) | | Ubuntu, but for phones. | -| [LineageOS](https://www.lineageos.org/) | **5-eyes** | [Open-source](https://github.com/lineageos) and based on Android, but without the crap. | -| [SailfishOS](https://sailfishos.org/) | | Privacy-focused mobile OS by Jolla with a proprietary UI and Android compatibility layer on top of an [open-source](http://releases.sailfishos.org/sources/) Mer GNU/Linux base. | -| [GrapheneOS](https://grapheneos.org/) | | [Open-source](https://github.com/GrapheneOS) Android-based OS with an emphasis on security and privacy. Features advanced hardening and privacy protections throughout the system. | -| [postmarketOS](https://postmarketos.org/) | | [Open-source](https://gitlab.com/postmarketOS) mobile Linux OS. Can install different user interfaces such as [Plasma Mobile](https://www.plasma-mobile.org/). Thanks @okias | +| [LineageOS](https://www.lineageos.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/lineageos) | **5-eyes** | Open-source and based on Android, but without the crap. | +| [SailfishOS](https://sailfishos.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=sailfishos)](http://releases.sailfishos.org/sources) | | Privacy-focused mobile OS by Jolla with a proprietary UI and Android compatibility layer on top of an open-source Mer GNU/Linux base. | +| [GrapheneOS](https://grapheneos.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/GrapheneOS) | | Open-source Android-based OS with an emphasis on security and privacy. Features advanced hardening and privacy protections throughout the system. | +| [postmarketOS](https://postmarketos.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/postmarketOS) | | Open-source mobile Linux OS. Can install different user interfaces such as [Plasma Mobile](https://www.plasma-mobile.org/). Thanks @okias | | [Replicant](https://replicant.us/) | **5-eyes** | Free Android distribution. Puts the emphasis on "freedom and privacy/security". | -| [CalyxOS](https://calyxos.org/) | | [Open-source](https://gitlab.com/CalyxOS) Android-based OS with an emphasis on security and privacy. Provides good combination of privacy and security together with usability. Optional support for MicroG. | +| [CalyxOS](https://calyxos.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/CalyxOS) | | Open-source Android-based OS with an emphasis on security and privacy. Provides good combination of privacy and security together with usability. Optional support for MicroG. | - *You'll either need a rooted device with an unlocked bootloader, or a specific device depending on which OS you like.* -- *Please see Issue #55 for details on /e/.* +- *Please see Issue* #### Chrome OS @@ -483,8 +483,8 @@ No known alternatives. | [Knoppix](http://www.knopper.net/knoppix/index-en.html) | | Another Live OS, runs from CD/DVD/USB. Can also be installed if desired. | | [Parrot OS](https://parrotsec.org/) | | Debian-based and privacy focused. Fully sandboxed. (thanks u/Safe_Airport) | | [PureOS](https://pureos.net/) | **5-eyes** | The OS of Purism Laptops (mentioned in the Hardware section). Very clean UI. *Editor note: I could not get this working on a UEFI Dell laptop. The group behind PureOS does not provide any UEFI support.* | -| [GhostBSD](https://ghostbsd.org/) | | This is a secure [open-source](https://github.com/GhostBSD) OS based on FreeBSD, preconfigured to be a sane desktop environment for all users. | -| [Any other form of Linux](https://www.linuxfoundation.org/) | | [Ubuntu](https://www.ubuntu.com/); [Debian](https://www.debian.org/); [Mint](https://linuxmint.com/); [Fedora](https://getfedora.org/); [Arch](https://www.archlinux.org/) or [Manjaro](https://manjaro.org/) (Manjaro is objectively much easier to get running than Arch); [Trisquel](https://trisquel.info/); [Gentoo](https://www.gentoo.org/); [Alpine](https://www.alpinelinux.org/) (thanks u/privacyfreak555); [etc etc etc](https://en.wikipedia.org/wiki/List_of_Linux_distributions) | +| [GhostBSD](https://ghostbsd.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/GhostBSD) | | This is a secure open-source OS based on FreeBSD, preconfigured to be a sane desktop environment for all users. | +| [Any other form of Linux](https://www.linuxfoundation.org/) | | [Ubuntu](https://www.ubuntu.com/); [Debian](https://www.debian.org/); [Mint](https://linuxmint.com/); [Fedora](https://getfedora.org/); [Arch](https://www.archlinux.org/) or [Manjaro](https://manjaro.org/) (Manjaro is objectively much easier to get running than Arch); [Trisquel](https://trisquel.info/); [Gentoo](https://www.gentoo.org/); [Alpine](https://www.alpinelinux.org/) (thanks u/privacyfreak555); [etc etc etc](https://en.wikipedia.org/wiki/List_of_Linux_distributions) | @@ -492,7 +492,7 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [AsteroidOS](https://asteroidos.org/) | **14-eyes** | The cleanest (and only) [open-source](https://github.com/AsteroidOS/) alternative for Wear OS. Make sure you buy a watch that supports it! | +| [AsteroidOS](https://asteroidos.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/AsteroidOS) | **14-eyes** | The cleanest (and only) open-source alternative for Wear OS. Make sure you buy a watch that supports it! | @@ -507,7 +507,7 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | | [Kodi](https://kodi.tv/) | | It's incredibly powerful and backed by one of the strongest communities around. Tons of plugins to do nearly anything you want. Software installs on nearly any platform. | -| [OSMC](https://osmc.tv/) | | Free, [open-source](https://github.com/osmc/osmc) media center OS. Kodi is pre-installed. Thanks to @g4rret and @lgiard for clarifying the difference between Kodi and OSMC! | +| [OSMC](https://osmc.tv/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/osmc/osmc) | | Free, open-source media center OS. Kodi is pre-installed. Thanks to @g4rret and @lgiard for clarifying the difference between Kodi and OSMC! | @@ -520,9 +520,9 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Ungoogled Chromium](https://github.com/Eloston/ungoogled-chromium) | | Chromium (which Chrome and countless other browsers are built on top of) is one of the cleanest and light-weight browsers available. This version cuts out all the Google crap. | +| [Ungoogled Chromium](https://github.com/Eloston/ungoogled-chromium)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/Eloston/ungoogled-chromium) | | Chromium (which Chrome and countless other browsers are built on top of) is one of the cleanest and light-weight browsers available. This version cuts out all the Google crap. | | [Firefox](https://firefox.com/) | | Built by Mozilla, "The Privacy Company". Huge extension library; great for privacy. | -| [Waterfox](https://www.waterfox.net/) | **5-eyes** | Based on Firefox, but **64-bit only** with an emphasis on speed and privacy. Has a "classic" version built off older Firefox for legacy extension support and also an "alpha" version built off Quantum. It doesn't collect any telemetry and also removes Pocket from the alpha release. Project is run by [Alex Kontos](https://github.com/MrAlex94/) and is constantly in active development. Looks very clean and fast. Android versions are in the works too. **UPDATE:** @Nudin pointed out in Issue #85 that Waterfox is now [apart of System1](https://www.waterfox.net/blog/waterfox-has-joined-system1/). | +| [Waterfox](https://www.waterfox.net/) | **5-eyes** | Based on Firefox, but **64-bit only** with an emphasis on speed and privacy. Has a "classic" version built off older Firefox for legacy extension support and also an "alpha" version built off Quantum. It doesn't collect any telemetry and also removes Pocket from the alpha release. Project is run by [Alex Kontos](https://github.com/MrAlex94/) and is constantly in active development. Looks very clean and fast. Android versions are in the works too. **UPDATE:** @Nudin pointed out in Issue #85 that Waterfox is now [a part of System1](https://www.waterfox.net/blog/waterfox-has-joined-system1/). | | [Vivaldi](https://vivaldi.com/) | | Privacy-focused browser. Appears to be very customizable and feature-rich. | | [Tor Browser](https://www.torproject.org/download/) | | Firefox-based browser routed through the [Tor network](https://en.wikipedia.org/wiki/Tor_%28anonymity_network%29). Automatically has a few privacy extensions installed (such as HTTPS Everywhere). [Read this article](https://write.privacytools.io/my-thoughts-on-security/slicing-onions-part-1-myth-busting-tor) for more info on how it works and the benefits of using Tor. Available for Windows, Linux, macOS, and Android. | @@ -541,9 +541,9 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | | [VSCodium](https://vscodium.com/) | | VSCodium is Visual Studio Code but without all the Microsoft telemetry and branding. | -| [Vim](https://www.vim.org/) | | [Open-source](https://github.com/vim/vim) text editor. Thanks @moon-chilled | -| [Emacs](https://www.gnu.org/software/emacs/) | | Another [open-source](https://github.com/emacs-mirror/emacs) text editor. Thanks @moon-chilled | -| [Atom](https://atom.io/) | | Atom is a free and [open-source](https://github.com/atom/atom) text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies. (From [Wikipedia](https://en.wikipedia.org/wiki/Atom_(text_editor))) Thanks @woutfeys | +| [Vim](https://www.vim.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/vim/vim) | | Open-source text editor. Thanks @moon-chilled | +| [Emacs](https://www.gnu.org/software/emacs/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/emacs-mirror/emacs) | | Another open-source text editor. Thanks @moon-chilled | +| [Atom](https://atom.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/atom/atom) | | Atom is a free and open-source text and source code editor for macOS, Linux, and Microsoft Windows with support for plug-ins written in Node.js, and embedded Git Control, developed by GitHub. Atom is a desktop application built using web technologies. (From [Wikipedia](https://en.wikipedia.org/wiki/Atom_(text_editor))) Thanks @woutfeys | @@ -557,12 +557,12 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | | [F-Droid](https://f-droid.org/) | | Catalogue of FOSS apps for Android. Easy to install and keeps track of updates. Also has a browser version if you don't want to install the app. | -| [Yalp Store (fork)](https://github.com/kiliakin/YalpStore) [![F-Droid](https://img.shields.io/f-droid/v/com.github.kiliakin.yalpstore?style=flat-square)](https://f-droid.org/en/packages/com.github.kiliakin.yalpstore/) | | Yalp downloads Play Store apps as APK files. Helpful if you want to stay away from the Play Store, but require an app that is only available there. This version is a fork of the original project that is no longer active. Thank @onlyjob | +| [Yalp Store (fork)](https://github.com/kiliakin/YalpStore)
[![F-Droid](https://img.shields.io/f-droid/v/com.github.kiliakin.yalpstore?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.github.kiliakin.yalpstore/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/kiliakin/YalpStore) | | Yalp downloads Play Store apps as APK files. Helpful if you want to stay away from the Play Store, but require an app that is only available there. This version is a fork of the original project that is no longer active. Thank @onlyjob | | [APKMirror](https://www.apkmirror.com/) | | An online library of user-uploaded APK files. Helpful if you need a specific older version of an app or don't want to download it through Google Play. | -| [Aurora Store](https://gitlab.com/AuroraOSS/AuroraStore) [![F-Droid](https://img.shields.io/f-droid/v/com.aurora.store?style=flat-square)](https://f-droid.org/en/packages/com.aurora.store/) | | Aurora Store is ~~simply a fork of the Yalp Store~~ no longer a fork of Yalp, but is now its own project (see their [readme](https://gitlab.com/AuroraOSS/AuroraStore/blob/master/README.md)). **Update:** Removed note on using microG as Aurora Store [does not use it](https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/README.md#L77). Thanks @notpushkin | +| [Aurora Store](https://gitlab.com/AuroraOSS/AuroraStore)
[![F-Droid](https://img.shields.io/f-droid/v/com.aurora.store?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.aurora.store/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/AuroraOSS/AuroraStore) | | Aurora Store is ~~simply a fork of the Yalp Store~~ no longer a fork of Yalp, but is now its own project (see their [readme](https://gitlab.com/AuroraOSS/AuroraStore/blob/master/README.md)). **Update:** Removed note on using microG as Aurora Store [does not use it](https://gitlab.com/AuroraOSS/AuroraStore/-/blob/master/README.md#L77). Thanks @notpushkin | | [Fossdroid](https://fossdroid.com/) | | Uses the same library as F-Droid, but with a modern UI similar to that of the Play Store and the ability to view apps by popularity. | -| [G-Droid](https://gitlab.com/gdroid/gdroidclient/) | | Also uses the F-Droid repo but with a different UI. | -| [APKGrabber](https://github.com/hemker/apkgrabber) | | Fork of [APKUpdater](https://github.com/rumboalla/apkupdater). Both are great tools for avoiding app stores (on Android). | +| [G-Droid](https://gitlab.com/gdroid/gdroidclient/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/gdroid/gdroidclient) | | Also uses the F-Droid repo but with a different UI. | +| [APKGrabber](https://github.com/hemker/apkgrabber)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/hemker/apkgrabber) | | Fork of [APKUpdater](https://github.com/rumboalla/apkupdater). Both are great tools for avoiding app stores (on Android). | | [Aurora Droid](https://forum.xda-developers.com/android/apps-games/app-aurora-droid-fdroid-client-t3932663) | | Yet another F-Droid client, potentially has a few bugs (thanks u/OfficialJohnGL4) | - *When searching for replacements, check the alternative stores (such as F-Droid) before checking the Play Store.* @@ -572,8 +572,8 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Fennec F-Droid](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/) [![F-Droid](https://img.shields.io/f-droid/v/org.mozilla.fennec_fdroid?style=flat-square)](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/) | | A privacy-focused version of Firefox Android available on F-Droid. It's focused on removing any proprietary bits found in official Mozilla's builds. (thanks u/SupremeLisper) | -| [Bromite](https://www.bromite.org/) | | Privacy-focused/[open-source](https://github.com/bromite/bromite) build of Chromium with built-in ad blocking. (thanks u/SupremeLisper) | +| [Fennec F-Droid](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/)
[![F-Droid](https://img.shields.io/f-droid/v/org.mozilla.fennec_fdroid?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.mozilla.fennec_fdroid/) | | A privacy-focused version of Firefox Android available on F-Droid. It's focused on removing any proprietary bits found in official Mozilla's builds. (thanks u/SupremeLisper) | +| [Bromite](https://www.bromite.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/bromite/bromite) | | Privacy-focused/open-source build of Chromium with built-in ad blocking. (thanks u/SupremeLisper) | @@ -581,9 +581,9 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Simple Calculator](https://github.com/SimpleMobileTools/Simple-Calculator) [![F-Droid](https://img.shields.io/f-droid/v/com.simplemobiletools.calculator?style=flat-square)](https://f-droid.org/en/packages/com.simplemobiletools.calculator/) | | Also part of the SMT project. Available on F-Droid. | -| [Calculator N+ or NCalc+](https://github.com/tranleduy2000/ncalc) | | [Open-source](https://github.com/tranleduy2000/ncalc) feature-rich calculator. App itself is no longer in development, but the developer does [encourage pull requests](https://github.com/tranleduy2000/ncalc#calculator-n---powerful-calculator-for-android). I've used it frequently and it works great. Not on F-Droid, but a 3rd party play store can probably find it; or the APK's are available as releases on GitHub. You can also compile from source. | -| [Calculator++](https://github.com/Bubu/android-calculatorpp) [![F-Droid](https://img.shields.io/f-droid/v/org.solovyev.android.calculator?style=flat-square)](https://f-droid.org/en/packages/org.solovyev.android.calculator/) | | [Open-source](https://github.com/Bubu/android-calculatorpp) calculator packed with features. Thanks @ghost | +| [Simple Calculator](https://github.com/SimpleMobileTools/Simple-Calculator)
[![F-Droid](https://img.shields.io/f-droid/v/com.simplemobiletools.calculator?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.simplemobiletools.calculator/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/SimpleMobileTools/Simple-Calculator) | | Also part of the SMT project. Available on F-Droid. | +| [Calculator N+ or NCalc+](https://github.com/tranleduy2000/ncalc)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/tranleduy2000/ncalc) | | Open-source feature-rich calculator. App itself is no longer in development, but the developer does [encourage pull requests](https://github.com/tranleduy2000/ncalc#calculator-n---powerful-calculator-for-android). I've used it frequently and it works great. Not on F-Droid, but a 3rd party play store can probably find it; or the APK's are available as releases on GitHub. You can also compile from source. | +| [Calculator++](https://github.com/Bubu/android-calculatorpp)
[![F-Droid](https://img.shields.io/f-droid/v/org.solovyev.android.calculator?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.solovyev.android.calculator/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/Bubu/android-calculatorpp) | | Open-source calculator packed with features. Thanks @ghost | @@ -591,12 +591,12 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [DAVx⁵](https://www.davx5.com/) [![F-Droid](https://img.shields.io/f-droid/v/at.bitfire.davdroid?style=flat-square)](https://f-droid.org/en/packages/at.bitfire.davdroid/) | | DAVx⁵ is an [open-source](https://gitlab.com/bitfireAT/davx5-ose) CalDAV/CardDAV suite and sync app for Android. | -| [ICSx⁵](https://icsx5.bitfire.at/) [![F-Droid](https://img.shields.io/f-droid/v/at.bitfire.icsdroid?style=flat-square)](https://f-droid.org/en/packages/at.bitfire.icsdroid/) | | ICSx⁵ is an Android app to subscribe to remote (“Webcal”) or local iCalendar files (like time tables of your school/university or event files of your sports team). Thanks @je-vv | +| [DAVx⁵](https://www.davx5.com/)
[![F-Droid](https://img.shields.io/f-droid/v/at.bitfire.davdroid?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/at.bitfire.davdroid/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/bitfireAT/davx5-ose) | | DAVx⁵ is an open-source CalDAV/CardDAV suite and sync app for Android. | +| [ICSx⁵](https://icsx5.bitfire.at/)
[![F-Droid](https://img.shields.io/f-droid/v/at.bitfire.icsdroid?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/at.bitfire.icsdroid/) | | ICSx⁵ is an Android app to subscribe to remote (“Webcal”) or local iCalendar files (like time tables of your school/university or event files of your sports team). Thanks @je-vv | | [Fruux (mobile app)](https://fruux.com/) | | Same service from above provides an Android app. | -| [Etar](https://github.com/xsoh/Etar-Calendar) [![F-Droid](https://img.shields.io/f-droid/v/ws.xsoh.etar?style=flat-square)](https://f-droid.org/en/packages/ws.xsoh.etar/) | | [Open-source](https://github.com/xsoh/Etar-Calendar) material design Calendar that integrates with the Android Calendar API. Can integrate with CalDAV/CardDAV servers. | -| [Simple Calendar](https://github.com/SimpleMobileTools/Simple-Calendar) [![F-Droid](https://img.shields.io/f-droid/v/com.simplemobiletools.calendar.pro?style=flat-square)](https://f-droid.org/en/packages/com.simplemobiletools.calendar.pro/) | | [Open-source](https://github.com/SimpleMobileTools/Simple-Calendar). Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. | -| [EteSync](https://www.etesync.com) [![F-Droid](https://img.shields.io/f-droid/v/com.etesync.syncadapter?style=flat-square)](https://f-droid.org/en/packages/com.etesync.syncadapter/) | | Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. | +| [Etar](https://github.com/xsoh/Etar-Calendar)
[![F-Droid](https://img.shields.io/f-droid/v/ws.xsoh.etar?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/ws.xsoh.etar/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/xsoh/Etar-Calendar) | | Open-source material design Calendar that integrates with the Android Calendar API. Can integrate with CalDAV/CardDAV servers. | +| [Simple Calendar](https://github.com/SimpleMobileTools/Simple-Calendar)
[![F-Droid](https://img.shields.io/f-droid/v/com.simplemobiletools.calendar.pro?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.simplemobiletools.calendar.pro/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/SimpleMobileTools/Simple-Calendar) | | Open-source. Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. | +| [EteSync](https://www.etesync.com)
[![F-Droid](https://img.shields.io/f-droid/v/com.etesync.syncadapter?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.etesync.syncadapter/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/etesync) | | Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. | @@ -604,7 +604,7 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Open Camera](https://opencamera.sourceforge.io/) [![F-Droid](https://img.shields.io/f-droid/v/net.sourceforge.opencamera?style=flat-square)](https://f-droid.org/en/packages/net.sourceforge.opencamera/) | | [Open-source](https://sourceforge.net/p/opencamera/code/ci/master/tree/) camera for Android. Thanks @je-vv | +| [Open Camera](https://opencamera.sourceforge.io/)
[![F-Droid](https://img.shields.io/f-droid/v/net.sourceforge.opencamera?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/net.sourceforge.opencamera/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=sourceforge)](https://sourceforge.net/p/opencamera/code/ci/master/tree) | | Open-source camera for Android. Thanks @je-vv | @@ -612,10 +612,10 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Clock +](https://github.com/philliphsu/ClockPlus) [![F-Droid](https://img.shields.io/f-droid/v/com.philliphsu.clock2?style=flat-square)](https://f-droid.org/en/packages/com.philliphsu.clock2/) | | [Open-source](https://github.com/philliphsu/ClockPlus) Alarm clock, timer, and stop watch. | -| [Simple Alarm Clock](https://github.com/yuriykulikov/AlarmClock) | | Exactly as it's name says; simple alarm clock yet adds many improvements over other apps. No dock mode or world clock. | -| [Insane Alarm!](https://github.com/RIAEvangelist/insane-alarm) | | Developer states that he had "spent a night out with the boys and drank a bit too much but needed to be up in the morning". So, he made the loudest alarm clock possible based off an emergency alarm from when he was in the military. This app doesn't mess around, use it wisely. | -| [Alarmio](https://github.com/fennifith/Alarmio) [![F-Droid](https://img.shields.io/f-droid/v/me.jfenn.alarmio?style=flat-square)](https://f-droid.org/en/packages/me.jfenn.alarmio/) | | An [open-source](https://github.com/fennifith/Alarmio) simple alarm clock that implements many useful features while following regular design standards to ensure that it is quick and intuitive to use. | +| [Clock +](https://github.com/philliphsu/ClockPlus)
[![F-Droid](https://img.shields.io/f-droid/v/com.philliphsu.clock2?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.philliphsu.clock2/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/philliphsu/ClockPlus) | | Open-source Alarm clock, timer, and stop watch. | +| [Simple Alarm Clock](https://github.com/yuriykulikov/AlarmClock)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/yuriykulikov/AlarmClock) | | Exactly as it's name says; simple alarm clock yet adds many improvements over other apps. No dock mode or world clock. | +| [Insane Alarm!](https://github.com/RIAEvangelist/insane-alarm)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/RIAEvangelist/insane-alarm) | | Developer states that he had "spent a night out with the boys and drank a bit too much but needed to be up in the morning". So, he made the loudest alarm clock possible based off an emergency alarm from when he was in the military. This app doesn't mess around, use it wisely. | +| [Alarmio](https://github.com/fennifith/Alarmio)
[![F-Droid](https://img.shields.io/f-droid/v/me.jfenn.alarmio?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/me.jfenn.alarmio/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/fennifith/Alarmio) | | An open-source simple alarm clock that implements many useful features while following regular design standards to ensure that it is quick and intuitive to use. | @@ -624,9 +624,9 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | | [Fruux (mobile app)](https://fruux.com/) | | Fruux *also* provides a contacts app. | -| [Simple Contacts](https://github.com/SimpleMobileTools/Simple-Contacts) [![F-Droid](https://img.shields.io/f-droid/v/com.simplemobiletools.contacts.pro?style=flat-square)](https://f-droid.org/en/packages/com.simplemobiletools.contacts.pro/) | | [Open-source](https://github.com/SimpleMobileTools/Simple-Contacts). Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. | -| [Open Contacts](https://gitlab.com/sultanahamer/OpenContacts/-/blob/HEAD/README.md) [![F-Droid](https://img.shields.io/f-droid/v/opencontacts.open.com.opencontacts?style=flat-square)](https://f-droid.org/en/packages/opencontacts.open.com.opencontacts/) | | [Open-source](https://gitlab.com/sultanahamer/OpenContacts/) contacts. (thanks u/consentio) | -| [EteSync](https://www.etesync.com) [![F-Droid](https://img.shields.io/f-droid/v/com.etesync.syncadapter?style=flat-square)](https://f-droid.org/en/packages/com.etesync.syncadapter/) | | Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. | +| [Simple Contacts](https://github.com/SimpleMobileTools/Simple-Contacts)
[![F-Droid](https://img.shields.io/f-droid/v/com.simplemobiletools.contacts.pro?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.simplemobiletools.contacts.pro/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/SimpleMobileTools/Simple-Contacts) | | Open-source. Part of the [Simple Mobile Tools](https://github.com/SimpleMobileTools) project. | +| [Open Contacts](https://gitlab.com/sultanahamer/OpenContacts/-/blob/HEAD/README.md)
[![F-Droid](https://img.shields.io/f-droid/v/opencontacts.open.com.opencontacts?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/opencontacts.open.com.opencontacts/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/sultanahamer/OpenContacts) | | Open-source contacts. (thanks u/consentio) | +| [EteSync](https://www.etesync.com)
[![F-Droid](https://img.shields.io/f-droid/v/com.etesync.syncadapter?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.etesync.syncadapter/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/etesync) | | Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. | @@ -634,10 +634,9 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [QKSMS](https://github.com/moezbhatti/qksms) [![F-Droid](https://img.shields.io/f-droid/v/com.moez.QKSMS?style=flat-square)](https://f-droid.org/en/packages/com.moez.QKSMS/) | | [Open-source](https://github.com/moezbhatti/qksms). Very clean and feature rich SMS app. Available on F-Droid. | -| [Silence.im](https://silence.im/) [![F-Droid](https://img.shields.io/f-droid/v/org.smssecure.smssecure?style=flat-square)](https://f-droid.org/en/packages/org.smssecure.smssecure/) | | [Open-source](https://silence.im/contribute/) and utilizes Signal's encryption protocol. Seamlessly works with SMS. End-to-end encryption with other Silence users. Available on F-Droid. | -| [Signal](https://signal.org/) | | [Open-source](https://github.com/signalapp). Signal possesses SMS/MMS capabilities on Android. Using it as your default SMS app has the advantage of having your SMS and your online-messaging-service integrated within one app. Doing so will also show stats within the app of how many messages you send are encrypted, and offers to send invites to your contacts. -Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | +| [QKSMS](https://github.com/moezbhatti/qksms)
[![F-Droid](https://img.shields.io/f-droid/v/com.moez.QKSMS?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.moez.QKSMS/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/moezbhatti/qksms) | | Open-source. Very clean and feature rich SMS app. Available on F-Droid. | +| [Silence.im](https://silence.im/)
[![F-Droid](https://img.shields.io/f-droid/v/org.smssecure.smssecure?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.smssecure.smssecure/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=silence)](https://silence.im/contribute) | | Open-source and utilizes Signal's encryption protocol. Seamlessly works with SMS. End-to-end encryption with other Silence users. Available on F-Droid. | +| [Signal](https://signal.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/signalapp) | | Open-source. Signal possesses SMS/MMS capabilities on Android. Using it as your default SMS app has the advantage of having your SMS and your online-messaging-service integrated within one app. Doing so will also show stats within the app of how many messages you send are encrypted, and offers to send invites to your contacts.

Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | @@ -645,14 +644,14 @@ Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | | Name | Eyes | Description | | ---- | ---- | ----------- | -| [AnySoftKeyboard](https://anysoftkeyboard.github.io/) [![F-Droid](https://img.shields.io/f-droid/v/com.menny.android.anysoftkeyboard?style=flat-square)](https://f-droid.org/en/packages/com.menny.android.anysoftkeyboard/) | | [Open-source](https://github.com/AnySoftKeyboard/AnySoftKeyboard) keyboard. Available on F-Droid. | -| [Hacker's Keyboard](https://github.com/klausw/hackerskeyboard) [![F-Droid](https://img.shields.io/f-droid/v/org.pocketworkstation.pckeyboard?style=flat-square)](https://f-droid.org/en/packages/org.pocketworkstation.pckeyboard/) | | Also [open-source](https://github.com/klausw/hackerskeyboard). Very useful for developers or sysadmins on the go. | -| [kboard](https://github.com/adgad/kboard) [![F-Droid](https://img.shields.io/f-droid/v/com.adgad.kboard?style=flat-square)](https://f-droid.org/en/packages/com.adgad.kboard/) | | [Open-source](https://github.com/adgad/kboard). Has features for phrases, "lenny faces", macros and more. **Note**: Project [appears to be abandoned](https://github.com/adgad/kboard/issues/16). | -| [Simple Keyboard](https://github.com/rkkr/simple-keyboard) [![F-Droid](https://img.shields.io/f-droid/v/rkr.simplekeyboard.inputmethod?style=flat-square)](https://f-droid.org/en/packages/rkr.simplekeyboard.inputmethod/) | | [Open-source](https://github.com/rkkr/simple-keyboard) keyboard. | -| [Indic Keyboard](https://gitlab.com/indicproject/indic-keyboard) | | [Open-source](https://gitlab.com/indicproject/indic-keyboard) keyboard that supports many languages that other keyboards sometimes don't support. Not on F-Droid, but can be built from source or possibly through a Play Store alternative. | -| [OpenBoard](https://github.com/dslul/openboard) [![F-Droid](https://img.shields.io/f-droid/v/org.dslul.openboard.inputmethod.latin?style=flat-square)](https://f-droid.org/en/packages/org.dslul.openboard.inputmethod.latin/) | | New 100% FOSS keyboard, based on AOSP. Similar to "Simple Keyboard". | -| [FlorisBoard](https://github.com/florisboard/florisboard) [![F-Droid](https://img.shields.io/f-droid/v/dev.patrickgold.florisboard?style=flat-square)](https://f-droid.org/en/packages/dev.patrickgold.florisboard/) | | An [open-source](https://github.com/florisboard/florisboard) keyboard aimed at providing you with an easy way to type while respecting your privacy (this project is currently in alpha stage). | -| [8VIM](https://www.8vim.com/) [![F-Droid](https://img.shields.io/f-droid/v/inc.flide.vi8?style=flat-square)](https://f-droid.org/en/packages/inc.flide.vi8/) | | [Open-source](https://github.com/flide/8VIM). A "text editor inside a keyboard, drawing it's inspiration from 8pen and Vim." | +| [AnySoftKeyboard](https://anysoftkeyboard.github.io/)
[![F-Droid](https://img.shields.io/f-droid/v/com.menny.android.anysoftkeyboard?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.menny.android.anysoftkeyboard/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/AnySoftKeyboard/AnySoftKeyboard) | | Open-source keyboard. Available on F-Droid. | +| [Hacker's Keyboard'](https://github.com/klausw/hackerskeyboard)
[![F-Droid](https://img.shields.io/f-droid/v/org.pocketworkstation.pckeyboard?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.pocketworkstation.pckeyboard/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/klausw/hackerskeyboard) | | Also open-source. Very useful for developers or sysadmins on the go. | +| [kboard](https://github.com/adgad/kboard)
[![F-Droid](https://img.shields.io/f-droid/v/com.adgad.kboard?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.adgad.kboard/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/adgad/kboard) | | Open-source. Has features for phrases, "lenny faces", macros and more. **Note**: Project [appears to be abandoned](https://github.com/adgad/kboard/issues/16). | +| [Simple Keyboard](https://github.com/rkkr/simple-keyboard)
[![F-Droid](https://img.shields.io/f-droid/v/rkr.simplekeyboard.inputmethod?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/rkr.simplekeyboard.inputmethod/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/rkkr/simple-keyboard) | | Open-source keyboard. | +| [Indic Keyboard](https://gitlab.com/indicproject/indic-keyboard)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/indicproject/indic-keyboard) | | Open-source keyboard that supports many languages that other keyboards sometimes don't support. Not on F-Droid, but can be built from source or possibly through a Play Store alternative. | +| [OpenBoard](https://github.com/dslul/openboard)
[![F-Droid](https://img.shields.io/f-droid/v/org.dslul.openboard.inputmethod.latin?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.dslul.openboard.inputmethod.latin/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/dslul/openboard) | | New 100% FOSS keyboard, based on AOSP. Similar to "Simple Keyboard". | +| [FlorisBoard](https://github.com/florisboard/florisboard)
[![F-Droid](https://img.shields.io/f-droid/v/dev.patrickgold.florisboard?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/dev.patrickgold.florisboard/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/florisboard/florisboard) | | An open-source keyboard aimed at providing you with an easy way to type while respecting your privacy (this project is currently in alpha stage). | +| [8VIM](https://www.8vim.com/)
[![F-Droid](https://img.shields.io/f-droid/v/inc.flide.vi8?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/inc.flide.vi8/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/flide/8VIM) | | Open-source. A "text editor inside a keyboard, drawing it's inspiration from 8pen and Vim." | @@ -660,9 +659,9 @@ Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | | Name | Eyes | Description | | ---- | ---- | ----------- | -| [ownCloud Android](https://github.com/owncloud/android) [![F-Droid](https://img.shields.io/f-droid/v/com.owncloud.android?style=flat-square)](https://f-droid.org/en/packages/com.owncloud.android/) | | ownCloud Android client. Available on F-Droid. | -| [Nextcloud Android](https://github.com/nextcloud/android) [![F-Droid](https://img.shields.io/f-droid/v/com.nextcloud.client?style=flat-square)](https://f-droid.org/en/packages/com.nextcloud.client/) | | Nextcloud Android client. Available on F-Droid. | -| [Syncthing Android](https://github.com/syncthing/syncthing-android) [![F-Droid](https://img.shields.io/f-droid/v/com.nutomic.syncthingandroid?style=flat-square)](https://f-droid.org/en/packages/com.nutomic.syncthingandroid/) | | Wrapper of Syncthing for Android. Available on F-Droid. Also consider [Syncthing-Fork](https://f-droid.org/en/packages/com.github.catfriend1.syncthingandroid/) which uses a native Android UI rather than the default web UI. | +| [ownCloud Android](https://github.com/owncloud/android)
[![F-Droid](https://img.shields.io/f-droid/v/com.owncloud.android?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.owncloud.android/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/owncloud/android) | | ownCloud Android client. Available on F-Droid. | +| [Nextcloud Android](https://github.com/nextcloud/android)
[![F-Droid](https://img.shields.io/f-droid/v/com.nextcloud.client?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.nextcloud.client/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/nextcloud/android) | | Nextcloud Android client. Available on F-Droid. | +| [Syncthing Android](https://github.com/syncthing/syncthing-android)
[![F-Droid](https://img.shields.io/f-droid/v/com.nutomic.syncthingandroid?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.nutomic.syncthingandroid/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/syncthing/syncthing-android) | | Wrapper of Syncthing for Android. Available on F-Droid. Also consider [Syncthing-Fork](https://f-droid.org/en/packages/com.github.catfriend1.syncthingandroid/) which uses a native Android UI rather than the default web UI. | @@ -671,11 +670,11 @@ Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | | Name | Eyes | Description | | ---- | ---- | ----------- | | [Protonmail](https://protonmail.com/support/knowledge-base/android/) | | Can be downloaded from the Play Store, but may work with one of the store replacements above (such as Yalp). | -| [Tutanota](https://www.tutanota.com/) [![F-Droid](https://img.shields.io/f-droid/v/de.tutao.tutanota?style=flat-square)](https://f-droid.org/en/packages/de.tutao.tutanota/) | **14-eyes** | Client available from F-Droid. | -| [Disroot](https://disroot.org/) [![F-Droid](https://img.shields.io/f-droid/v/org.disroot.disrootapp?style=flat-square)](https://f-droid.org/en/packages/org.disroot.disrootapp/) | | Available from F-Droid. | -| [K-9 Mail](https://k9mail.github.io/) [![F-Droid](https://img.shields.io/f-droid/v/com.fsck.k9?style=flat-square)](https://f-droid.org/en/packages/com.fsck.k9/) | | Available on F-Droid. | -| [FairEmail](https://email.faircode.eu/) [![F-Droid](https://img.shields.io/f-droid/v/eu.faircode.email?style=flat-square)](https://f-droid.org/en/packages/eu.faircode.email/) | | Available on F-Droid. You can (optionally) pay a 1-time fee to unlock some premium features (and support the developer). | -| [DeltaChat](https://delta.chat/) [![F-Droid](https://img.shields.io/f-droid/v/com.b44t.messenger?style=flat-square)](https://f-droid.org/en/packages/com.b44t.messenger/) | | An email app with a chat-based UI and privacy support with autocrypt. | +| [Tutanota](https://www.tutanota.com/)
[![F-Droid](https://img.shields.io/f-droid/v/de.tutao.tutanota?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/de.tutao.tutanota/) | **14-eyes** | Client available from F-Droid. | +| [Disroot](https://disroot.org/)
[![F-Droid](https://img.shields.io/f-droid/v/org.disroot.disrootapp?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.disroot.disrootapp/) | | Available from F-Droid. | +| [K-9 Mail](https://k9mail.github.io/)
[![F-Droid](https://img.shields.io/f-droid/v/com.fsck.k9?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.fsck.k9/) | | Available on F-Droid. | +| [FairEmail](https://email.faircode.eu/)
[![F-Droid](https://img.shields.io/f-droid/v/eu.faircode.email?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/eu.faircode.email/) | | Available on F-Droid. You can (optionally) pay a 1-time fee to unlock some premium features (and support the developer). | +| [DeltaChat](https://delta.chat/)
[![F-Droid](https://img.shields.io/f-droid/v/com.b44t.messenger?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.b44t.messenger/) | | An email app with a chat-based UI and privacy support with autocrypt. | | [Mailbox.org](https://mailbox.org/) | **14-eyes** | Mailbox.org provides IMAP settings for Android/iOS and an iOS profile. Thanks @avasts Issue #45 | @@ -684,16 +683,16 @@ Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Notepad](https://github.com/farmerbb/Notepad) [![F-Droid](https://img.shields.io/f-droid/v/com.farmerbb.notepad?style=flat-square)](https://f-droid.org/en/packages/com.farmerbb.notepad/) | | [Open-source](https://github.com/farmerbb/Notepad). Supports Markdown and HTML. Very clean and feature-rich. *Offline only*. | -| [Joplin](https://github.com/laurent22/joplin) | | Scroll down on the GitHub page until you reach the Android download links. No F-Droid repo, but you can download the APK directly instead of using the Play Store. | +| [Notepad](https://github.com/farmerbb/Notepad)
[![F-Droid](https://img.shields.io/f-droid/v/com.farmerbb.notepad?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.farmerbb.notepad/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/farmerbb/Notepad) | | Open-source. Supports Markdown and HTML. Very clean and feature-rich. *Offline only*. | +| [Joplin](https://github.com/laurent22/joplin)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/laurent22/joplin) | | Scroll down on the GitHub page until you reach the Android download links. No F-Droid repo, but you can download the APK directly instead of using the Play Store. | | [Standard Notes](https://standardnotes.org/) | | Encrypted note storage with loads of features. | -| [Omni Notes](https://omninotes.app/) [![F-Droid](https://img.shields.io/f-droid/v/it.feio.android.omninotes.foss?style=flat-square)](https://f-droid.org/en/packages/it.feio.android.omninotes.foss/) | | Very feature rich, [open-source](https://github.com/federicoiosue/Omni-Notes), material design notes app. Very active development. Available on F-Droid. | -| [Carnet](https://github.com/PhieF/CarnetDocumentation) [![F-Droid](https://img.shields.io/f-droid/v/com.spisoft.quicknote?style=flat-square)](https://f-droid.org/en/packages/com.spisoft.quicknote/) | | I had some trouble finding info on this one. Looks like it has pretty seamless/painless ownCloud and NextCloud integration. Also available on F-Droid. | -| [Markor](https://gsantner.net/project/markor.html) [![F-Droid](https://img.shields.io/f-droid/v/net.gsantner.markor?style=flat-square)](https://f-droid.org/en/packages/net.gsantner.markor/) | | [Open-source](https://github.com/gsantner/markor) notes/to-do app for Android. Supports Markdown editing. Available on F-Droid. App is 100% offline, as stated on the [GitHub README](https://github.com/gsantner/markor#privacy). | -| [Orgzly](http://orgzly.com/) [![F-Droid](https://img.shields.io/f-droid/v/com.orgzly?style=flat-square)](https://f-droid.org/en/packages/com.orgzly/) | | [Open-source](https://github.com/orgzly). Notes are stored in the plain-text [Org mode](https://orgmode.org/) format. Supports searching, metadata, and manual sync with Dropbox or local directory, which can be synced using e.g. Syncthing. | -| [Notally](https://github.com/OmGodse/Notally) [![F-Droid](https://img.shields.io/f-droid/v/com.omgodse.notally?style=flat-square)](https://f-droid.org/en/packages/com.omgodse.notally/) | | A beautiful, light and minimalistic notes app with no trackers, ads or analytics of any kind. | -| [Nextcloud Notes for Android](https://github.com/stefan-niedermann/nextcloud-notes) [![F-Droid](https://img.shields.io/f-droid/v/it.niedermann.owncloud.notes?style=flat-square)](https://f-droid.org/en/packages/it.niedermann.owncloud.notes/) | | An android client for Nextcloud Notes App. | -| [EteSync](https://www.etesync.com) [![F-Droid](https://img.shields.io/f-droid/v/com.etesync.notes?style=flat-square)](https://f-droid.org/en/packages/com.etesync.notes/) | | Secure, end-to-end encrypted, and [open-source](https://github.com/etesync) sync for your contacts, calendars, tasks and notes. | +| [Omni Notes](https://omninotes.app/)
[![F-Droid](https://img.shields.io/f-droid/v/it.feio.android.omninotes.foss?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/it.feio.android.omninotes.foss/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/federicoiosue/Omni-Notes) | | Very feature rich, open-source, material design notes app. Very active development. Available on F-Droid. | +| [Carnet](https://github.com/PhieF/CarnetDocumentation)
[![F-Droid](https://img.shields.io/f-droid/v/com.spisoft.quicknote?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.spisoft.quicknote/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/CarnetApp/CarnetAndroid) | | I had some trouble finding info on this one. Looks like it has pretty seamless/painless ownCloud and NextCloud integration. Also available on F-Droid. | +| [Markor](https://gsantner.net/project/markor.html)
[![F-Droid](https://img.shields.io/f-droid/v/net.gsantner.markor?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/net.gsantner.markor/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/gsantner/markor) | | Open-source notes/to-do app for Android. Supports Markdown editing. Available on F-Droid. App is 100% offline, as stated on the [GitHub README](https://github.com/gsantner/markor#privacy). | +| [Orgzly](http://orgzly.com/)
[![F-Droid](https://img.shields.io/f-droid/v/com.orgzly?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.orgzly/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/orgzly) | | Open-source. Notes are stored in the plain-text [Org mode](https://orgmode.org/) format. Supports searching, metadata, and manual sync with Dropbox or local directory, which can be synced using e.g. Syncthing. | +| [Notally](https://github.com/OmGodse/Notally)
[![F-Droid](https://img.shields.io/f-droid/v/com.omgodse.notally?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.omgodse.notally/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/OmGodse/Notally) | | A beautiful, light and minimalistic notes app with no trackers, ads or analytics of any kind. | +| [Nextcloud Notes for Android](https://github.com/stefan-niedermann/nextcloud-notes)
[![F-Droid](https://img.shields.io/f-droid/v/it.niedermann.owncloud.notes?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/it.niedermann.owncloud.notes/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/stefan-niedermann/nextcloud-notes) | | An android client for Nextcloud Notes App. | +| [EteSync](https://www.etesync.com)
[![F-Droid](https://img.shields.io/f-droid/v/com.etesync.notes?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.etesync.notes/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/etesync) | | Secure, end-to-end encrypted, and open-source sync for your contacts, calendars, tasks and notes. | @@ -701,10 +700,10 @@ Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Maps](https://gitlab.com/axet/omim/-/blob/HEAD/README.md) [![F-Droid](https://img.shields.io/f-droid/v/com.github.axet.maps?style=flat-square)](https://f-droid.org/en/packages/com.github.axet.maps/) | | [Open-source](https://gitlab.com/axet/omim) navigation app based on MAPS.ME. Searching for addresses doesn't always work and finding businesses can be a slight hassle, but overall one of the better apps I've used. | -| [OsmAnd](https://osmand.net/) [![F-Droid](https://img.shields.io/f-droid/v/net.osmand.plus?style=flat-square)](https://f-droid.org/en/packages/net.osmand.plus/) | | OpenStreetMap for Android. (thanks u/masao77). As OsmAnd is primarily crowdsourced, many regions may not be totally accurate. If you would like to help improve OpenStreetMap and OsmAnd, check out [StreetComplete](https://wiki.openstreetmap.org/wiki/StreetComplete) (available from [F-Droid](https://f-droid.org/en/packages/de.westnordost.streetcomplete/). | -| [Transportr](https://transportr.app/) | | Primarily European, this is an [open-source](https://transportr.app/contribute/) public transport app. Thanks to @lgiard | -| [Öffi (Offi)](https://oeffi.schildbach.de/) [![F-Droid](https://img.shields.io/f-droid/v/de.schildbach.oeffi?style=flat-square)](https://f-droid.org/en/packages/de.schildbach.oeffi/) | | Öffi is a public transport Android app (also shows delays and replacement bus service for more and more transport authorities in Europe and beyond) - similar to Transportr | +| [Maps](https://gitlab.com/axet/omim/-/blob/HEAD/README.md)
[![F-Droid](https://img.shields.io/f-droid/v/com.github.axet.maps?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.github.axet.maps/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/axet/omim) | | Open-source navigation app based on MAPS.ME. Searching for addresses doesn't always work and finding businesses can be a slight hassle, but overall one of the better apps I've used. | +| [OsmAnd](https://osmand.net/)
[![F-Droid](https://img.shields.io/f-droid/v/net.osmand.plus?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/net.osmand.plus/) | | OpenStreetMap for Android. (thanks u/masao77). As OsmAnd is primarily crowdsourced, many regions may not be totally accurate. If you would like to help improve OpenStreetMap and OsmAnd, check out [StreetComplete](https://wiki.openstreetmap.org/wiki/StreetComplete) (available from [F-Droid](https://f-droid.org/en/packages/de.westnordost.streetcomplete/). | +| [Transportr](https://transportr.app/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=transportr)](https://transportr.app/contribute) | | Primarily European, this is an open-source public transport app. Thanks to @lgiard | +| [Öffi (Offi)](https://oeffi.schildbach.de/)
[![F-Droid](https://img.shields.io/f-droid/v/de.schildbach.oeffi?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/de.schildbach.oeffi/) | | Öffi is a public transport Android app (also shows delays and replacement bus service for more and more transport authorities in Europe and beyond) - similar to Transportr | @@ -712,8 +711,8 @@ Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Flym](https://github.com/FredJul/Flym) [![F-Droid](https://img.shields.io/f-droid/v/net.frju.flym?style=flat-square)](https://f-droid.org/en/packages/net.frju.flym/) | | [Open-source](https://github.com/FredJul/Flym) Material Design RSS reader. | -| [Feeder](https://gitlab.com/spacecowboy/Feeder/-/blob/master/README.md) [![F-Droid](https://img.shields.io/f-droid/v/com.nononsenseapps.feeder?style=flat-square)](https://f-droid.org/en/packages/com.nononsenseapps.feeder/) | | Use good old-fashioned RSS feeds with Feeder | +| [Flym](https://github.com/FredJul/Flym)
[![F-Droid](https://img.shields.io/f-droid/v/net.frju.flym?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/net.frju.flym/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/FredJul/Flym) | | Open-source Material Design RSS reader. | +| [Feeder](https://gitlab.com/spacecowboy/Feeder/-/blob/master/README.md)
[![F-Droid](https://img.shields.io/f-droid/v/com.nononsenseapps.feeder?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.nononsenseapps.feeder/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/spacecowboy/Feeder) | | Use good old-fashioned RSS feeds with Feeder | @@ -721,7 +720,7 @@ Thanks @Glitchy-Tozier for suggesting it be listing as SMS/MMS alternative. | | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Piwigo Android](https://github.com/Piwigo/Piwigo-Android) | | You need to have Piwigo set up first. | +| [Piwigo Android](https://github.com/Piwigo/Piwigo-Android)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/Piwigo/Piwigo-Android) | | You need to have Piwigo set up first. | | [Stingle Photos](https://stingle.org/) | **5-eyes** | A convenient, easy to use Gallery/Camera application with Backup and Sync functionality for your photos and videos which seamlessly provides strong security, privacy and encryption. All photos and videos are encrypted prior to being stored and backed up, so they are secure at rest, in transit and on cloud storage. | @@ -737,7 +736,7 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [NewPipe](https://newpipe.schabi.org/) [![F-Droid](https://img.shields.io/f-droid/v/org.schabi.newpipe?style=flat-square)](https://f-droid.org/en/packages/org.schabi.newpipe/) | | Powerful [open-source](https://github.com/TeamNewPipe/NewPipe/) YouTube alternative. Supports audio only; background playback; picture-in-picture; no ads. | +| [NewPipe](https://newpipe.schabi.org/)
[![F-Droid](https://img.shields.io/f-droid/v/org.schabi.newpipe?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.schabi.newpipe/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/TeamNewPipe/NewPipe) | | Powerful open-source YouTube alternative. Supports audio only; background playback; picture-in-picture; no ads. | | [YouTube Vanced](https://forum.xda-developers.com/android/apps-games/app-youtube-vanced-edition-t3758757) | | Please read the XDA post before deciding to use this. | @@ -746,11 +745,11 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [andOTP](https://github.com/andOTP/andOTP) [![F-Droid](https://img.shields.io/f-droid/v/org.shadowice.flocke.andotp?style=flat-square)](https://f-droid.org/en/packages/org.shadowice.flocke.andotp/) | | [Open-source](https://github.com/andOTP/andOTP) 2FA app. | -| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus) [![F-Droid](https://img.shields.io/f-droid/v/org.liberty.android.freeotpplus?style=flat-square)](https://f-droid.org/en/packages/org.liberty.android.freeotpplus/) | | FreeOTP is no longer in development so this fork should be used instead as it is currently in development. | -| [Aegis](https://getaegis.app/) [![F-Droid](https://img.shields.io/f-droid/v/com.beemdevelopment.aegis?style=flat-square)](https://f-droid.org/en/packages/com.beemdevelopment.aegis/) | | [Open-source](https://github.com/beemdevelopment/Aegis) 2FA for Android. Available on F-Droid. | -| [Authenticator](https://mattrubin.me/authenticator/) | | **iOS** - [Open-source](https://github.com/mattrubin/Authenticator) 2FA for iOS. (thanks u/SomeoneWannaBe) | -| [Tofu](https://tofuauth.com) | | **iOS** - [Open-source](https://github.com/calleerlandsson/tofu) 2FA for iOS. | +| [andOTP](https://github.com/andOTP/andOTP)
[![F-Droid](https://img.shields.io/f-droid/v/org.shadowice.flocke.andotp?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.shadowice.flocke.andotp/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/andOTP/andOTP) | | Open-source 2FA app. | +| [FreeOTP+](https://github.com/helloworld1/FreeOTPPlus)
[![F-Droid](https://img.shields.io/f-droid/v/org.liberty.android.freeotpplus?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.liberty.android.freeotpplus/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/helloworld1/FreeOTPPlus) | | FreeOTP is no longer in development so this fork should be used instead as it is currently in development. | +| [Aegis](https://getaegis.app/)
[![F-Droid](https://img.shields.io/f-droid/v/com.beemdevelopment.aegis?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.beemdevelopment.aegis/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/beemdevelopment/Aegis) | | Open-source 2FA for Android. Available on F-Droid. | +| [Authenticator](https://mattrubin.me/authenticator/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/mattrubin/Authenticator) | | **iOS** - Open-source 2FA for iOS. (thanks u/SomeoneWannaBe) | +| [Tofu](https://tofuauth.com)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/calleerlandsson/tofu) | | **iOS** - Open-source 2FA for iOS. | @@ -758,9 +757,9 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Audinaut](https://github.com/nvllsvm/Audinaut) [![F-Droid](https://img.shields.io/f-droid/v/net.nullsum.audinaut?style=flat-square)](https://f-droid.org/en/packages/net.nullsum.audinaut/) | | An [open-source](https://github.com/nvllsvm/Audinaut) Airsonic client for Android. | -| [MALP](https://gitlab.com/gateship-one/malp/-/blob/master/README.md) [![F-Droid](https://img.shields.io/f-droid/v/org.gateshipone.malp?style=flat-square)](https://f-droid.org/en/packages/org.gateshipone.malp/) | | An [open-source](https://gitlab.com/gateship-one/malp/) Android client for MPD. Available on F-Droid. | -| [Shuttle+](https://github.com/timusus/Shuttle) [![F-Droid](https://img.shields.io/f-droid/v/com.simplecity.amp_pro?style=flat-square)](https://f-droid.org/en/packages/com.simplecity.amp_pro/) | | [Open-source](https://github.com/timusus/Shuttle) local music player for Android. Available on F-Droid or by [direct download](https://github.com/timusus/Shuttle/releases). | +| [Audinaut](https://github.com/nvllsvm/Audinaut)
[![F-Droid](https://img.shields.io/f-droid/v/net.nullsum.audinaut?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/net.nullsum.audinaut/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/nvllsvm/Audinaut) | | An open-source Airsonic client for Android. | +| [MALP](https://gitlab.com/gateship-one/malp/-/blob/master/README.md)
[![F-Droid](https://img.shields.io/f-droid/v/org.gateshipone.malp?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.gateshipone.malp/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=gitlab)](https://gitlab.com/gateship-one/malp) | | An open-source Android client for MPD. Available on F-Droid. | +| [Shuttle+](https://github.com/timusus/Shuttle)
[![F-Droid](https://img.shields.io/f-droid/v/com.simplecity.amp_pro?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/com.simplecity.amp_pro/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/timusus/Shuttle) | | Open-source local music player for Android. Available on F-Droid or by direct download. | @@ -769,13 +768,13 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | | [Keybase](https://keybase.io/) | **5-eyes** | Encrypted chat like Signal with features like Slack. Does not require a phone number to sign up. Also has file storage. **Note:** Keybase was acquired by Zoom, Inc. in May 2020 ([Keybase blog](https://keybase.io/blog/keybase-joins-zoom), [Zoom blog](https://blog.zoom.us/wordpress/2020/05/07/zoom-acquires-keybase-and-announces-goal-of-developing-the-most-broadly-used-enterprise-end-to-end-encryption-offering/)). Thanks @notpushkin & @multimob. | -| [Conversations](https://conversations.im/) [![F-Droid](https://img.shields.io/f-droid/v/eu.siacs.conversations?style=flat-square)](https://f-droid.org/en/packages/eu.siacs.conversations/) | **14-eyes** | An [open-source](https://github.com/inputmice/Conversations) Android Jabber/XMPP client. It's a paid app on Google Play, but you can also [build it from source](https://github.com/siacs/Conversations) for free if you want to. | -| [Element](https://github.com/vector-im/element-android) [![F-Droid](https://img.shields.io/f-droid/v/im.vector.app?style=flat-square)](https://f-droid.org/en/packages/im.vector.app/) | **5-eyes** | Android app - The [open-source](https://github.com/vector-im/element-android) Android client for Element. | -| [Jitsi Meet (F-Droid)](https://meet.jit.si/) [![F-Droid](https://img.shields.io/f-droid/v/org.jitsi.meet?style=flat-square)](https://f-droid.org/en/packages/org.jitsi.meet/) | | Jitsi is an [open-source](https://github.com/jitsi) secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) | -| [Jami](https://jami.net/) [![F-Droid](https://img.shields.io/f-droid/v/cx.ring?style=flat-square)](https://f-droid.org/en/packages/cx.ring/) | **5-eyes** | Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. | -| [Mumla (client for Mumble)](https://mumla-app.gitlab.io/) | | Third-party Android client for Mumble. | -| [Briar](https://briarproject.org/) | | An [open-source](https://code.briarproject.org/briar/briar/tree/master) app which supports Peer-to-Peer encrypted messaging. No phone number required for signing up. If the internet’s down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet’s up, Briar can sync via the Tor network, protecting users and their relationships from surveillance. Can install through a [third-party F-Droid repo](https://briarproject.org/installing-briar-via-f-droid/). | -| [Session](https://getsession.org/) | | [Open-source](https://github.com/loki-project?type=source). It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. Can be downloaded from the Play Store or as an APK file from GitHub. Also has apps for iOS and Desktop. | +| [Conversations](https://conversations.im/)
[![F-Droid](https://img.shields.io/f-droid/v/eu.siacs.conversations?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/eu.siacs.conversations/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/iNPUTmice/Conversations) | **14-eyes** | An open-source Android Jabber/XMPP client. It's a paid app on Google Play, but you can also build it from source for free if you want to. | +| [Element](https://github.com/vector-im/element-android)
[![F-Droid](https://img.shields.io/f-droid/v/im.vector.app?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/im.vector.app/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/vector-im/element-android) | **5-eyes** | Android app - The open-source Android client for Element. | +| [Jitsi Meet (F-Droid)](https://meet.jit.si/)
[![F-Droid](https://img.shields.io/f-droid/v/org.jitsi.meet?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.jitsi.meet/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/jitsi) | | Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) | +| [Jami](https://jami.net/)
[![F-Droid](https://img.shields.io/f-droid/v/cx.ring?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/cx.ring/) | **5-eyes** | Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. | +| [Mumla (client for Mumble)](https://mumla-app.gitlab.io/)
[![F-Droid](https://img.shields.io/f-droid/v/se.lublin.mumla?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/se.lublin.mumla/) | | Third-party Android client for Mumble. | +| [Briar](https://briarproject.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=briarproject)](https://code.briarproject.org/briar/briar/tree/master) | | An open-source app which supports Peer-to-Peer encrypted messaging. No phone number required for signing up. If the internet’s down, Briar can sync via Bluetooth or Wi-Fi, keeping the information flowing in a crisis. If the internet’s up, Briar can sync via the Tor network, protecting users and their relationships from surveillance. Can install through a [third-party F-Droid repo](https://briarproject.org/installing-briar-via-f-droid/). | +| [Session](https://getsession.org/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/loki-project?type=source) | | Open-source. It is an end-to-end encrypted messenger that removes sensitive metadata collection. No phone number required to create an account. Can be downloaded from the Play Store or as an APK file from GitHub. Also has apps for iOS and Desktop. | @@ -783,8 +782,8 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Jitsi Meet (F-Droid)](https://meet.jit.si/) [![F-Droid](https://img.shields.io/f-droid/v/org.jitsi.meet?style=flat-square)](https://f-droid.org/en/packages/org.jitsi.meet/) | | Jitsi is an [open-source](https://github.com/jitsi) secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) | -| [Jami](https://jami.net/) [![F-Droid](https://img.shields.io/f-droid/v/cx.ring?style=flat-square)](https://f-droid.org/en/packages/cx.ring/) | **5-eyes** | Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. | +| [Jitsi Meet (F-Droid)](https://meet.jit.si/)
[![F-Droid](https://img.shields.io/f-droid/v/org.jitsi.meet?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.jitsi.meet/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/jitsi) | | Jitsi is an open-source secure video conferencing platform. No account is needed to use it, simply enter a Room Name to join or host a meeting. The host is able to kick rogue users from the call. Works directly in your browser, with apps available for iOS and Android. It is not necessary to self-host, but self-hosting is an option for those who wish to. Very low latency and easy to set up. A free public server is available at [meet.jit.si](https://meet.jit.si). (**5-eyes** server) | +| [Jami](https://jami.net/)
[![F-Droid](https://img.shields.io/f-droid/v/cx.ring?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/cx.ring/) | **5-eyes** | Audio / Video Calls, Conferences, Messaging app with peer-to-peer and end-to-end encrypted communications. | @@ -792,8 +791,8 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Mycroft Android](https://github.com/MycroftAI/Mycroft-Android) | | Android client for Mycroft. Must be built in IDE; no pre-built binaries are available. | -| [Ara](https://github.com/FultonBrowne/Ara-android) | | [Open-source](https://github.com/FultonBrowne/Ara-android) virtual assistant for Android. Can replace Google Assistant (home button functionality) on most devices. Either uses the authors server by default, or you can [run your own server](https://github.com/FultonBrowne/Ara-Server). Thanks @FultonBrowne (author of Ara) | +| [Mycroft Android](https://github.com/MycroftAI/Mycroft-Android)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/MycroftAI/Mycroft-Android) | | Android client for Mycroft. Must be built in IDE; no pre-built binaries are available. | +| [Ara](https://github.com/FultonBrowne/Ara-android)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/FultonBrowne/Ara-android) | | Open-source virtual assistant for Android. Can replace Google Assistant (home button functionality) on most devices. Either uses the author's server by default, or you can [run your own server](https://github.com/FultonBrowne/Ara-Server). Thanks @FultonBrowne (author of Ara) | @@ -809,10 +808,10 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Shade Launcher](https://github.com/amirzaidi/Shade) | | [Open-source](https://github.com/amirzaidi/Shade) Android launcher styled after the Google Pixel launcher. Available to download from an [alternative F-Droid](https://apt.izzysoft.de/fdroid/index/apk/amirz.shade), APK Mirror, or GitHub Releases. | -| [Omega](https://github.com/otakuhqz/omega) | | [Open-source](https://github.com/otakuhqz/omega) launcher. Active development with lots of nice features. Downloads available from GitHub. Previously known as ZimLX which has since been replaced by Omega. | -| [Lawnchair](https://lawnchair.app/) [![F-Droid](https://img.shields.io/f-droid/v/ch.deletescape.lawnchair.plah?style=flat-square)](https://f-droid.org/en/packages/ch.deletescape.lawnchair.plah/) | | Another [open-source](https://github.com/LawnchairLauncher/Lawnchair) launcher, also built to look similar to Google's launcher (it is built off AOSP Launcher3). Available from F-Droid and also APKMirror. (thanks u/droidonomy) | -| [KISS Launcher](https://kisslauncher.com/) [![F-Droid](https://img.shields.io/f-droid/v/fr.neamar.kiss?style=flat-square)](https://f-droid.org/en/packages/fr.neamar.kiss/) | | Fast, [open-source](https://github.com/Neamar/KISS) and small launcher. KISS mainly relies on an app-search-bar, which makes it very easy to open up apps quickly. | +| [Shade Launcher](https://github.com/amirzaidi/Shade)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/amirzaidi/Shade) | | Open-source Android launcher styled after the Google Pixel launcher. Available to download from an [alternative F-Droid](https://apt.izzysoft.de/fdroid/index/apk/amirz.shade), APK Mirror, or GitHub Releases. | +| [Omega](https://github.com/otakuhqz/omega)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/otakuhqz/omega) | | Open-source launcher. Active development with lots of nice features. Downloads available from GitHub. Previously known as ZimLX which has since been replaced by Omega. | +| [Lawnchair](https://lawnchair.app/)
[![F-Droid](https://img.shields.io/f-droid/v/ch.deletescape.lawnchair.plah?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/ch.deletescape.lawnchair.plah/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/LawnchairLauncher/Lawnchair) | | Another open-source launcher, also built to look similar to Google's launcher (it is built off AOSP Launcher3). Available from F-Droid and also APKMirror. (thanks u/droidonomy) | +| [KISS Launcher](https://kisslauncher.com/)
[![F-Droid](https://img.shields.io/f-droid/v/fr.neamar.kiss?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/fr.neamar.kiss/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/Neamar/KISS) | | Fast, open-source and small launcher. KISS mainly relies on an app-search-bar, which makes it very easy to open up apps quickly. | @@ -820,8 +819,8 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Blokada](https://blokada.org/) [![F-Droid](https://img.shields.io/f-droid/v/org.blokada.alarm?style=flat-square)](https://f-droid.org/en/packages/org.blokada.alarm/) | | From the website: "If you want to efficiently block ads, trackers, malware, save on your data plan, speed up your device and protect your privacy with just one application, then Blokada is for you. It is free, secure and [open-source](https://github.com/blokadaorg/blokada)." Uses internal VPN on Android to block ads. | -| [TrackerControl](https://github.com/OxfordHCC/tracker-control-android) [![F-Droid](https://img.shields.io/f-droid/v/net.kollnig.missioncontrol.fdroid?style=flat-square)](https://f-droid.org/en/packages/net.kollnig.missioncontrol.fdroid/) | | From the GitHub README: Allows users to monitor and control the widespread, ongoing, hidden data collection in mobile apps about user behaviour ("tracking"). To detect tracking, TrackerControl checks all network traffic against the Disconnect blocklist, used and trusted by the Mozilla Firefox browser. Thanks @E5dZEUpc3BKaJrHnQVZd5zE | +| [Blokada](https://blokada.org/)
[![F-Droid](https://img.shields.io/f-droid/v/org.blokada.alarm?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/org.blokada.alarm/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/blokadaorg/blokada) | | From the website: "If you want to efficiently block ads, trackers, malware, save on your data plan, speed up your device and protect your privacy with just one application, then Blokada is for you. It is free, secure and open-source." Uses internal VPN on Android to block ads. | +| [TrackerControl](https://github.com/OxfordHCC/tracker-control-android)
[![F-Droid](https://img.shields.io/f-droid/v/net.kollnig.missioncontrol.fdroid?style=flat-square&logo=f-droid)](https://f-droid.org/en/packages/net.kollnig.missioncontrol.fdroid/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/OxfordHCC/tracker-control-android) | | From the GitHub README: Allows users to monitor and control the widespread, ongoing, hidden data collection in mobile apps about user behaviour ("tracking"). To detect tracking, TrackerControl checks all network traffic against the Disconnect blocklist, used and trusted by the Mozilla Firefox browser. Thanks @E5dZEUpc3BKaJrHnQVZd5zE | @@ -862,8 +861,8 @@ No known alternatives. | Name | Eyes | Description | | ---- | ---- | ----------- | -| [Mycroft](https://mycroft.ai/) | **5-eyes** | [Open-source](https://github.com/MycroftAI) virtual personal assistant. Can be run on a Raspberry Pi. (thanks u/Kentto7) | -| [Home Assistant](https://www.home-assistant.io/) | | [Open-source](https://github.com/home-assistant/) home automation. (thanks u/bilange) | +| [Mycroft](https://mycroft.ai/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/MycroftAI) | **5-eyes** | Open-source virtual personal assistant. Can be run on a Raspberry Pi. (thanks u/Kentto7) | +| [Home Assistant](https://www.home-assistant.io/)
[![Repo](https://img.shields.io/badge/open-source-3DA639?style=flat-square&logo=github)](https://github.com/home-assistant) | | Open-source home automation. (thanks u/bilange) | @@ -871,7 +870,7 @@ No known alternatives. No known alternatives. -- *Due to Google's [recent acquisition of FitBit](https://outline.com/tsJCYN), it is recommended to avoid using FitBit. Instead, check out this [list of smart watches](https://asteroidos.org/install/) supported by Asteroid OS (See Wear OS in [Operating systems](#operating-systems)). Thanks @ribtoks* +- *Due to Google's [recent acquisition of FitBit](https://outline.com/tsJCYN), it is recommended to avoid using FitBit. Instead, check out this [list of smart watches](https://asteroidos.org/install/) supported by Asteroid OS (See Wear OS in [Operating systems](#operating-systems)). Thanks @ribtoks*