+
+
+
+ <%= render AppInfoComponent.new(
+ name: "kosmos.social",
+ description: "The official Web app",
+ icon_path: "/img/logos/icon_mastodon-2.svg",
+ links: [
+ ["Launch", "https://kosmos.social"]
+ ]
+ ) %>
+ <%= render AppInfoComponent.new(
+ name: "Elk",
+ description: " A nimble Mastodon web client",
+ icon_path: "/img/logos/icon_elk.svg",
+ links: [
+ ["Launch", "https://elk.zone"],
+ ["GitHub", "https://github.com/elk-zone/elk"]
+ ]
+ ) %>
+ <%= render AppInfoComponent.new(
+ name: "Sengi",
+ description: "A cross-platform app, inspired by TweetDeck",
+ icon_path: "/img/logos/icon_sengi.png",
+ links: [
+ ["Website", "https://nicolasconstant.github.io/sengi/"],
+ ["GitHub", "https://github.com/NicolasConstant/sengi"]
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Mastodon for Android",
+ description: "Android client by the Mastodon core team",
+ icon_path: "/img/logos/icon_mastodon-2.svg",
+ links: [
+ ["Website", "https://joinmastodon.org/apps"],
+ ["Google Play", "https://play.google.com/store/apps/details?id=org.joinmastodon.android"]
+ ]
+ ) %>
+ <%= render AppInfoComponent.new(
+ name: "Fedilab",
+ description: "Android client with many features",
+ icon_path: "/img/logos/icon_fedilab.png",
+ links: [
+ ["Website", "https://fedilab.app"],
+ ["Google Play", "https://play.google.com/store/apps/details?id=app.fedilab.android"],
+ ["F-Droid", "https://f-droid.org/packages/fr.gouv.etalab.mastodon"],
+ ]
+ ) %>
+ <%= render AppInfoComponent.new(
+ name: "Megalodon",
+ description: "A popular fork of the official Android app",
+ icon_path: "/img/logos/icon_megalodon.png",
+ icon_fill_box: true,
+ links: [
+ ["Website", "https://sk22.github.io/megalodon/"],
+ ["Google Play", "https://play.google.com/store/apps/details?id=org.joinmastodon.android.sk"]
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Mastodon for iOS",
+ description: "iOS client by the Mastodon core team",
+ icon_path: "/img/logos/icon_mastodon-2.svg",
+ links: [
+ ["Website", "https://joinmastodon.org/apps"],
+ ["App Store", "https://apps.apple.com/us/app/mastodon-for-iphone/id1571998974"]
+ ]
+ ) %>
+ <%= render AppInfoComponent.new(
+ name: "Ice Cubes",
+ description: "Slick, fast, open source, and with customizable UI",
+ icon_path: "/img/logos/icon_icecubes.png",
+ icon_fill_box: true,
+ links: [
+ ["App Store", "https://apps.apple.com/us/app/ice-cubes-for-mastodon/id6444915884"],
+ ["GitHub", "https://github.com/Dimillian/IceCubesApp"]
+ ]
+ ) %>
+ <%= render AppInfoComponent.new(
+ name: "Mammoth",
+ description: " Powerful, fast, feature-rich",
+ icon_path: "/img/logos/icon_mammoth.png",
+ links: [
+ ["Website", "https://getmammoth.app/"],
+ ["App Store", "https://apps.apple.com/app/mammoth-for-mastodon/id1667573899"]
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Tuba",
+ description: "A simple, fast Mastodon app for Linux (good on GNOME)",
+ icon_path: "/img/logos/icon_tuba.svg",
+ links: [
+ ["Website", "https://tuba.geopjr.dev"],
+ ["Flathub", "https://flathub.org/apps/dev.geopjr.Tuba"],
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Sengi",
+ description: "A cross-platform app, inspired by TweetDeck",
+ icon_path: "/img/logos/icon_sengi.png",
+ links: [
+ ["Website", "https://nicolasconstant.github.io/sengi/"],
+ ["GitHub", "https://github.com/NicolasConstant/sengi"]
+ ]
+ ) %>
+
+
+ <%= render AppInfoComponent.new(
+ name: "Mastonaut",
+ description: "Simple, elegant, and native Mastodon client for Mac",
+ icon_path: "/img/logos/icon_mastonaut.png",
+ links: [
+ ["Launch", "https://www.mastonaut.app"],
+ ["Mac App Store", "https://apps.apple.com/app/mastonaut/id1450757574"]
+ ]
+ ) %>
+
+
+