Mastodon is a free, open-source social network server based on ActivityPub where users can follow friends and discover new ones. On Mastodon, users can publish anything they want: links, pictures, text, and video. All Mastodon servers are interoperable as a federated network (users on one server can seamlessly communicate with users from another one, including non-Mastodon software that implements ActivityPub!)
Homepage
Download
Recent Releases
4.4.112 Jul 2025 03:15
minor bugfix:
:
Nearly every sub-directory being crawled as part of Vite build.
Assets not building when Redis is unavailable.
Replying from media modal or pop-in-player tagging user `@undefined`.
Support for special characters in various environment variables.
Some database migrations failing for indexes manually removed by admins.
4.4.008 Jul 2025 20:46
major feature:
Added: Add Followers you know widget to user profiles and hover cards. Add featured tab to profiles on web UI and rework pinned posts. Add endorsed accounts to featured tab in web UI This also includes the following new REST API endpoints: - `GET /api/v1/accounts/:id/endorsements`: https://docs.joinmastodon.org/methods/accounts/#endorsements. - `POST /api/v1/accounts/:id/endorse`: https://docs.joinmastodon.org/methods/accounts/#endorse. - `POST /api/v1/accounts/:id/unendorse`: https://docs.joinmastodon.org/methods/accounts/#unendorse. Add ability to add and remove hashtags from featured tags in web UI This is achieved through the new REST API endpoints: - `POST /api/v1/tags/:id/feature`: https://docs.joinmastodon.org/methods/tags/#feature. - `POST /api/v1/tags/:id/unfeature`: https://docs.joinmastodon.org/methods/tags/#unfeature. Add reminder when about to post without alt text in web UI. Add a warning in Web UI when composing a post when the selected and detected language are different. Add support for verifying and displaying remote quote posts Support for verifying remote quotes according to FEP-044f and displaying them in the Web UI has been implemented. Quoting other people is not implemented yet, and it is currently not possible to mark your own posts as allowing quotes. However, a new Who can quote setting has been added to the Posting defaults section of the user settings. This setting allows you to set a default that will be used for new posts made on Mastodon 4.5 and newer, when quote posts will be fully implemented. In the REST API, quote posts are represented by a new `quote` attribute on `Status` and `StatusEdit` entities: https://docs.joinmastodon.org/entities/StatusEdit/#quote https://docs.joinmastodon.org/entities/Status/#quote. Add ability to reorder and translate server rules Rules are now shown in the user s language, if a translation has been set. In the REST API, `Rule` entities now have a new `translations` attribute: https://d
|