--- layout: layout --- <% const apps = site.data.miscellaneous.apps; %> <%- partial('_partial/heroheader') %>

EXPLORE FEDIVERSE SOFTWARE

ActivityPub

Zot

diaspora

OStatus


Social network (macro)

Social network (micro)

Blog & Publishing

Media sharing (audio, images)

Link sharing

Events & meetups

File hosting

Economic activities

Cooperatives & shared

Developer Tools

Plugins

Relays

<% for (item in apps) { %> <% let type = apps[item].categories %>
<% if (apps[item].logo) { %>logo<% } %>

<%= apps[item].title %>

<% if (apps[item].site) { %>

Website

<% let path = apps[item].site.split('://') %>

<%= path[1] %> remote link

<% } %>

Source code

repository remote link

<% if (apps[item].servers) { %>

Servers

list remote link

<% } %>

Protocols

<%= apps[item].protocols %>

<% } %>

Something's missing? Add it.

Software no longer maintained, renamed, broken link? Please, let us know.

Special thanks to @strypey - for curating this list.

Other sources: spreadsheet by @mayel, implementation report on activitypub.rocks website.