unsubbed.co

Mitra

Mitra lets you run federated micro-blogging platform entirely on your own server.

GPL-3.0 Free mitra.social

Self-hosted federated microblogging, honestly reviewed. For privacy-first founders and creators who want to own their social presence outright.

TL;DR

  • What it is: Lightweight, self-hosted federated microblogging platform built in Rust, running on the ActivityPub protocol. Part of the Fediverse — your posts reach Mastodon, Pixelfed, and any compatible platform [5].
  • Who it’s for: Privacy-focused individuals and small communities who want a permanent, ownable node on the Fediverse. Specifically compelling for creators who want Monero-based content subscriptions with no middleman [5].
  • Cost savings: Twitter/X Premium costs $8/month and owns your data. A Mitra instance requires just 256 MB RAM — a $3–5/month VPS is enough for a personal or small community instance [5].
  • Key strength: The only mainstream fediverse software with built-in Monero content subscriptions — pay-gated private posts, recurring payments, no Stripe, no platform cut, no KYC [5].
  • Key weakness: 175 stars, invite-only demo instance, no managed hosting, no third-party reviews, and Monero adoption is niche. This is genuinely technical-user-only software.

What is Mitra

Mitra is a federated microblogging server written in Rust. It implements the ActivityPub protocol, which means it connects to the rest of the Fediverse — the decentralized social network linking Mastodon, Pixelfed, WriteFreely, PeerTube, and dozens of other platforms. A post from your Mitra instance reaches Mastodon followers; you can follow Mastodon accounts from your Mitra identity [5].

The project lives on Codeberg rather than GitHub — a deliberate signal about the developer’s values. Developed by silverpill, it sits at 186 stars and 20 forks with 4,041 commits and 158 releases, which tells you it’s been actively built for years even if the audience is small [5].

What separates it from every other fediverse server is the combination of two features that rarely travel together: an extremely small memory footprint (under 50 MB at idle) and a built-in content subscription system paid in Monero. You can publish private posts that only paying subscribers can read, with payment handled peer-to-peer in a currency that’s private by design. No payment processor, no geographic restrictions, no Terms of Service that can freeze your revenue [5].

This is a niche tool with a clear philosophy. It’s not trying to be the fediverse server for everyone — it’s trying to be the right server for a specific kind of user.


Why people choose it

Third-party reviews of Mitra are essentially nonexistent. The project is too small and specialized to have attracted mainstream coverage. What the project’s own documentation reveals is a coherent set of deliberate choices that appeal to people who’ve thought seriously about data sovereignty and censorship resistance [5].

Privacy as infrastructure, not a feature. Mitra supports federation over Tor and I2P — you can run an instance reachable only via the dark web, or make your server’s traffic resistant to network surveillance. The Monero payment choice is the same principle applied to money: transactions are private by default, unlike Bitcoin. These aren’t checkboxes — they’re the design direction [5].

Monetization without anyone’s permission. The Monero subscription system lets creators receive recurring payments and publish private content without a platform intermediary. Substack takes 10% of revenue and can terminate your account. Patreon runs 5–12% plus Stripe fees, restricted geographically. Mitra’s cut is zero, and the only thing that can shut you down is losing access to your own server [5].

Account portability done seriously. In Mitra’s own words, “Identity can be detached from the server” [5]. Most fediverse software supports moving your follower list to a new instance; the content typically doesn’t travel. Mitra’s approach treats your identity as genuinely portable.

Mastodon API compatibility. Because Mitra speaks the Mastodon API, any Mastodon client works with it. Your followers on other platforms don’t notice a difference. You’re not locked into Mitra-specific apps [5].


Features

From the project README [5]:

Microblogging core:

  • Default 5,000-character posts
  • Quote posts, custom emojis, reactions, polls
  • Markdown-style formatting
  • Full ActivityPub federation — interoperable with blogs, forums, and other federated service types beyond microblogging

Privacy and anonymity:

  • Federation over Tor and/or I2P
  • Monero payments (private by default at the protocol level)

Monetization:

  • Content subscription service — recurring Monero payments
  • Private posts gated to paying subscribers

Account portability:

  • Server-to-server account migration
  • Identity architecture designed to decouple from any specific instance

Client support:

  • Web: mitra-web, Bloat (NoJS), Phanpy, Nicolium
  • Android: Husky, Fedilab
  • iOS: Fedicat
  • Desktop: Tuba
  • CLI: toot

Notably absent compared to Mastodon or Misskey: advanced moderation dashboards, media proxy and CDN infrastructure, rich admin tooling. Mitra is built small by design, not by neglect.


Pricing: SaaS vs self-hosted math

Mitra is GPL-3.0 licensed and entirely free to self-host. There is no cloud tier, no paid plan, no managed offering — just software [5].

The meaningful comparisons aren’t social networks in isolation. They’re the combination of social presence plus content monetization:

Twitter/X Premium: $8/month. Longer posts, algorithmic visibility boost, your data on their servers. No subscription payments to followers, no Monero, no Tor.

Substack: Free to publish; takes 10% of subscription revenue. Stripe-dependent, geographically limited. No ActivityPub federation — your subscribers can’t follow you from Mastodon.

Patreon: 5–12% platform fee plus payment processing. Centralized, terminable. No federation.

Self-hosted Mitra: Server cost $3–5/month for a 256 MB RAM VPS (stated minimum requirement) [5]. Platform revenue cut: 0%. Payment processor fee: Monero network fee, negligible. Geographic restrictions: none — Monero works wherever Tor works.

