All Projects → mastodon → mastodon

mastodon / mastodon

Licence: AGPL-3.0 license
Your self-hosted, globally interconnected microblogging community

Programming Languages

ruby
36898 projects - #4 most used programming language
javascript
184084 projects - #8 most used programming language
SCSS
7915 projects
Haml
164 projects
HTML
75241 projects
Dockerfile
14818 projects

Projects that are alternatives of or similar to mastodon

Mastodon
Your self-hosted, globally interconnected microblogging community
Stars: ✭ 26,120 (-12.79%)
Mutual labels:  social-network, activity-stream, microblog, mastodon, webfinger, activitypub
soundstorm
The Federated Social Audio Platform
Stars: ✭ 26 (-99.91%)
Mutual labels:  social-network, activity-stream, mastodon, webfinger, activitypub
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (-98.99%)
Mutual labels:  social-network, mastodon, activitypub
Aardwolf
Powering connected social communities with open software.
Stars: ✭ 379 (-98.73%)
Mutual labels:  social-network, mastodon, activitypub
Microstatus
Lightweight Mastodon- and GNU social-compatible ActivityPub and OStatus server implementation
Stars: ✭ 96 (-99.68%)
Mutual labels:  social-network, mastodon, activitypub
Rustodon
A Mastodon-compatible, ActivityPub-speaking server in Rust
Stars: ✭ 434 (-98.55%)
Mutual labels:  social-network, mastodon, activitypub
merveilles-town
Fork of Mastodon repository with modifications to make Merveilles a town of our own.
Stars: ✭ 23 (-99.92%)
Mutual labels:  social-network, mastodon, activitypub
gotosocial
Golang fediverse server.
Stars: ✭ 400 (-98.66%)
Mutual labels:  social-network, mastodon, activitypub
mastodo
A fork of the GNU Social/AP-compatible microblogging server
Stars: ✭ 29 (-99.9%)
Mutual labels:  microblog, mastodon, activitypub
Orion
🚀 "Orion" is generic fediverse microblogging application for Desktop.
Stars: ✭ 14 (-99.95%)
Mutual labels:  social-network, mastodon
Hunter
A Elixir client for Mastodon, a GNU Social compatible micro-blogging service
Stars: ✭ 32 (-99.89%)
Mutual labels:  social-network, mastodon
Anfora
🏺 Self-hosted photo gallery social network. Under development
Stars: ✭ 197 (-99.34%)
Mutual labels:  social-network, activitypub
cherrypick
🌎 A interplanetary communication platform 🚀
Stars: ✭ 40 (-99.87%)
Mutual labels:  microblog, activitypub
go-ostatus
An OStatus library written in Go
Stars: ✭ 32 (-99.89%)
Mutual labels:  mastodon, webfinger
Socialhome
A federated social home
Stars: ✭ 282 (-99.06%)
Mutual labels:  social-network, activitypub
Pixelfed
Photo Sharing. For Everyone.
Stars: ✭ 3,237 (-89.19%)
Mutual labels:  social-network, activitypub
pylodon
Flask-based ActivityPub server
Stars: ✭ 86 (-99.71%)
Mutual labels:  webfinger, activitypub
ligh7hau5
A Matrix (https://matrix.org/docs/spec/) to Fediverse / ActivityPub client / bridge. Also, some media proxying.
Stars: ✭ 26 (-99.91%)
Mutual labels:  mastodon, activitypub
awesome-alternatives
A list of alternative websites/software to popular proprietary services.
Stars: ✭ 123 (-99.59%)
Mutual labels:  social-network, mastodon
mastodon ynh
Free, open-source social network for YunoHost
Stars: ✭ 67 (-99.78%)
Mutual labels:  social-network, mastodon

Mastodon

GitHub release Build Status Code Climate Crowdin Docker Pulls

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

Click below to learn more in a video:

Screenshot

Navigation

Features

No vendor lock-in: Fully interoperable with any conforming platform

It doesn't have to be Mastodon; whatever implements ActivityPub is part of the social network! Learn more

Real-time, chronological timeline updates

Updates of people you're following appear in real-time in the UI via WebSockets. There's a firehose view as well!

Media attachments like images and short videos

Upload and view images and WebM/MP4 videos attached to the updates. Videos with no audio track are treated like GIFs; normal videos loop continuously!

Safety and moderation tools

Mastodon includes private posts, locked accounts, phrase filtering, muting, blocking and all sorts of other features, along with a reporting and moderation system. Learn more

OAuth2 and a straightforward REST API

Mastodon acts as an OAuth2 provider, so 3rd party apps can use the REST and Streaming APIs. This results in a rich app ecosystem with a lot of choices!

Deployment

Tech stack:

  • Ruby on Rails powers the REST API and other web pages
  • React.js and Redux are used for the dynamic parts of the interface
  • Node.js powers the streaming API

Requirements:

  • PostgreSQL 9.5+
  • Redis 4+
  • Ruby 2.6+
  • Node.js 14+

The repository includes deployment configurations for Docker and docker-compose as well as specific platforms like Heroku, Scalingo, and Nanobox. The standalone installation guide is available in the documentation.

A Vagrant configuration is included for development purposes. To use it, complete following steps:

  • Install Vagrant and Virtualbox
  • Install the vagrant-hostsupdater plugin: vagrant plugin install vagrant-hostsupdater
  • Run vagrant up
  • Run vagrant ssh -c "cd /vagrant && foreman start"
  • Open http://mastodon.local in your browser

Contributing

Mastodon is free, open-source software licensed under AGPLv3.

You can open issues for bugs you've found or features you think are missing. You can also submit pull requests to this repository or submit translations using Crowdin. To get started, take a look at CONTRIBUTING.md. If your contributions are accepted into Mastodon, you can request to be paid through our OpenCollective.

IRC channel: #mastodon on irc.libera.chat

License

Copyright (C) 2016-2022 Eugen Rochko & other Mastodon contributors (see AUTHORS.md)

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/.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].