All Projects → tootsuite → Mastodon

tootsuite / Mastodon

Licence: agpl-3.0
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: ✭ 29,949 (+14.66%)
Mutual labels:  social-network, activity-stream, microblog, mastodon, webfinger, activitypub
soundstorm
The Federated Social Audio Platform
Stars: ✭ 26 (-99.9%)
Mutual labels:  social-network, activity-stream, mastodon, webfinger, activitypub
Aardwolf
Powering connected social communities with open software.
Stars: ✭ 379 (-98.55%)
Mutual labels:  activitypub, mastodon, social-network
Microstatus
Lightweight Mastodon- and GNU social-compatible ActivityPub and OStatus server implementation
Stars: ✭ 96 (-99.63%)
Mutual labels:  activitypub, mastodon, social-network
merveilles-town
Fork of Mastodon repository with modifications to make Merveilles a town of our own.
Stars: ✭ 23 (-99.91%)
Mutual labels:  social-network, mastodon, activitypub
mastodo
A fork of the GNU Social/AP-compatible microblogging server
Stars: ✭ 29 (-99.89%)
Mutual labels:  microblog, mastodon, activitypub
gotosocial
Golang fediverse server.
Stars: ✭ 400 (-98.47%)
Mutual labels:  social-network, mastodon, activitypub
Social
🎉 Social can be used for work, or to connect to the fediverse!
Stars: ✭ 302 (-98.84%)
Mutual labels:  activitypub, mastodon, social-network
Rustodon
A Mastodon-compatible, ActivityPub-speaking server in Rust
Stars: ✭ 434 (-98.34%)
Mutual labels:  activitypub, mastodon, social-network
mangosta-android
MongooseIM client for Android
Stars: ✭ 31 (-99.88%)
Mutual labels:  social-network, microblog
polkadot-apps
Fork of Polkadot.js Apps with Subsocial types.
Stars: ✭ 17 (-99.93%)
Mutual labels:  social-network, activity-stream
wordpress-ostatus
An OStatus plugin for WordPress
Stars: ✭ 21 (-99.92%)
Mutual labels:  social-network, mastodon
Disboard
Collection of fediverse client libraries
Stars: ✭ 13 (-99.95%)
Mutual labels:  microblog, mastodon
misskey
🌎 An interplanetary microblogging platform 🚀
Stars: ✭ 2,895 (-88.92%)
Mutual labels:  microblog, activitypub
activity-pub
API Platform ActivityPub Support
Stars: ✭ 63 (-99.76%)
Mutual labels:  mastodon, activitypub
subsocial-node
NOTE: Development continues in https://github.com/dappforce/subsocial-parachain repo. Subsocial full node with Substrate/Polkadot pallets for decentralized communities: blogs, posts, comments, likes, reputation.
Stars: ✭ 73 (-99.72%)
Mutual labels:  social-network, activity-stream
Nautilus
Turn your website into an ActivityPub profile
Stars: ✭ 55 (-99.79%)
Mutual labels:  mastodon, activitypub
Ocelot-Social
Free and open-source social network for active citizenship.
Stars: ✭ 49 (-99.81%)
Mutual labels:  social-network, activitypub
mastodon-lite
Lightweight client for mastodon micro blogging service.
Stars: ✭ 12 (-99.95%)
Mutual labels:  mastodon, activitypub
mastodon ynh
Free, open-source social network for YunoHost
Stars: ✭ 67 (-99.74%)
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

See the 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 are looped - like vines!

Safety and moderation tools

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, resulting 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.5+
  • Node.js 12+

The repository includes deployment configurations for Docker and docker-compose, but also a few specific platforms like Heroku, Scalingo, and Nanobox. The stand-alone 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
  • 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-2021 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].