For a creator with a small paying subscriber base that’s willing to use Monero, the economics are straightforward. The real constraint isn’t the software cost — it’s Monero adoption among your actual audience.


Deployment reality check

Mitra is a Rust application. Two clean installation paths exist: a Debian package (easiest) or Docker Compose. Building from source requires Rust 1.85+ and is only worth it if you’re actively developing [5].

What you need:

  • Linux VPS, minimum 256 MB RAM (1 GB if building from source) [5]
  • PostgreSQL 15+
  • SSL certificates (the ca-certificates package handles this)
  • 10 GB storage for a single-user instance with default config [5]
  • A domain name

Debian package path: Download from the Releases page, dpkg -i mitra_amd64.deb, configure /etc/mitra/config.yaml, create the admin account via the mitra create-account CLI command [5]. This is the cleanest path.

Docker Compose path: A docker-compose.yaml is included in the repo [5]. Standard workflow.

What can go sideways:

  • Monero integration is not trivial. If content subscriptions are why you’re here, you’ll need a running Monero node or wallet infrastructure. That’s a separate setup project.
  • No public demo. The official demo instance at public.mitra.social is invite-only [5]. You can’t evaluate the UI without access to an existing instance.
  • 32 open issues on Codeberg as of this review — active development, small team.
  • Minimal third-party guides. Mastodon has dozens of installation walkthroughs from the community. Mitra has the official docs and not much else.
  • Tor and I2P federation require additional infrastructure if that’s a requirement.

Realistic time estimate for a technical user with VPS/Docker experience: 1–2 hours for a basic working instance. Add another 2–4 hours if you need Monero subscriptions running. Non-technical users should not attempt this unassisted.


Pros and cons

Pros

  • Built-in Monero subscriptions. Unique in the fediverse software category. No other mainstream option offers this. For privacy-focused content creators, this is the entire reason to look at Mitra [5].
  • Genuinely lightweight. Under 50 MB RAM at runtime, 256 MB minimum server [5]. Runs comfortably on the cheapest tier at any VPS provider.
  • Tor and I2P federation. Run an instance with no clearnet exposure. Meaningful for users in restrictive environments [5].
  • Mastodon API. Compatible with the full ecosystem of Mastodon clients — iOS, Android, CLI, desktop [5]. No app lock-in.
  • Account portability. Identity not tied to a specific server [5].
  • GPL-3.0 license. Strong copyleft, no commercial license restrictions.
  • Active development. 4,041 commits, 158 releases [5]. Not abandoned.

Cons

  • 175–186 stars, 20 forks. [5][merged profile] Tiny community. Few guides, few people who’ve hit your specific error before you.
  • Monero is niche. The subscription feature only works if your audience uses Monero. Most audiences don’t.
  • No managed hosting. If you can’t run a server, there’s no cloud option. You’re building from scratch.
  • No public demo. Invite-only means you can’t evaluate it before committing to a deployment [5].
  • No enterprise tooling. No SSO, no moderation dashboards, no audit logs. Fine for a personal instance; a dealbreaker for anything community-scale.
  • Almost no third-party documentation or reviews. You’re operating primarily on the project’s own docs.

Who should use this / who shouldn’t

Use Mitra if:

  • You want a permanent, self-owned Fediverse node and are comfortable with Linux and basic server administration.
  • You’re a content creator who wants recurring Monero payments for private posts — no platform intermediary, no geographic restrictions.
  • Privacy is a hard constraint: Tor-federated posts, Monero payments, zero central dependencies.
  • You’re running a personal instance and want the minimum possible server footprint.

Skip it (use GoToSocial) if:

  • You want a lightweight, modern Fediverse server without the complexity of Monero setup. GoToSocial is similarly lean, growing faster, and has more community support.

Skip it (use Mastodon) if:

  • You’re deploying for a community and need moderation tooling, a mature admin interface, and a rich ecosystem of compatible apps and managed hosting options.

Skip it (use Pleroma/Akkoma) if:

  • You want more features and customization than GoToSocial but still want to stay light — and you don’t need Monero subscriptions.

Skip it entirely if:

  • You need a non-technical user to manage the instance.
  • Your audience won’t use Monero.
  • You need to evaluate the software before committing — there’s no public demo.

Alternatives worth considering


Bottom line

Mitra is for a specific kind of user, and if you’re that user you’ll recognize it immediately: a privacy-first creator or individual who wants a permanent Fediverse node with Monero-based content subscriptions, running on minimal hardware, with zero platform dependencies. That combination doesn’t exist anywhere else. The trade-off is that you’re working with a small-community project, minimal third-party documentation, and a payment method most audiences don’t use yet. For mainstream community deployments, GoToSocial or Mastodon are better fits. For non-technical founders, this isn’t the right tool. But for the privacy-minded creator who’s thought seriously about platform risk and wants to own the entire stack, Mitra is worth the setup time.


Sources

  1. silverpill/mitra — Codeberg Repository and README (186 stars, GPL-3.0, Rust, 4,041 commits, 158 releases). https://codeberg.org/silverpill/mitra

Primary sources:

Note: The provided research materials included sources [1][2][3] from SoftwareAdvice, Capterra, and GetApp that describe a different product also called “Mitra” — a Brazilian cloud-based low-code development platform priced in BRL. Source [4] describes an AI academic wellness tool named MITRA. Neither is related to the self-hosted fediverse software reviewed here, and both were excluded from this review.