closes#100closes#59
* enable saving as draft (scheduled)
* add scheduled posts list
* fix NoSuchMethodError
* editable drafts/scheduled posts
* ui for drafts
* use instants between 9999-01-01 and 9999-12-31
* use save and draft strings
* map scheduled status params to status
* implement scheduling posts
* improve save/discard draft dialog
* persist scheduled date in state
* add unsent posts button to toolbar
* clean up imports
closes#100closes#59
* enable saving as draft (scheduled)
* add scheduled posts list
* fix NoSuchMethodError
* editable drafts/scheduled posts
* ui for drafts
* use instants between 9999-01-01 and 9999-12-31
* use save and draft strings
* map scheduled status params to status
* implement scheduling posts
* improve save/discard draft dialog
* persist scheduled date in state
* add unsent posts button to toolbar
* clean up imports
* Proper implementation on the color picker.
* Disabling the icons for the color picker menu
* Adding a green theme
* Making the green theme more readable
* More polishes over the green theme
* Adding blue theme and refactoring styles.xml
* Make badged settings icon follow accent colors
* Adding an icon to the color picker setting
* Fix readability issue on the light blue theme
* Adding orange theme, tweaking the blue and green theme
* Adding yellow theme
* Making it so that the fab follows the theme
* Fixing the TrueBlack themes for everything
* Make it so that the publish button also follows the theme
* Editing some drawable files to make them also follow the theme
* Making it so that the boost icon is also following the theme when clicked
* Make follow requests icon badge follow the color scheme and also make it that the profile top bar menu also follows the theme. This should be it
Co-authored-by: sk <sk22@mailbox.org>
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Screenshots and screen recordings**
If applicable, add screenshots (and screen recordings, if possible) to help explain your problem.
**Version**
Megalodon version: [e.g. v1.1.4+fork.#]
**Additional context**
- Does this issue also occur with the respective upstream release? (Please test using the respective `upstream-xxxxxx.apk` provided in [Releases](https://github.com/sk22/megalodon/releases)) No / Yes (`mastodon#…`)
> In this case, please consider filing an [upstream bug report](https://github.com/mastodon/mastodon-android/issues) instead. If this bug is seriously impacting your usage or you think I might want to try to fix it for Megalodon, feel free to still create this issue!
**Crash log**
If you know your way around Android development tools, please consider attaching a crash log, if possible.
This is the repository for the official Android app for Mastodon.
> A fork of [megalodon](https://github.com/sk22/megalodon) which is a fork of [official Mastodon Android app](https://github.com/mastodon/mastodon-android) adding important features that are missing in the official app and possibly won’t ever be implemented, such as the federated timeline, unlisted posting, bookmarks and an image description viewer.
Our goal is delivering a polished, professionally designed and user-friendly app. We proceed according to wireframes provided by a professional UX designer that works with Mastodon gGmbH. This means that any outside contributions that change the app visually must first be coordinated with the UX designer. *This can take time.* Furthermore, we work off of an internal roadmap and aim for feature-parity and consistency with our iOS app. The iOS app is designated as the "primary" between the two, therefore, if you want to request features, please do so in the [Mastodon for iOS](https://github.com/mastodon/mastodon-ios) repository, as you are requesting a feature to be both in iOS and Android (exceptions being system integrations specific to Android). On the other hand, any contributions that improve existing functionality, performance, or accessibility should not have any roadblocks to being merged.
If you would like to help translate the app into your language, please go to [Crowdin](https://crowdin.com/project/mastodon-for-android). If your language is not listed in the Crowdin project, please create an issue and we will add it. Please do not create pull requests that modify `strings.xml` files for languages other than English.
## Key features
### **Material you theme support on Android 12+ devices!**
### **Translate button**
**Allows you to translate posts in instances with the translate feature!**
**Allows you to change theme within the app. Supports Purple, pink, green, blue, orange and yellow!**
### **Unlisted posting**
**Allows you to post publicly without having your post show up in trends, hashtags or public timelines (i.e., in the tabs “Local”, “Community” and “Posts”).**
When posting with Unlisted visibility, your posts will still be publicly accessible in your profile. They will also be shown in people’s Home timelines, but only if they follow you or someone they follow reposted/replied to your post.
The Mastodon documentation has some more information about [Unlisted posting](https://docs.joinmastodon.org/user/posting/#unlisted) and [Public timelines](https://docs.joinmastodon.org/user/network/#timelines).
### **Federated timeline**
**This allows you to chronologically see all Public posts from people on all other Fediverse neighborhoods your home instance is connected to.**
Despite being one of the main features of federated social media, the Federated timeline wasn’t included in the official Mastodon app – supposedly, because this conflicts with Google’s safety requirements for apps on the Play Store.
That’s one of the reasons why choosing a small, **well-moderated instance is important**. Instance admins and moderators should always make sure to ban abusive users and stop federating with instances who platform them. On well-moderated instances, the Federated timeline can be a welcoming place to meet new people!
### **Image description viewer**
**Allows you to quickly check whether an image or video has an alternative text attached to it.**
This is important to **ensure the content you’re sharing is as accessible as possible** to people who can’t see the images and rely on software to read back the provided content descriptions. Thankfully, it’s quite common for people on the Fediverse to provide such alt texts, and hopefully things stay this way!
### **Pinning posts**
**This lets you can highlight important posts on your profile. A dedicated “Pinned” tab in people’s profiles shows all the posts they pinned.**
On the Fediverse, it’s quite common for people to pin posts they want others to read before following them. You can pin/unpin posts yourself by clicking the `⋯` button in the top right corner of your posts.
### **Bookmarks**
**They allow for quickly saving posts and viewing them through the Bookmarks button on the top right of your profile.**
To bookmark a post, press the button between the Favorite and Share buttons on the bottom of the post. Bookmarks are saved privately, so the post authors won’t know you saved their post – the list of bookmarked posts is only visible to you.
## Installation
**Press the download button above to download the APK. Open the downloaded file on your Android device to install it. Moshidon will automatically notify you about new updates inside the app.**
To install this app on your Android device, download the [latest release from GitHub](https://github.com/LucasGGamerM/moshidon/releases/latest/download/moshidon.apk) and open it. You might have to accept installing APK files from your browser when trying to install it. You can also take a look at all releases on the [Releases](https://github.com/LucasGGamerM/moshidon/releases) page.
Moshidon makes use of [Mastodon for Android](https://github.com/mastodon/mastodon-android)’s automatic update checker. Megalodon will check for new updates available on GitHub and offer to download and install them. You can also manually press “Check for updates” at the bottom of the settings page!
## Release variants
All downloads can be found on the [Releases](https://github.com/LucasGGamerM/moshidon/releases) page.
**`moshidon.apk`**
Variant with an integrated updater. If you download Moshidon from here (and not from an app store), just download the regular `moshidon.apk`.
---
## Detailed changes
### Features
* [Add “Unlisted” as a post visibility option](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/enable-unlisted)
* [Add image description button and viewer](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/display-alt-text) ([Pull request](https://github.com/mastodon/mastodon-android/pull/129))
* [Implement pinning posts and displaying pinned posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/pin-posts) ([Pull request](https://github.com/mastodon/mastodon-android/pull/140))
* [Implement deleting and re-drafting](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/delete-redraft) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/21))
* [Implement a bookmark button and list](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/bookmarks) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/22))
* [Add “Check for update” button in addition to integrated update checker](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/check-for-update-button)
* [Add “Mark media as sensitive” option](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/mark-media-as-sensitive)
* [Add settings to hide replies and reposts from the timeline](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/filter-home-timeline) ([Pull request](https://github.com/mastodon/mastodon-android/pull/317))
* [Follow and unfollow hashtags](https://github.com/sk22/megalodon/commit/7d38f031f197aa6cefaf53e39d929538689c1e4e) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/233))
* [Notification bell for posts](https://github.com/sk22/megalodon/commit/b166ca705eb9169025ef32bbe6315b42491b57ea) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/81))
* [Viewing lists and adding/removing users from lists](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:list-timeline-views) based on [@obstsalatschuessel](https://github.com/obstsalatschuessel)'s [Pull request](https://github.com/mastodon/mastodon-android/pull/286)
* [Display content warning title above text](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/cw-above-text)
* [Add notifications tab for posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/posts-notifications-tab)
* [Show visibility of original post when replying](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/display-reply-visibility)
* [Clickable reply/boost line above posts](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:clickable-boost-reply-line)
* [Clickable reply line while replying to open original post](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/clickable-reply-line-compose)
### Behavior
* [Make back button return to the home tab before exiting the app](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/back-returns-home) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/118))
* [Always preserve content warnings when replying](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/always-preserve-cw) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/113))
* [Display full image when adding image description](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/compose-image-description-full-image) ([Pull request](https://github.com/mastodon/mastodon-android/pull/182))
* [Set spoiler height independently to content height](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:spoiler-height-independent) ([Closes issue](https://github.com/mastodon/mastodon-android/issues/166))
* [Option to hide interaction numbers](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:settings/hide-interaction-numbers)
* [Option to always reveal content warnings](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:feature/cw-above-text)
* [Option to disable scrolling title bars](https://github.com/mastodon/mastodon-android/compare/master...sk22:megalodon:settings/disable-marquee)
@@ -32,4 +138,6 @@ As this app is using Java 17 features, you need JDK 17 or newer to build it. Oth
This project is released under the [GPL-3 License](./LICENSE).
The Mastodon name and logo are trademarks of Mastodon gGmbH. If you intend to redistribute a modified version of this app, use a unique name and icon for your app that does not mistakenly imply any official connection with or endorsement by Mastodon gGmbH.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon - лепшы спосаб быць у курсе ўсяго, што адбываецца. Сачыце за любым чалавекам у федэральным сусвеце і глядзіце ўсё ў храналагічным парадку. Ніякіх алгарытмаў, рэкламы ці клікбейту.
Гэта афіцыйная праграма для Android ад Mastodon. Ён вокамгненна хуткі і прыгожы, распрацаваны, каб быць не толькі функцыянальным, але і простым у выкарыстанні. У нашай праграме вы можаце:
АГЛЕДЗЕЦЬ
■ Адкрыйце для сябе новых пісьменнікаў, журналістаў, мастакоў, фатографаў, навукоўцаў і многае іншае
■ Даведайцеся, што адбываецца ў свеце
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon ist der beste Weg, um auf dem Laufenden zu bleiben. Folge jedem im Fediverse und lies alles in chronologischer Reihenfolge. Keine Algorithmen, Werbung oder Clickbait weit und breit.
Das ist die offizielle Android-App für Mastodon. Blitzschnell und atemberaubend schön, ist sie entworfen, um nicht nur funktionsreich, sondern auch einfach bedienbar zu sein. In unserer App kannst du:
ENTDECKEN
■ Neue Autoren, Journalisten, Künstler, Fotografen, Wissenschaftler und viele andere entdecken
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
KREIEREN
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
GESTALTEN
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
UND MEHR!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ Keine Spoiler! Du kannst deine Beträge hinter Inhaltswarnungen stellen
EINE MÄCHTIGE PLATTFORM ZUM VERÖFFENTLICHEN
Du musst nicht länger versuchen, einen undurchsichtigen Algorithmus dir wohlgesinnt zu stimmen, der darüber entscheidet, ob deine Freunde sehen, was du postest. If they follow you, they’ll see it.
Wenn du es im offenen Web veröffentlichst, ist es auch zugänglich im offenen Web. Du kannst ganz unbekümmert Links auf Mastodon teilen in dem Wissen, dass jeder sie ohne Einloggen wird lesen können.
Zwischen Threads, Umfragen, hoch aufgelösten Bildern, Videos und Audio bietet dir Mastodon eine ganze Palette an Möglichkeiten, dich so auszudrücken, wie es zu dir passt.
EINE MÄCHTIGE PLATTFORM ZUM LESEN
Wir brauchen dir keine Werbung zu zeigen, also müssen wir dich auch nicht an unsere App binden. Mastodon verfügt über die größte Auswahl an Drittanbieter-Apps und -Integrationen, sodass du dir die Erfahrung aussuchen kannst, die am besten zu dir passt.
Dank der chronologischen Startseite merkst du ganz leicht, wann du alles Neue mitbekommen hast und dich etwas anderem widmen kannst.
Keine Grund zur Sorge, dass ein Fehlklick deine Empfehlungen auf ewig ruiniert. Wir raten nicht herum, was du sehen willst, sondern geben dir die Kontrolle darüber.
PROTOKOLLE, NICHT PLATTFORMEN
Mastodon ist nicht wie traditionelle Social-Media-Plattformen, sondern basiert auf einem dezentralen Protokoll. Du kannst dich über unseren offiziellen Server registrieren oder einen Drittanbieter auswählen, der deine Daten verwahrt und deine Erfahrung moderiert.
Dank des gemeinsamen Protokolls kannst du nahtlos mit Leuten auf anderen Mastodon-Servern kommunizieren, egal welchen du wählst. Doch da ist noch mehr: Mit nur einem Konto kannst du mit Leuten von anderen Fediverse-Plattformen kommunizieren.
Nicht zufrieden mit deiner Entscheidung? Du kannst jederzeit zu einem anderen Mastodon-Server wechseln und dabei all deine Follower mitnehmen. Für erfahrenere Nutzer: Du kannst deine Daten sogar mit deiner eigenen Infrastruktur hosten, schließlich ist Mastodon quelloffen.
VON NATUR AUS GEMEINNÜTZIG
Mastodon ist eine in den USA und Deutschland registrierte gemeinnützige Organisation. Uns geht es nicht darum, einen finanziellen Nutzen aus der Plattform zu ziehen, sondern darum, das Beste für die Plattform zu erreichen.
Bekannt aus: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com und anderen.
Το Mastodon είναι ο καλύτερος τρόπος γιανα συμβαδίσεις με τα γεγονότα. Ακολούθησε όποιον θες από το fediverse και δες τα όλα με χρονολογική σειρά. Δεν υπάρχουν αλγόριθμοι, διαφημίσεις, ή clickbait μέχρι εκεί που φτάνει το μάτι.
Αυτή είναι η επίσημη εφαρμογή στο Android για το Mastodon. Είναι απίστευτα γρήγορη και εκπληκτικά όμορφη, σχεδιασμένη γιανα είναι όχι μόνο ισχυρή, αλλά και εύχρηστη. Στην εφαρμογή μας, μπορείς να:
ΕΞΕΡΕΥΝΗΣΕΙΣ
■ Ανακάλυψε νέους συγγραφείς, δημοσιογράφους, καλλιτέχνες, φωτογράφους, επιστήμονες και πολλούς άλλους
■ Δες τί συμβαίνει στον κόσμο
ΔΙΑΒΑΣΕ
■ Έχε στο νουσου τους ανθρώπους που σε ενδιαφέρουν σε μια χρονολογική ροή χωρίς ενοχλήσεις
■ Ακολούθησε ετικέτες γιανα συμβαδίζεις με συγκεκριμένα θέματα σε πραγματικό χρόνο
ΔΗΜΙΟΥΡΓΗΣΕ
■ Δημοσίευσε στους ακόλουθούς σου ή σε όλο τον κόσμο, με δημοσκοπήσεις, υψηλής ποιότητας εικόνες και βίντεο
■ Συμμετοχή σε ενδιαφέρουσες συζητήσεις με άλλους ανθρώπους
ΕΠΙΜΕΛΗΣΟΥ
■ Δημιοουργησε λίστες ανθρώπων γιανα μην χάσεις ποτέ ούτε μια ανάρτηση
■ Φίλτραρε λέξεις ή φράσεις γιανα ελέγξεις τι θες και τι δεν θες να δεις
ΚΑΙ ΠΕΡΙΣΣΟΤΕΡΑ!
■ Ένα όμορφο θέμα που προσαρμόζεται στην εξατομικευμένη χρωματική παλέτα σου, φωτεινή ή σκοτεινή
■ Μοιράσου και σάρωσε κωδικούς QR γιανα ανταλλάξεις γρήγορα, προφίλ Mastodon με άλλους
■ Είσοδος και εναλλαγή μεταξύ πολλαπλών λογαριασμών
■ Ενημερώσου όταν ένα συγκεκριμένο άτομο δημοσιεύει με το κουμπί κουδουνιού
■ Χωρίς σπόιλερ! Μπορείς να βάλεις τις δημοσιεύσεις σου πίσω από προειδοποιήσεις περιεχομένου
ΜΙΑ ΙΣΧΥΡΗ ΠΛΑΤΦΟΡΜΑ ΑΝΑΡΤΗΣΕΩΝ
Δεν χρειάζεται πλέον να δοκιμάζεις και να κατευνάζεις έναν κρυμμένο αλγόριθμο που αποφασίζει ανοι φίλοι σου πρόκειται να δουν τί δημοσίευσες. Ανσ' ακολουθούν, θα το δουν.
Αν το δημοσιεύσεις στο ανοικτό διαδίκτυο, είναι προσβάσιμο στο ανοιχτό διαδίκτυο. Μπορείς να μοιραστείς με ασφάλεια συνδέσμους στο Mastodon γνωρίζοντας ότι ο καθένας θα είναι σε θέση να τους διαβάσει χωρίς να συνδεθεί.
Μεταξύ νημάτων, των δημοσκοπήσεων, των εικόνων υψηλής ποιότητας, των βίντεο, των προειδοποιήσεων ήχου και περιεχομένου, το Mastodon προσφέρει πολλούς τρόπους να εκφραστείς με έναν τρόπο που σου ταιριάζει.
ΜΙΑ ΙΣΧΥΡΗ ΠΛΑΤΦΟΡΜΑ ΑΝΑΓΝΩΣΗΣ
Δε χρειάζεται να σού δείξουμε διαφημίσεις, οπότε δε χρειάζεται να σέ κρατάμε στην εφαρμογή μας. Το Mastodon έχει την πλουσιότερη επιλογή τρίτων εφαρμογών και ενσωματώσεων ώστε να μπορείς να επιλέξεις την εμπειρία που σού ταιριάζει καλύτερα.
Χάρη στη χρονολογική ροή στην αρχική, είναι εύκολο να πούμε πότε είσαι ενημερωμένος και να προχωρήσεις σέ κάτι άλλο.
Δεν χρειάζεται να ανησυχείς ότι ένα λάθος κλικ θα καταστρέψει τις προτάσεις σουγια πάντα. Δεν υποθέτουμε τί θες να δεις, σέ αφήνουμε να το ελέγξεις.
ΠΡΩΤΟΚΟΛΛΑ, ΟΧΙ ΠΛΑΤΦΟΡΜΕΣ
Το Mastodon δεν είναι σαν μια παραδοσιακή πλατφόρμα μέσων κοινωνικής δικτύωσης, αλλά είναι χτισμένο σε ένα αποκεντρωμένο πρωτόκολλο. Μπορείτε να εγγραφείς στον επίσημο διακομιστή μας ή να επιλέξετε ένα 3ο μέρος γιανα φιλοξενήσεις τα δεδομένα σου και να συντονίσεις την εμπειρία σου.
Χάρη στο κοινό πρωτόκολλο, δεν έχει σημασία τί θα επιλέξεις, μπορείς να επικοινωνείς απρόσκοπτα με άτομα σε άλλους διακομιστές του Mastodon. Αλλά υπάρχουν κι άλλα: Με έναν μόνο λογαριασμό, μπορείτε να επικοινωνείς με ανθρώπους από άλλες fediverse πλατφόρμες.
Δεν χαίρεσαι με την επιλογή σου; Μπορείς πάντα να μεταβείς σε διαφορετικό διακομιστή του Mastodon ενώ παίρνεις μαζί σου τους ακόλουθούς σου. Για προχωρημένους χρήστες, μπορείς ακόμη και να φιλοξενήσεις τα δεδομένα σου στη δική σου υποδομή, καθώς το Mastodon είναι ανοικτού κώδικα.
ΕΚ ΦΥΣΕΩΣ ΜΗ ΚΕΡΔΟΣΚΟΠΙΚΗ
Το Mastodon είναι μη κερδοσκοπική εταιρεία στις ΗΠΑ και τη Γερμανία. Δεν μάς παρακινεί η εξόρυξη χρηματικής αξίας από την πλατφόρμα, αλλά το τί είναι καλύτερο για την πλατφόρμα.
ΟΠΩΣ ΛΕΓΕΤΑΙ ΣΕ: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com και άλλα.
- Added option to donate to Mastodon in-app when connected to our flagship server. This option will not appear when using a 3rd party server to avoid confusion. Please check if the 3rd party server you're using accepts donations through their website.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon es el mejor modo de mantenerse al día sobre qué está ocurriendo. Seguir a cualquiera en el fediverso y verlo todo en orden cronológico. No hay algoritmos, anuncios ni clickbait a la vista.
Esta es la aplicación oficial de Mastodon para Android. Es impresionantemente rápida e increíblemente hermosa, diseñada para ser no sólo potente, sino también fácil de usar. En nuestra aplicación, puedes:
EXPLORAR
■ Descubrir nuevos escritores, periodistas, artistas, fotógrafos, científicos y más
■ Ver lo que está sucediendo en el mundo
LEER
■ Mantenerte al día acerca de las personas que te importan con un muro cronológico sin interrupciones
■ Seguir hashtags para mantenerte al día en temas específicos y en tiempo real
CREAR
■ Publicar para tus seguidores o para todo el mundo, con encuestas, imágenes de alta calidad y videos
■ Participar en conversaciones interesantes con otras personas
CURAR
■ Crear listas de personas para nunca perderte una publicación
■ Filtrar palabras o frases para controlar lo que quieres y lo que no quieres ver
Y MÁS!
■ Un bonito tema que se adapta a tu esquema de colores personalizado, claro u oscuro
■ Compartir y escanear códigos QR para intercambiar rápidamente perfiles de Mastodon con otros
■ Iniciar sesión y cambiar entre multiples cuentas
■ Recibir notificaciones cuando una persona específica publique con el botón de la campana
■ ¡Sin spoilers! Puedes poner tus publicaciones detrás de advertencias de contenido
UNA POTENTE PLATAFORMA DE PUBLICACIÓN
Ya no tienes que tratar de apaciguar un algoritmo opaco que decide si tus amigos van a ver lo que has publicado. Si te siguen, lo verán.
Si lo publicas en la web abierta, es accesible en la web abierta. Puedes compartir con seguridad enlaces a Mastodon sabiendo que cualquiera podrá leerlos sin iniciar sesión.
Entre hilos, encuestas, imágenes, vídeos, audio y advertencias de contenido, Mastodon ofrece muchas maneras de expresarte de una manera que te convenga.
UNA POTENTE PLATAFORMA DE LECTURA
No necesitamos mostrarte anuncios, así que no necesitamos mantenerte en nuestra aplicación. Mastodon tiene la más rica selección de aplicaciones e integraciones de terceros para que puedas elegir la experiencia que más te convenga.
Gracias al muro cronológico de la página principal, es fácil saber cuándo te has topado con todas las actualizaciones y puedes pasar a otra cosa.
No hay necesidad de preocuparte de que un clic equivocado arruinará tus recomendaciones para siempre. No adivinamos lo que quieres ver, dejamos que tú lo controles.
PROTOCOLOS, NO PLATAFORMAS
Mastodon no es como una plataforma tradicional de medios de comunicación social, sino que se basa en un protocolo descentralizado. Puedes registrarte en nuestro servidor oficial o elegir un tercero para alojar tus datos y moderar tu experiencia.
Gracias al protocolo común, no importa lo que elijas, puedes comunicarte sin problemas con gente en otros servidores de Mastodon. Pero hay más: con una sola cuenta, puedes comunicarte con gente de otras plataformas fediversas.
¿No estás contento con tu elección? Siempre puedes cambiar a un servidor Mastodon diferente mientras llevas a tus seguidores contigo. Para usuarios avanzados, puedes incluso alojar tus datos en tu propia infraestructura, ya que Mastodon es de código abierto.
SIN FINES DE LUCRO POR NATURALEZA
Mastodon es una organización sin ánimo de lucro registrada en los Estados Unidos y Alemania. No estamos motivados por la extracción del valor monetario de la plataforma, sino por lo que es mejor para la plataforma.
COMO APARECE EN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, y más.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon è il modo migliore per tenere il passo con ciò che sta accadendo. Segui chiunque attraverso il fediverso e guarda tutto in ordine cronologico. No algorithms, ads, or clickbait in sight.
Questa è l'app Android ufficiale per Mastodon. È incredibilmente veloce e straordinariamente bella, progettata per essere non solo potente ma anche facile da usare. Nella nostra app, puoi:
ESPLORARE
■ Scopri nuovi scrittori, giornalisti, artisti, fotografi, scienziati e altro ancora
■ Guarda cosa sta succedendo nel mondo
LEGGERE
■ Resta al passo con le persone a cui tieni in un feed cronologico senza interruzioni
■ Segui gli hashtag per restare aggiornato su argomenti specifici in tempo reale
CREARE
■ Pubblica post per i tuoi seguaci o per il mondo intero, con sondaggi, immagini e video di alta qualità
■ Partecipa a conversazioni interessanti con altre persone
CURARE
■ Crea liste di persone per non perdere mai un post
■ Filtra parole o frasi per controllare cosa vuoi e cosa non vuoi vedere
E ALTRO ANCORA!
■ Un bellissimo tema che si adatta alla tua combinazione di colori personalizzata, chiaro o scuro
■ Condividi e scansiona i codici QR per scambiare rapidamente i profili Mastodon con altri
■ Accedi e passa da un account all'altro
■ Ricevi una notifica con il pulsante del campanello, quando una persona specifica pubblica un post
■ Nessuna anticipazione! Puoi inserire i tuoi post dietro avvisi sui contenuti
UNA POTENTE PIATTAFORMA DI PUBBLICAZIONE
Non devi più cercare di placare un algoritmo opaco che decide se i tuoi amici vedranno ciò che hai pubblicato. Se ti seguono, lo vedranno.
Se lo pubblichi sul web aperto, è accessibile sul web aperto. Puoi condividere in tutta sicurezza i collegamenti a Mastodon, sapendo che chiunque sarà in grado di leggerli senza effettuare l'accesso.
Tra discussioni, sondaggi, immagini di alta qualità, video, audio e avvisi sui contenuti, Mastodon offre molti modi per esprimerti nel modo che preferisci.
UNA POTENTE PIATTAFORMA DI LETTURA
Non abbiamo bisogno di mostrarti annunci pubblicitari, quindi non abbiamo bisogno di mantenerti nella nostra app. Mastodon offre la più ricca selezione di app e integrazioni di terze parti, così puoi scegliere l'esperienza più adatta a te.
Grazie al feed cronologico in Home, è facile capire quando hai recuperato tutti gli aggiornamenti e puoi passare a qualcos'altro.
Non devi preoccuparti che un clic sbagliato rovinerà per sempre le tue raccomandazioni. Non indoviniamo cosa vuoi vedere, ti lasciamo il controllo su di esso.
PROTOCOLLI, NON PIATTAFORME
Mastodon non è come una piattaforma di social media tradizionale, ma è costruito su un protocollo decentralizzato. Puoi registrarti sul nostro server ufficiale o sceglierne uno di terze parti, per ospitare i tuoi dati e moderare la tua esperienza.
Grazie al protocollo comune, non importa cosa tu scelga, puoi comunicare senza problemi con le persone su altri server Mastodon. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Non sei felice della tua scelta? Puoi sempre passare a un altro server Mastodon portando con te i tuoi seguaci. Per gli utenti avanzati, puoi persino ospitare i tuoi dati sulla tua infrastruttura, poiché Mastodon è open source.
NON PROFIT PER NATURA
Mastodon è un'organizzazione non profit registrata negli Stati Uniti e in Germania. Non siamo motivati dall’estrazione di valore monetario dalla piattaforma, ma da ciò che è meglio per la piattaforma.
COME PRESENTATO SU: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com e altri.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
„Mastodon“ – tai geriausias būdas sekti, kas vyksta. Sek bet kurį asmenį visoje fediverse ir žiūrėk viską chronologine tvarka. Jokių algoritmų, reklamų ar tyčinių paspaudimų.
Tai – oficiali „Mastodon“, skirto „Android“ programėlė. Ji yra labai sparti ir nuostabiai graži, sukurta taip, kad būtų ne tik galinga, bet ir paprasta naudoti. Mūsų programėlėje galima:
NARŠYTI
■ Atrask naujų rašytojų, žurnalistų, dailininkų, atlikėjų, fotografų, mokslininkų ir daugiau.
■ Žiūrėk, kas vyksta pasaulyje.
SKAITYTI
■ Neatsilik nuo tau svarbių žmonių chronologiniame sraute be jokių trukdžių.
■ Sek saitažodžius, kad tikruoju laiku žinotum konkrečias temas.
KURTI
■ Skelbk savo sekėjams arba visam pasauliui su apklausomis, aukštos kokybės vaizdais ir vaizdo įrašais.
■ Dalyvauk įdomiuose pokalbiuose su kitais žmonėmis.
KURUOTI
■ Kurk žmonių sąrašus, kad niekada nepraleistum įrašo.
■ Filtruok žodžius ar frazes, kad galėtum valdyti, ką nori ir ko nenori matyti.
IR DAUGIAU!
■ Graži tema, kuri prisitaiko prie tavo asmeninės spalvų schemos, šviesios arba tamsios.
■ Bendrink ir nuskaityk QR kodus, kad galėtum greitai keistis „Mastodon“ profiliais su kitais.
■ Prisijunk ir perjunk kelias paskyras.
■ Gauk pranešimą, kai tam tikras asmuo paskelbia įrašą, su varpelio mygtuką.
■ Jokių spoilerių! Savo įrašus gali uždėti už turinio įspėjimų.
GALINGA SKELBIMO PLATFORMA
Tau nebereikia bandyti įtikti neskaidriam algoritmui, kuris sprendžia, ar draugai pamatys tai, ką paskelbi. Jei jie tave seka, jie tai matys.
Jei ją paskelbsi atvirajame internete, ji prieinama atvirajame internete. Gali drąsiai bendrinti nuorodomis į „Mastodon“ žinant, kad bet kas galės jas perskaityti neprisijungę.
Tarp gijų, apklausų, aukštos kokybės vaizdų, vaizdo ir garso įrašų bei turinio įspėjimų „Mastodon“ siūlo daugybę būdų išreikšti save tinkamu būdu.
GALINGA SKAITYMO PLATFORMA
Mums nereikia rodyti reklamų, todėl mums nereikia tave laikyti savo programėlėje. „Mastodon“ turi gausiausią trečiųjų šalių programėlių ir integracijų pasirinkimą, tad gali pasirinkti tau tinkamiausią patirtį.
Dėl chronologinio pagrindinio srauto lengva nustatyti, kada jau esi pasiekęs (-usi) visus naujinimus ir gali pereiti prie ko nors kito.
Nereikia nerimauti, kad neteisingas spustelėjimas sugadins tavo rekomendacijas visiems laikams. Mes nenuspėjame, ką nori matyti, o leidžiame tau tai valdyti.
PROTOKOLAI, O NE PLATFORMOS
„Mastodon“ nėra panaši į tradicinę socialinės medijos platformą, bet sukurta pagal decentralizuotą protokolą. Gali užsiregistruoti mūsų oficialiame serveryje arba pasirinkti trečiąją šalį, kuri patalpins tavo duomenis ir palengvins patirtį.
Dėl bendro protokolo, nesvarbu, ką pasirinktum, gali sklandžiai bendrauti su žmonėmis, esančiais kituose „Mastodon“ serveriuose. Bet yra ir daugiau: naudojant tik viena paskyra gali bendrauti su žmonėmis iš kitų fediversų platformų.
Nesi patenkintas (-a) savo pasirinkimu? Visada gali pereiti į kitą „Mastodon“ serverį ir kartu su savimi pasiimti sekėjus. Pažengę naudotojai gali net talpinti duomenis savo infrastruktūroje, nes „Mastodon“ yra atvirojo kodo.
NE PELNO SIEKIANTIS POBŪDIS
„Mastodon“ registruota ne pelno siekianti organizacija JAV ir Vokietijoje. Mūsų motyvacija – tai ne išgauti iš platformos piniginę vertę, o tai, kas geriausia platformai.
KAIP PARODYTA: „TIME“, „Forbes“, „Wired“, „The Guardian“, „CNN“, „The Verge“, „TechCrunch“, „Financial Times“, „Gizmodo“, „PCMAG.com“ ir kt.
Mastodon is the best way to keep up with what’s happening. Follow anyone across the fediverse and see it all in chronological order. No algorithms, ads, or clickbait in sight.
This is the official Android app for Mastodon. It is blazing fast and stunningly beautiful, designed to be not just powerful but also easy to use. In our app, you can:
EXPLORE
■ Discover new writers, journalists, artists, photographers, scientists and more
■ See what’s happening in the world
READ
■ Keep up with people you care about in a chronological feed with no interruptions
■ Follow hashtags to keep up with specific topics in real time
CREATE
■ Post to your followers or the whole world, with polls, high quality images and videos
■ Participate in interesting conversations with other people
CURATE
■ Create lists of people to never miss a post
■ Filter words or phrases to control what you do and don’t want to see
AND MORE!
■ A beautiful theme that adapts to your personalized color scheme, light or dark
■ Share and scan QR codes to quickly exchange Mastodon profiles with others
■ Login and switch between multiple accounts
■ Get notified when a specific person posts with the bell button
■ No spoilers! You can put your posts behind content warnings
A POWERFUL PUBLISHING PLATFORM
You no longer have to try and appease an opaque algorithm that decides if your friends are going to see what you posted. If they follow you, they’ll see it.
If you publish it to the open web, it’s accessible on the open web. You can safely share links to Mastodon in the knowledge that anyone will be able to read them without logging in.
Between threads, polls, high quality images, videos, audio, and content warnings, Mastodon offers plenty of ways to express yourself in a way that suits you.
A POWERFUL READING PLATFORM
We don’t need to show you ads, so we don’t need to keep you in our app. Mastodon has the richest selection of 3rd party apps and integrations so you can choose the experience that fits you best.
Thanks to the chronological home feed, it’s easy to tell when you’ve caught up on all updates and can move on to something else.
No need to worry that a misclick will ruin your recommendations forever. We don’t guess what you want to see, we let you control it.
PROTOCOLS, NOT PLATFORMS
Mastodon is not like a traditional social media platform, but is built on a decentralized protocol. You can sign up on our official server, or choose a 3rd party to host your data and moderate your experience.
Thanks to the common protocol, no matter what you choose, you can communicate seamlessly with people on other Mastodon servers. But there’s more: With just one account, you can communicate with people from other fediverse platforms.
Not happy with your choice? You can always switch to a different Mastodon server while taking your followers with you. For advanced users, you can even host your data on your own infrastructure, since Mastodon is open-source.
NON-PROFIT IN NATURE
Mastodon is a registered non-profit in the US and Germany. We are not motivated by extracting monetary value from the platform, but by what’s best for the platform.
AS FEATURED IN: TIME, Forbes, Wired, The Guardian, CNN, The Verge, TechCrunch, Financial Times, Gizmodo, PCMAG.com, and more.
Some files were not shown because too many files have changed in this diff
Show More
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.