alternative-front-ends/README.md

344 lines
22 KiB
Markdown
Raw Normal View History

# alternative-front-ends
2021-02-20 19:08:06 +03:00
Overview of alternative open source front-ends for popular internet platforms (e.g. YouTube, Twitter, etc.)
2020-04-10 19:51:10 +03:00
2021-02-20 18:16:12 +03:00
## Call to Action
- Do you know any other **free/open-source** projects that are not included in the overview yet? (front ends, alternatives to websites, apps, etc.)
- Just create an [issue](https://github.com/mendel5/alternative-front-ends/issues) and let me know. I'm always looking for new free/open-source projects to add.
2021-01-31 00:43:07 +03:00
2021-05-27 11:20:07 +03:00
## Contents
- [YouTube](#youtube)
2021-05-27 11:25:49 +03:00
- [Twitter](#twitter)
- [Reddit](#reddit)
2021-12-25 01:21:26 +03:00
- [Instagram](#instagram)
- [TikTok](#tiktok)
2021-10-12 16:16:46 +03:00
- [Imgur](#imgur)
2021-10-12 16:19:48 +03:00
- [Spotify](#spotify)
2021-12-20 18:59:49 +03:00
- [Discord](#discord)
- [Medium](#medium)
- [Google Search](#google-search)
2021-12-24 17:28:41 +03:00
- [Google Translate](#google-translate)
2021-05-27 11:25:49 +03:00
- [Facebook](#facebook)
- [Apple AirPlay](#apple-airplay)
2022-01-11 20:58:59 +03:00
- [Hacker News](#hacker-news)
2021-12-24 17:28:41 +03:00
- [Other services](#other-services)
- [Redirection](#redirection)
2021-12-24 17:28:41 +03:00
- [Related projects](#related-projects)
2021-08-24 16:47:40 +03:00
- [About this repository](#about-this-repository)
2021-05-27 11:20:07 +03:00
2021-01-31 00:43:07 +03:00
## Overview
2021-08-04 11:27:20 +03:00
### YouTube
2021-01-31 00:43:07 +03:00
2022-02-03 16:10:12 +03:00
- [Invidious](https://github.com/iv-org/invidious): Invidious is an alternative front-end to YouTube - Lightweight, no ads, no tracking, no JavaScript required
2021-12-20 23:27:25 +03:00
- Home page: https://invidious.io
- Invidious instances (Github): https://github.com/iv-org/documentation/blob/master/Invidious-Instances.md
- Invidious instances API: https://api.invidious.io
2021-12-20 23:28:36 +03:00
- Installation guide for self-hosting: https://docs.invidious.io/Installation.md
2022-02-03 16:10:12 +03:00
- [Piped](https://github.com/TeamPiped/Piped): An alternative privacy-friendly YouTube frontend which is efficient by design - Lightweight, no ads, no tracking
- Official instance: https://piped.kavin.rocks
- List of public instances: https://github.com/TeamPiped/Piped/wiki/Instances
2022-02-03 16:10:12 +03:00
- Installation guide for self-hosting: https://github.com/TeamPiped/Documentation/blob/main/content/docs/self-hosting/index.md
2022-02-03 16:10:12 +03:00
- [CloudTube](https://git.sr.ht/~cadence/cloudtube): Alternative front-end for Invidious
2021-12-25 01:21:26 +03:00
- Official instance: [https://tube.cadence.moe](https://tube.cadence.moe)
- Installation guide for self-hosting: https://git.sr.ht/~cadence/tube-docs/tree/main/item/docs/cloudtube/Installing%20CloudTube.md
- [FreeTube](https://github.com/FreeTubeApp/FreeTube): Open source YouTube desktop player for privacy on Windows, Mac and Linux
- [Invuedious](https://github.com/bocchilorenzo/invuedious): An alternative frontend for invidious built with vue.js
2021-12-24 22:57:11 +03:00
- Official instance: [https://bocchilorenzo.github.io/invuedious/](https://bocchilorenzo.github.io/invuedious)
- [Youtube-viewer](https://github.com/trizen/youtube-viewer): Lightweight YouTube client for Linux
- [pipe-viewer](https://github.com/trizen/pipe-viewer): A lightweight application (fork of straw-viewer) for searching and playing videos from YouTube.
- [Invidious-viewer](https://github.com/git-bruh/invidious-viewer): Python application to watch YouTube videos through the Invidious API, in the terminal (requires MPV player and libmpv.so, provided by Linux distro)
- [NewPipe](https://github.com/TeamNewPipe/NewPipe): A libre lightweight streaming front-end for Android
2021-02-20 18:42:08 +03:00
- [Youtube-dl](https://github.com/ytdl-org/youtube-dl): Command-line program to download videos from YouTube.com and other video sites
2021-05-04 10:00:33 +03:00
- [Youtube-dl-gui](https://github.com/jely2002/youtube-dl-gui): A cross-platform GUI for youtube-dl made in Electron and node.js
2022-01-28 19:33:06 +03:00
- [ytdl-gui](https://github.com/JaGoLi/ytdl-gui): A simple-to-use, cross-platform graphical interface for youtube-dl
2021-05-04 10:00:33 +03:00
2021-02-20 18:42:08 +03:00
- [Alltube](https://github.com/Rudloff/alltube): Web GUI for youtube-dl
- [Vividl](https://github.com/Bluegrams/Vividl): Modern Windows GUI for youtube-dl
2021-02-20 18:42:08 +03:00
- [Tartube](https://github.com/axcore/tartube): A GUI front-end for youtube-dl, partly based on youtube-dl-gui and written in Python 3 / Gtk 3
2021-05-27 11:29:17 +03:00
- [ytmdl](https://github.com/deepjyoti30/ytmdl): A simple app to get songs from YouTube in mp3 format with artist name, album name etc from sources like iTunes, LastFM, Deezer, Gaana etc.
- [Plumber](https://github.com/keshavbhatt/plumber): Local and remote video trimmer, can trim parts of video without downloading whole video, utilizes youtube-dl, allows conversion to GIFs
- [ViewTube](https://github.com/ViewTube/viewtube-vue): An alternative front-end for YouTube, written in Vue.js, uses Plyr video player; supports SponsorBlock, multiple Invidious instances support, chapters
- [youtube-local](https://github.com/user234683/youtube-local): Browser-based client for watching Youtube anonymously and with greater page performance
2021-07-23 00:19:50 +03:00
- [yt-local](https://git.sr.ht/~heckyel/yt-local): Browser-based client for watching Youtube anonymously without forcing javascript (Fork of [youtube-local](https://github.com/user234683/youtube-local))
- [SkyTube](https://github.com/SkyTubeTeam/SkyTube): An open-source YouTube app for Android
- [yt-dlp](https://github.com/yt-dlp/yt-dlp): A youtube-dl fork with additional features and fixes
2022-01-28 19:33:06 +03:00
- [uYouPlus](https://github.com/qnblackcat/uYouPlus): uYouPlus (uYou+) is an alternative YouTube app for Apple's iOS and iPadOS
2022-01-28 19:33:06 +03:00
- [SmartTubeNext](https://github.com/yuliskov/SmartTubeNext): SmartTubeNext is an advanced YouTube app for Android TVs and TV boxes, free and open source. It is not a live TV client and does not support "YouTube TV"
- [TubeSync](https://github.com/meeb/tubesync): TubeSync is a PVR (personal video recorder) for YouTube. It syncs YouTube channels and playlists to a locally hosted media server
- [TubeArchivist](https://github.com/bbilly1/tubearchivist): A self hosted YouTube media server
- [ytfzf](https://github.com/pystardust/ytfzf): A POSIX script that helps you find Youtube videos (without API) and opens/downloads them using mpv/youtube-dl
2022-01-28 19:33:06 +03:00
- [ytcc](https://github.com/woefe/ytcc): Command line tool to keep track of your favorite playlists on YouTube and many other places. Can import youtube subscriptions from Google Takeout and provide them as an RSS feed for your favorite reader
2022-01-28 19:33:06 +03:00
- [ytmdesktop](https://github.com/ytmdesktop/ytmdesktop): Cross-platform (Windows, Mac, and Linux) desktop app for YouTube Music. Has a (proprietary?) remote control app for Android
2022-01-28 19:33:06 +03:00
- [AudioTube](https://invent.kde.org/plasma-mobile/audiotube): AudioTube is a client for YouTube Music. Plasma-mobile project with an interface designed for Linux phones
2022-01-28 19:33:06 +03:00
- [smtube](https://github.com/smplayer-dev/smtube): Stand-alone YouTube video player
- Website: https://www.smtube.org
- SMTube is part of SMPlayer
- SMPlayer website: https://www.smplayer.info
- SMPlayer repository: https://github.com/smplayer-dev/smplayer
- [mps-youtube](https://github.com/mps-youtube/mps-youtube): Terminal based YouTube player and downloader
2022-01-28 19:33:06 +03:00
- [minitube](https://github.com/flaviotordini/minitube): Lightweight youtube client with a kid-friendly interface. Can make playlists from search keywords
2022-02-23 01:00:14 +03:00
- [yattee](https://github.com/yattee/yattee): Alternative YouTube frontend for iOS, tvOS and macOS built with Invidious and Piped, supports sponsorblock
### Twitter
2022-02-03 16:10:12 +03:00
- [Nitter](https://github.com/zedeus/nitter): Alternative Twitter front-end - Lightweight, no ads, no tracking, no JavaScript required
2021-12-20 23:38:35 +03:00
- Official instance: [nitter.net](https://nitter.net)
- Public instances: https://github.com/zedeus/nitter/wiki/Instances
- Example: Troy Hunt on [Twitter](https://twitter.com/troyhunt) and [Nitter](https://nitter.net/troyhunt)
- [Shitter](https://github.com/nuclearfog/Shitter): Android, alternative front-end for Twitter, built with Java
- [Harpy](https://github.com/robertodoering/harpy): Android, alternative front-end for Twitter, built with Flutter/Dart
- [Twidere X](https://github.com/TwidereProject/TwidereX-Android): Android, alternative front-end for Twitter, built mostly with Kotlin, in early stage
2021-02-20 18:52:10 +03:00
- [Tweeterr](https://github.com/sherwyn11/Tweeterr): A tool to use Twitter from the command line on the fly
2021-02-20 18:52:10 +03:00
- [Tweet-app](https://github.com/rhysd/tweet-app): Desktop Twitter client only for tweeting. Timeline never shows up
- [Tweepy](https://github.com/tweepy/tweepy): Twitter for Python
- [Fritter](https://github.com/jonjomckay/fritter): A free, open-source Twitter client for Android and iOS
### Reddit
2022-02-03 16:10:12 +03:00
- [Teddit](https://codeberg.org/teddit/teddit): Alternative Reddit front-end focused on privacy - Lightweight, no ads, no JavaScript, unofficial API
2021-12-20 23:34:06 +03:00
- Official instance: [teddit.net](https://teddit.net)
- Public instances: https://github.com/teddit-net/teddit#instances
- [Github mirror repository](https://github.com/teddit-net/teddit)
- Example: /r/Privacy on [Reddit](https://www.reddit.com/r/privacy) and [Teddit](https://teddit.net/r/privacy)
2022-02-03 16:10:12 +03:00
- [Libreddit](https://github.com/spikecodes/libreddit): Alternative front-end for Reddit. Themed around Reddit's new design - Lightweight, no JavaScript, no ads, no tracking
2021-05-09 13:35:39 +03:00
- Official instance: [libredd.it](https://libredd.it)
2021-12-20 23:34:06 +03:00
- Public instances: https://github.com/spikecodes/libreddit#instances
2021-02-20 18:34:25 +03:00
- [Xeddit](https://github.com/ErlingMK/Xeddit): A Xamarin.Forms app for Reddit
2021-12-20 23:34:06 +03:00
- Official instance: [xeddit.com](https://www.xeddit.com)
2021-12-24 22:57:11 +03:00
- Example: /r/Privacy on [Reddit](https://www.reddit.com/r/privacy) and [Xeddit](https://www.xeddit.com/r/privacy)
2021-02-20 18:34:25 +03:00
2021-02-20 18:52:10 +03:00
- [RedditClient](https://github.com/grey-r/RedditSharp): Alternative front-end for Reddit, built with Angular
2021-01-31 02:11:06 +03:00
- [Updoot](https://github.com/adityam49/Updoot): Android, alternative front-end for Reddit
2021-02-20 18:56:55 +03:00
- [Eddrit](https://github.com/corenting/eddrit): Alternative front-end for Reddit, inspired by Nitter, built with Python & Starlette
2021-02-20 18:56:55 +03:00
- [Top of Reddit](https://github.com/mgerb/top-of-reddit): Top Reddit posts every day
- [Snew](https://github.com/snew/snew): Open-source client for Reddit forked from the Reddit source code
2021-08-04 13:43:18 +03:00
- [Stealth](https://gitlab.com/cosmosapps/stealth): Account-free, privacy-oriented, and feature-rich Reddit client
2021-12-20 23:34:06 +03:00
- Available on [F-Droid](https://f-droid.org/en/packages/com.cosmos.unreddit)
2021-08-04 13:43:18 +03:00
- [Infinity](https://github.com/Docile-Alligator/Infinity-For-Reddit): Reddit client for Android
2021-12-20 23:34:06 +03:00
- Available on [F-Droid](https://f-droid.org/en/packages/ml.docilealligator.infinityforreddit)
2021-08-04 13:43:18 +03:00
- [Dawn](https://github.com/Tunous/Dawn): Open-source Reddit app
2021-12-20 23:34:06 +03:00
- Available on [F-Droid](https://f-droid.org/en/packages/me.thanel.dank)
2021-08-04 13:43:18 +03:00
- Forked from [Dank](https://github.com/saket/Dank)
- [Slide](https://github.com/ccrama/Slide): Open source, ad free Reddit browser for Android
2021-12-20 23:34:06 +03:00
- Available on [F-Droid](https://f-droid.org/en/packages/me.ccrama.redditslide)
2022-02-03 15:53:07 +03:00
- [junipf/reddit-frontend](https://github.com/junipf/reddit-frontend): A reddit front-end written in React
2021-11-30 22:24:25 +03:00
- Official instance: [https://jpf-reddit.netlify.app](https://jpf-reddit.netlify.app)
2022-02-03 15:53:07 +03:00
- [Troddit](https://github.com/burhan-syed/troddit): A web client for Reddit
- Official instance: https://www.troddit.com
2021-12-25 01:21:26 +03:00
### Instagram
- [Bibliogram](https://sr.ht/~cadence/bibliogram): Bibliogram is an alternative front-end for Instagram
- Official instance: [https://bibliogram.art](https://bibliogram.art)
- Public instances: https://git.sr.ht/~cadence/bibliogram-docs/tree/master/docs/Instances.md
- Example: Troy Hunt on [Instagram](https://www.instagram.com/troyhunt) and [Bibliogram](https://bibliogram.art/u/troyhunt)
- Originally hosted on [Github](https://github.com/cloudrac3r/bibliogram)
- [Barinsta](https://github.com/austinhuang0131/barinsta): Open-source alternative Instagram client for Android
- On July 26, 2021, Austin Huang (maintainer of Barinsta) received a cease & desist letter from Perkins Coie LLP, a law firm representing Facebook. As a result, Barinsta is no longer maintained or distributed. More information can be found at https://github.com/mendel5/alternative-front-ends/issues/28 and https://austinhuang.me/barinsta .
- Fork of Barinsta: https://codeberg.org/avalos/barinsta - "This fork is unofficial unless community decides otherwise. C&D letters will be ignored."
2021-12-25 01:21:26 +03:00
### TikTok
- [ProxiTok](https://github.com/pablouser1/ProxiTok): Open source alternative frontend for TikTok made with PHP
- Official instance: https://proxitok.herokuapp.com
### Imgur
2021-12-24 22:50:36 +03:00
- [Rimgo](https://codeberg.org/video-prize-ranch/rimgo): Self-hosted frontend for Imgur ritten in Go
- Website: https://i.bcow.xyz/
- [Rimgu](https://codeberg.org/3np/rimgu): rimgu is a self-hosted alternative frontend/ proxy for Imgur
- [Imgin](https://git.voidnet.tech/kev/imgin): Minimal Imgur front end
- Official instance: https://imgin.voidnet.tech
- Example album on Imgur.com: https://imgur.com/a/GD6p5Fi
- Same album on Imgin: https://imgin.voidnet.tech/a/GD6p5Fi
2021-08-18 00:07:48 +03:00
### Spotify
- [psst](https://github.com/jpochyla/psst): Fast and multi-platform Spotify client with native GUI
2021-12-20 12:32:16 +03:00
- [Spotiqueue](https://github.com/toothbrush/Spotiqueue): Minimalistic queue-oriented macOS-native client for Spotify, with Guile Scheme scriptability
2021-08-18 00:07:48 +03:00
- [spot](https://github.com/xou816/spot): Gtk/Rust native Spotify client for the GNOME desktop. Only works with premium accounts
### Discord
- [gtkcord3](https://github.com/diamondburned/gtkcord3): A lightweight Discord client written in Golang which uses GTK3 for the user interface
### Medium
2021-12-20 23:34:06 +03:00
- [Scribe](https://sr.ht/~edwardloveall/scribe): Alternative front-end to Medium.com
- Official website: https://scribe.rip
### Google Search
- [Whoogle Search](https://github.com/benbusby/whoogle-search): A self-hosted, ad-free, privacy-respecting metasearch engine for Google
2021-12-20 23:38:35 +03:00
- Public instances: https://github.com/benbusby/whoogle-search#public-instances
2022-02-03 16:10:12 +03:00
- [Searx](https://github.com/searx/searx): Searx is a free privacy-respecting internet metasearch engine which aggregates results from more than 70 search services. Users are neither tracked nor profiled. Additionally, searx can be used over Tor for online anonymity
- Public instances: https://searx.space
### Google Translate
2021-12-24 22:57:11 +03:00
- [Lingva Translate](https://github.com/TheDavidDelta/lingva-translate): Alternative front-end for Google Translate, serving as a free and open-source translator with over a hundred languages available
- Official instance: [lingva.ml](https://lingva.ml)
- Public instances: https://github.com/TheDavidDelta/lingva-translate#instances
2021-12-24 22:57:11 +03:00
- [SimplyTranslate](https://sr.ht/~metalune/SimplyTranslate): Provide fast and private translations to the user without wasting much overhead for extensive styling or JavaScript. Supports Google Translate, DeepL, ICIBA and LibreTranslate.
- Official instance: [simplytranslate.org](https://simplytranslate.org)
- Home page and public instances: https://simple-web.org/projects/simplytranslate.html
- [SimplyTranslate Mobile](https://github.com/ManeraKai/simplytranslate_mobile): Unofficial Android client of SimplyTranslate.
2021-12-24 22:57:11 +03:00
- Available on [F-Droid](https://f-droid.org/en/packages/com.simplytranslate_mobile)
- [InstaLate](https://gitlab.com/concept1tech/instalate): Distraction-free translation for Android, to be used directly from within any app. Supports Beolingus, DeepL, Dict.cc, GNU CIDE, Heinzelnisse, LibreTranslate, Linguee, WikDict and Wiktionary.
2021-12-24 22:57:11 +03:00
- Available on [F-Droid](https://f-droid.org/en/packages/com.concept1tech.instalate)
2021-12-24 22:57:11 +03:00
- [DeepL Android](https://github.com/sakusaku3939/DeepLAndroid): Unofficial Android client for DeepL
- Available on [F-Droid](https://f-droid.org/en/packages/com.example.deeplviewer)
2021-12-24 17:26:31 +03:00
### Facebook
- [Fb-messenger-cli](https://github.com/Alex-Rose/fb-messenger-cli): Use Facebook Messenger from command line
- [SlimSocial](https://github.com/rignaneseleo/SlimSocial-for-Facebook): Android, alternative front-end for Facebook, built with Java
- [Frost](https://github.com/AllanWang/Frost-for-Facebook): An extensive and functional third party app for Facebook (Android app)
### Apple AirPlay
2021-12-24 22:50:36 +03:00
2021-12-24 17:26:31 +03:00
- [RPiPlay](https://github.com/FD-/RPiPlay): An open-source AirPlay mirroring server for the Raspberry Pi. Supports iOS 9 and up.
- [air-pi-play](https://github.com/rahul-thakoor/air-pi-play): Turn a Raspberry Pi into an Airplay server using RPiPlay to enable screen mirroring on tvs, monitors and projectors.
2022-01-11 20:58:59 +03:00
### Hacker News
2021-05-09 13:42:08 +03:00
2021-05-06 00:30:06 +03:00
- [HN-search](https://github.com/algolia/hn-search): Algolia Hacker News search
2021-01-31 02:29:26 +03:00
- Example: [Highest rated submissions of the past 24 hours](https://hn.algolia.com/?sort=byPopularity&page=0&dateRange=last24h&type=all)
- [HNTopLinks](https://github.com/eguller/hntoplinks): Top Links on Hacker News
2021-01-31 02:38:18 +03:00
2021-10-12 16:18:39 +03:00
- [Hackerweb](https://github.com/cheeaun/hackerweb): A simply readable Hacker News web app
- Official instance: https://hackerweb.app
- About Hackerweb: https://hackerwebapp.com
2021-10-12 16:18:39 +03:00
- [Hckrnws](https://github.com/rajatkulkarni95/hckrnws): A custom front-end for a better reading experience of HackerNews
- Official instance: https://www.hckrnws.com
2022-01-09 11:05:18 +03:00
- [Hackers](https://github.com/weiran/Hackers): a native iOS app for Hacker News
2022-01-11 20:58:59 +03:00
- Available to download on the Apple AppStore: https://apps.apple.com/us/app/hackers-for-hacker-news/id603503901
### Other services
- [MediathekViewWeb](https://github.com/mediathekview/mediathekviewweb): Video content of German public-service television broadcasters (e.g. ARD, ZDF)
- Official instance: [mediathekviewweb.de](https://mediathekviewweb.de)
2022-01-30 16:31:36 +03:00
- [NoPaste](https://github.com/bokub/nopaste): NoPaste is an open-source website similar to Pastebin where you can store any piece of code, and generate links for easy sharing
2022-01-11 20:58:59 +03:00
- [PrivateBin](https://github.com/PrivateBin/PrivateBin): Zero knowledge encrypted paste-bin. A minimalist, open source online pastebin where the server has zero knowledge of pasted data. Data is encrypted/decrypted in the browser using 256 bits AES
2022-01-09 11:05:18 +03:00
- [vaultwarden](https://github.com/dani-garcia/vaultwarden): Password manager. Unofficial Bitwarden compatible server written in Rust, formerly known as bitwarden_rs
2021-05-09 13:49:30 +03:00
- [snapdrop](https://github.com/RobinLinus/snapdrop): Similar to Apple's Airdrop but in your browser. A Progressive Web App for local file sharing
2021-05-09 13:49:30 +03:00
- [hedgedoc](https://github.com/hedgedoc/hedgedoc): Collaborative markdown editor. A platform to write and share markdown
2021-05-09 13:53:03 +03:00
- [etherpad-lite](https://github.com/ether/etherpad-lite): Collaborative rich text editor. A modern really-real-time collaborative document editor
2021-05-09 13:53:03 +03:00
- [gitea](https://github.com/go-gitea/gitea): Lightweight git server. Git with a cup of tea, painless self-hosted git service
2021-05-09 13:53:03 +03:00
- [ArchiveBox](https://github.com/ArchiveBox/ArchiveBox): Open source self-hosted web archiving. Takes URLs/browser history/bookmarks/Pocket/Pinboard/etc., saves HTML, JS, PDFs, media, and more
- [Wikiless](https://codeberg.org/orenom/wikiless): A free open source alternative Wikipedia front-end focused on privacy
## Redirection
2021-12-24 17:26:31 +03:00
- [Privacy Redirect](https://github.com/SimonBrazell/privacy-redirect): A simple web extension that redirects Twitter, YouTube, Instagram & Google Maps requests to privacy friendly alternatives
2021-12-24 22:57:11 +03:00
- [Firefox Add-On: Privacy Redirect](https://addons.mozilla.org/en-US/firefox/addon/privacy-redirect)
2021-02-20 18:19:27 +03:00
- [Chrome Extension: Privacy Redirect](https://chrome.google.com/webstore/detail/privacy-redirect/pmcmeagblkinmogikoikkdjiligflglb)
2021-12-24 17:26:31 +03:00
- [Farside](https://github.com/benbusby/farside): Farside provides links that automatically redirect to working instances of privacy-oriented alternative frontends, such as Nitter, Libreddit, etc. This allows for users to have more reliable access to the available public instances for a particular service, while also helping to distribute traffic more evenly across all instances and avoid performance bottlenecks and rate-limiting.
2021-12-24 22:50:36 +03:00
- [UntrackMe](https://framagit.org/tom79/nitterizeme): UntrackMe transforms Twitter, YouTube, Instagram, Reddit and Medium and Wikipedia links to links of open source, privacy friendly front-ends. Converts Google Maps links to OpenStreetMap links. Removes tracking parameters from any url. Then delegates the action to other apps that are capable of handling them. (Android app)
2021-12-24 17:28:41 +03:00
## Related projects
2021-02-20 18:58:59 +03:00
- [uBlock Origin](https://github.com/gorhill/uBlock): An efficient blocker for Chromium and Firefox. Fast and lean
2021-12-24 22:57:11 +03:00
- [Firefox Add-On: uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin)
2021-02-20 18:19:27 +03:00
- [Chrome Extension: uBlock Origin](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm)
2021-04-27 20:44:16 +03:00
- [StreetComplete](https://github.com/streetcomplete/StreetComplete): Easy to use OpenStreetMap editor for Android
2021-05-09 13:44:08 +03:00
2021-12-24 22:57:11 +03:00
- [Matrix.org's Synapse](https://github.com/matrix-org/synapse): End-to-end-encrypted messaging. Matrix reference homeserver. See also [matrix.org](https://matrix.org).
2021-05-27 11:22:23 +03:00
2021-06-28 18:56:35 +03:00
- [Pluja's Awesome Privacy](https://github.com/pluja/awesome-privacy): A curated list of services and alternatives that respect your privacy because privacy matters.
2021-08-04 11:27:20 +03:00
2021-12-14 10:51:32 +03:00
- [Outline.com](https://outline.com): Outline is a free service for reading and annotating news articles.
2021-12-20 20:32:16 +03:00
- Note: The source code of Outline.com is not available under a free/open-source license.
- [Youtube Vanced](https://github.com/YTVanced): Youtube replacement app for the Android platform: YouTube Vanced is the stock Android YouTube app, but better. It includes adblocking, true amoled dark mode and a lot more. Use the Vanced Manager to install YouTube Vanced with ease.
- Official website with install instructions: https://vancedapp.com
- Note: The source code of Youtube Vanced is not available under a free/open-source license.
- For an explanation about the origin of Youtube Vanced see here: https://old.reddit.com/r/Vanced/comments/o3xm9m/if_youtube_vanced_isnt_open_source_and_doesnt/h2ec7wf/
2021-12-14 10:51:32 +03:00
2021-08-24 16:47:40 +03:00
## About this repository
2021-08-04 11:27:20 +03:00
2022-01-28 19:37:32 +03:00
This overview originally included three alternative front-ends: Invidious (for YouTube), Bibliogram (for Instagram) and Nitter (for Twitter). Therefore it was named `alternative front-ends`. As more projects have been added to the repository, the listed projects partially left the scope of *alternative front-ends*.
2021-08-04 13:35:15 +03:00
2021-08-24 16:50:17 +03:00
For example, `youtube-dl` is not a front-end, but can be generally described as an open source project that interacts with the internet platform Youtube.
2021-08-04 13:35:15 +03:00
2021-09-10 00:32:53 +03:00
Therefore the name `alternative front-ends` does not capture the full scope of the listed projects anymore. Maybe this repository will be renamed in the future to better reflect the larger scope. A possible name might be `open-source-alternatives` or something similar.