Your self-hosted, globally interconnected microblogging community
Go to file
2026-05-13 16:38:13 +02:00
.devcontainer Use ruby version 4.0.2 (#37445) 2026-03-30 10:21:36 +00:00
.github Narrow scope of Docker build cache in Github workflows (#39014) 2026-05-12 16:16:55 +00:00
.husky
.rubocop
.storybook Render FormattedMessage translations into React.Fragment by default (#38398) 2026-03-25 15:01:40 +00:00
.yarn
app remove height cache entirely 2026-05-13 16:38:13 +02:00
bin Globally install corepack (#34406) 2026-05-07 10:43:15 +00:00
chart
config New Crowdin Translations (automated) (#39024) 2026-05-13 09:08:11 +00:00
db Remove duplicate index index_email_subscriptions_on_account_id (#38907) 2026-05-05 15:15:55 +00:00
dist
docs Fix hero image radius, bring into repo (#38679) 2026-04-15 11:32:51 +00:00
lib add raketasks to generate collections for testing (#38986) 2026-05-11 15:17:00 +00:00
log
public Replace prettier with oxfmt (#37893) 2026-02-19 18:04:25 +00:00
spec Add batch actions to collections and possibility to report multiple collections (#38991) 2026-05-12 16:13:01 +00:00
streaming Prepare Dockerfile for Node 26 (#38943) 2026-05-12 15:22:38 +00:00
vendor
.annotaterb.yml
.browserslistrc
.buildpacks
.dockerignore
.editorconfig
.env.development
.env.production.sample
.env.test
.env.vagrant
.foreman
.gitattributes
.gitignore
.haml-lint.yml Reduce haml-lint LineLength configuration to 240 (#37287) 2026-03-02 14:43:57 +00:00
.nvmrc Update Node.js to 24.15 (#38707) 2026-04-17 07:48:15 +00:00
.oxfmtrc.json Replace prettier with oxfmt (#37893) 2026-02-19 18:04:25 +00:00
.rspec
.rubocop_todo.yml
.rubocop.yml Drop support for ruby 3.2 (#37476) 2026-03-25 13:18:34 +00:00
.ruby-gemset
.ruby-version Update dependency ruby to v4.0.3 (#38765) 2026-04-28 13:30:20 +00:00
.slugignore
.watchmanconfig
.yarnrc.yml
app.json
Aptfile
AUTHORS.md
CHANGELOG.md Bump version to v4.5.9 (#38696) 2026-04-15 14:10:28 +00:00
CODE_OF_CONDUCT.md Update to Contributor Covenant v3.0 (#36323) 2026-03-30 16:36:07 +00:00
config.ru
CONTRIBUTING.md Update contributing docs (#38125) 2026-03-10 12:53:20 +00:00
crowdin.yml
docker-compose.yml Bump version to v4.5.9 (#38696) 2026-04-15 14:10:28 +00:00
Dockerfile Prepare Dockerfile for Node 26 (#38943) 2026-05-12 15:22:38 +00:00
eslint.config.mjs Emoji text input and character counter components (#38052) 2026-03-04 16:13:45 +00:00
FEDERATION.md Change media description length limit for remote media attachments from 1500 to 10000 characters (#37921) 2026-03-23 10:32:41 +00:00
Gemfile Add explicit dependency to ipaddr (#38925) 2026-05-07 09:04:04 +00:00
Gemfile.lock Update dependency sidekiq to v8.1.4 (#38953) 2026-05-12 13:20:47 +00:00
jsconfig.json
LICENSE
lint-staged.config.js Replace prettier with oxfmt (#37893) 2026-02-19 18:04:25 +00:00
package.json Swap from React Helmet to Unhead (#38896) 2026-05-07 09:09:27 +00:00
priv-config
Procfile
Procfile.dev
publiccode.yml Add publiccode.yml (#38659) 2026-04-14 11:28:15 +00:00
Rakefile
README.md Fix hero image radius, bring into repo (#38679) 2026-04-15 11:32:51 +00:00
scalingo.json
SECURITY.md
stylelint.config.js Stylelint: Allow leading underscore in CSS variable names (#38966) 2026-05-08 14:24:02 +00:00
tsconfig.json Update dependency typescript to v6 (#38344) 2026-03-25 13:43:41 +00:00
Vagrantfile Globally install corepack (#34406) 2026-05-07 10:43:15 +00:00
vite.config.mts Makes Vite use browserslist (#38777) 2026-04-22 16:29:29 +00:00
vitest.config.mts Update dependency vite to v8 (#38174) 2026-03-23 11:47:03 +00:00
vitest.shims.d.ts
yarn.lock Update dependency vite to v8.0.11 (#38931) 2026-05-11 06:46:36 +00:00

Note

Want to learn more about Mastodon? Click below to find out more in a video.

Mastodon hero image

Release Ruby Testing Crowdin

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!)

Navigation

Features

Part of the Fediverse. Based on open standards, with no vendor lock-in. - the network goes beyond just Mastodon; anything that implements ActivityPub is part of a broader social network known as the Fediverse. You can follow and interact with users on other servers (including those running different software), and they can follow you back.

Real-time, chronological timeline updates - updates of people you're following appear in real-time in the UI.

Media attachments - upload and view images and videos attached to the updates. Videos with no audio track are treated like animated GIFs; normal videos loop continuously.

Safety and moderation tools - Mastodon includes private posts, locked accounts, phrase filtering, muting, blocking, and many other features, along with a reporting and moderation system.

OAuth2 and a straightforward REST API - Mastodon acts as an OAuth2 provider, and third party apps can use the REST and Streaming APIs. This results in a rich app ecosystem with a variety of choices!

Deployment

Tech stack

  • Ruby on Rails powers the REST API and other web pages.
  • PostgreSQL is the main database.
  • Redis and Sidekiq are used for caching and queueing.
  • Node.js powers the streaming API.
  • React.js and Redux are used for the dynamic parts of the interface.
  • BrowserStack supports testing on real devices and browsers. (This project is tested with BrowserStack)
  • Chromatic provides visual regression testing. (This project is tested with Chromatic)

Requirements

  • Ruby 3.3+
  • PostgreSQL 14+
  • Redis 7.0+
  • Node.js 20+
  • FFmpeg 5.1+

This repository includes deployment configurations for Docker and docker-compose, as well as for other environments like Heroku and Scalingo. For Helm charts, reference the mastodon/chart repository. A standalone installation guide is available in the main documentation.

Contributing

Mastodon is free, open-source software licensed under AGPLv3. We welcome contributions and help from anyone who wants to improve the project.

You should read the overall CONTRIBUTING guide, which covers our development processes.

You should also read and understand the CODE OF CONDUCT that enables us to maintain a welcoming and inclusive community. Collaboration begins with mutual respect and understanding.

You can learn about setting up a development environment in the DEVELOPMENT documentation.

If you would like to help with translations 🌐 you can do so on Crowdin.

LICENSE

Copyright (c) 2016-2025 Eugen Rochko (+ mastodon authors)

Licensed under GNU Affero General Public License as stated in the LICENSE:

Copyright (c) 2016-2025 Eugen Rochko & other Mastodon contributors

This program is free software: you can redistribute it and/or modify it under
the terms of the GNU Affero General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.

This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more
details.

You should have received a copy of the GNU Affero General Public License along
with this program. If not, see https://www.gnu.org/licenses/