Fediverse Redirect icon
Fediverse Redirect icon

Fediverse Redirect

 6 likes

Deep linking proxy for Mastodon and Lemmy on Android, allowing you to launch your selected client automatically.

License model

  • FreeOpen Source

Platforms

  • Android
  No rating
6likes
0comments
0alternatives
0news articles

Features

Suggest and vote on features
  1.  Fediverse

 Tags

Fediverse Redirect News & Activities

Highlights All activities

Recent News

No news, maybe you know any news worth sharing?
Share a News Tip

Recent activities

Show all activities

Fediverse Redirect information

  • Developed by

    Zachary Wander
  • Licensing

    Open Source (MIT) and Free product.
  • Alternatives

    0 alternatives listed
  • Supported Languages

    • English

AlternativeTo Category

Social & Communications

GitHub repository

  •  161 Stars
  •  4 Forks
  •  8 Open Issues
  •   Updated Dec 22, 2024 
View on GitHub

Our users have written 0 comments and reviews about Fediverse Redirect, and it has gotten 6 likes

Fediverse Redirect was added to AlternativeTo by Paul on Aug 25, 2023 and this page was last updated Aug 25, 2023.
No comments or reviews, maybe you want to be first?
Post comment/review

What is Fediverse Redirect?

A simple suite of apps for automatically launching fediverse links in your preferred Mastodon or Lemmy client. Use-Cases

Mastodon and Lemmy are both examples of federated social media. This is mostly a good thing, for a whole host of reasons, but it does have one notable disadvantage: deep linking support.

When you tap a Twitter link in your browser and your phone opens the Twitter app instead of the Twitter website to view the post, that's an example of deep linking. The trouble with federated social media is three-fold:

  • There are a lot of different instances at different addresses running the same or interoperable software.
  • Android only lets app developers declare supported deep link domains at compile time: users can't add custom domains, and domains can only be added through app updates. Many developers understandably don't want to maintain a list of thousands of domains.
  • Android really isn't set up for a single app to support more than a few different domains for deep links.

Fediverse Redirect aims to solve the first two issues and somewhat solve the third.

By using the instances.social and Lemmy Explorer APIs, Fediverse Redirect is able to maintain an up-to-date list of supported domains.

Once you download the app, you can choose your client app and then enable all supported domains, so that when you tap a recognized link, it gets passed to the proper Fediverse Redirect variant.

The Fediverse Redirect variant then sends the link directly to the chosen client app for it to handle.

Since the point of Fediverse Redirect is only to change where supported links open, the maintenance of supported domains isn't extra busywork that has to be done in addition to other features and fixes; it's literally all the app does.

Client developers do need to do some work for Fediverse Redirect to support them, but it's a one-time thing, and instructions are available below.

Official Links