Read You
Read You is a self-hosted RSS & feed readers tool that provides android RSS reader presented in Material You style.
An Android RSS reader, honestly reviewed. No marketing fluff, just what you get on your phone.
TL;DR
- What it is: A free, open-source (GPL-3.0) Android RSS reader built in Material You style — Feedly’s design quality without Feedly’s subscription [README].
- Who it’s for: Android users paying for Feedly or Inoreader who want to escape recurring fees, and privacy-conscious readers who want zero tracking on their reading habits [README].
- Cost savings: Feedly Pro runs $8/month ($96/year). Inoreader Supporter runs ~$3.33/month billed annually. Read You is free. If you pair it with a self-hosted FreshRSS backend for sync, total cost is $0 plus ~$3–6/month for a VPS — or $0 if you run it on a home server [README][merged profile].
- Key strength: Material You dynamic theming that adapts to your wallpaper colors, built natively in Jetpack Compose — it looks better than most RSS readers you’d pay for [README].
- Key weakness: Android only. No web interface, no iOS app. Sync across devices requires setting up your own FreshRSS (or compatible) backend — there’s no built-in cloud. Several backend integrations (Miniflux, Tiny Tiny RSS, Inoreader, Feedly, Feedbin) are listed as planned but not yet shipped [README].
What is Read You
Read You is an Android RSS reader. It does one thing: lets you subscribe to RSS and Atom feeds, reads them in a clean interface, and adapts that interface to match your phone’s wallpaper colors using Android’s Material You (Material Design 3) theming system [README].
The pitch is simple — it’s what RSS looks like when someone actually cares about Android design. It’s built entirely in Jetpack Compose (Google’s modern native UI toolkit for Android), not ported from a web app or wrapped in a WebView. The Figma design file is public, crediting @Kyant0 for the design inspiration and the Monet engine implementation [README].
The project sits at ~6,997 GitHub stars and has seen 43 releases, with the latest (0.16.1) shipping February 1, 2026 [merged profile]. It’s been contributed to by 166 people. For a mobile-only open-source project, that’s a healthy number.
Where things get interesting for the unsubbed.co audience: Read You isn’t a self-hosted service itself — it’s an Android client. The “self-hosted” angle is that instead of paying Feedly or Inoreader to be your RSS sync backend, you run FreshRSS (free, self-hostable) and point Read You at it. You get the same multi-device sync, the same article state, zero monthly fee [README].
Why people choose it
Third-party English reviews of Read You are sparse — it’s a niche app in the niche category of RSS readers, and most coverage lives in Android enthusiast forums and F-Droid communities rather than tech publications. What’s clear from the GitHub trajectory (nearly 7,000 stars, 166 contributors, 43 releases) is that it found a real audience [merged profile].
The reasons aren’t hard to reconstruct from the app’s positioning.
The design. Material You isn’t a marketing term — it means the app reads your current wallpaper palette via Android’s Monet system and recolors the entire interface to match. Most RSS readers, including paid ones, don’t do this. Read You does it natively because it was built specifically for this. If you care how your phone looks and you’ve spent time setting up a wallpaper, Read You actually participates in that system instead of ignoring it [README].
The license. GPL-3.0 means the source is genuinely open — no “fair code” hedging, no commercial-use restrictions on the free tier, no features gated behind a paid tier. The full functionality is available to everyone [README][merged profile]. Compare this to Feedly, which is fully closed-source SaaS, or some “open-source” adjacent apps that open-source the client but lock sync behind a paid backend.
F-Droid distribution. Read You ships through F-Droid, which means privacy-conscious users can install it without touching Google Play. F-Droid builds are compiled, signed, and distributed by F-Droid independently — no Google Play services dependency, no Play tracking [README]. For the subset of Android users who run GrapheneOS, CalyxOS, or just avoid the Play Store, this matters.
The escape from per-seat pricing. Feedly’s free tier caps at 3 sources. Inoreader’s free tier is usable but adds ads and limits refresh rates. Read You itself is free with no caps. The only cost is optional: if you want cross-device sync, you pay for a VPS to run FreshRSS, which is $3–6/month on Hetzner or Contabo — less than Feedly Pro and without the ongoing subscription relationship [README].
Features
From the README, current feature status:
Confirmed and shipped:
- RSS and Atom feed subscription [README]
- OPML import and export — migrate your existing feed list from Feedly, Inoreader, or any other reader [README]
- Push notifications for new articles [README]
- Article readability optimization — strips ads and navigation clutter for clean reading [README]
- Full content parsing for articles that only publish summaries in their feed [README]
- Multi-account support [README]
- Read aloud — text-to-speech for articles [README]
- Material You theming with Monet engine [README]
- Multi-language UI (English, German, Simplified Chinese, Traditional Chinese, Persian, Japanese — and more via Weblate) [README]
Backend integrations confirmed:
- Local RSS (no backend, single-device only)
- Fever API — compatible with Miniflux and some FreshRSS configurations [README]
- Google Reader API — compatible with FreshRSS, Miniflux, and others [README]
- FreshRSS (native) [README]
Backend integrations planned but not shipped:
- Miniflux (direct, beyond Google Reader compat)
- Tiny Tiny RSS
- Inoreader
- Feedly
- Feedbin [README]
Not yet shipped:
- Android widget [README]
The “full content parse” feature deserves a note. Many sites publish truncated RSS feeds to force you onto their website (and their ads). Read You can fetch the original article and parse readable content from it, so you actually read in the app. This is the feature that makes self-hosted RSS readers genuinely useful rather than just a notification system.
Pricing: SaaS vs self-hosted math
Read You the app is free. The cost question is about your sync backend.
If you use Read You with local RSS only (no sync):
- Total cost: $0
- Limitation: article read state doesn’t sync across devices. Fine if you read RSS on one phone.
If you want multi-device sync via FreshRSS self-hosted:
- FreshRSS license: $0 (AGPL-3.0)
- VPS to run it: $3–6/month (Hetzner, Contabo, DigitalOcean)
- Annual cost: $36–72
What you’d pay for alternatives:
| Service | Free tier | Paid | Annual |
|---|---|---|---|
| Feedly | 3 feeds, 100 articles | $8/mo (Pro) | $96 |
| Inoreader | Limited, has ads | $3.33/mo (billed annually) | $40 |
| NewsBlur | 64 feeds | $36/year | $36 |
| Read You + FreshRSS | Unlimited | ~$4/mo VPS | $48 |
| Read You local only | Unlimited | $0 | $0 |
Data not available on current Feedly pricing for higher tiers. The figures above are current published prices.
The math for someone with 50+ feeds who currently pays Feedly Pro: switch to Read You + a $4/month Hetzner VPS running FreshRSS, save $48/year, own your data. The savings aren’t massive in absolute terms — this isn’t Zapier territory where costs compound with usage. But the ongoing subscription relationship ends.
Deployment reality check
Read You is an Android APK. “Deploying” it means installing it on your phone. That part takes thirty seconds from F-Droid or the GitHub releases page [README].
The real deployment question is the sync backend.
If you go local-only: Install the APK, add feeds. Done. No server required.
If you want sync across devices via FreshRSS:
- A Linux VPS with at least 512MB RAM (FreshRSS is lightweight)
- PHP and a web server (Apache or Nginx) — or use the FreshRSS Docker image
- A domain name and HTTPS (Let’s Encrypt handles the cert)
- Point Read You at your FreshRSS URL in the app settings (Google Reader API endpoint)
Time estimate for a technical user: 30–60 minutes. Time estimate for a non-technical founder following a guide: 2–4 hours. If you’ve never touched a Linux server, plan a full afternoon or have someone do it once.
What can go sideways:
- F-Droid builds lag behind GitHub releases by days to weeks. If you want the latest version, download directly from GitHub releases instead [README].
- F-Droid releases cannot be upgraded to GitHub releases and vice versa — they’re signed by different keys. Pick one distribution channel and stick with it [README].
- Nightly builds (for testing) are available via GitHub Actions but require a GitHub login to download [README]. These are unstable by definition.
- The Miniflux direct integration isn’t shipped yet. If you self-host Miniflux specifically, you can connect Read You via the Google Reader compatibility API that Miniflux supports — but it’s a workaround, not a native integration.
Pros and cons
Pros
- Free, no tiers, no feature locks. Everything in the app is available to everyone. GPL-3.0 license, full stop [README][merged profile].
- Material You design. One of the better-looking RSS readers on Android, period. Jetpack Compose native, proper Monet theming — it adapts to your wallpaper colors. Backed by a public Figma file, so the design is deliberate, not accidental [README].
- F-Droid distribution. No Google Play required. Works on privacy-hardened Android ROMs. No tracking in the app [README].
- Full content parsing. Defeats truncated feeds and lets you read in-app without opening a browser [README].
- Read aloud. Useful for commuters. Not common in RSS readers at this price point (free) [README].
- Active project. 43 releases, 166 contributors, 949 commits — this isn’t abandonware [merged profile][README].
- Multi-language UI with Weblate integration — the translation infrastructure is in place and actively used [README].
- OPML support. Your feed list is portable in and out [README].
Cons
- Android only. No web interface, no iOS, no desktop. If you read on multiple device types, Read You covers exactly one of them [README][merged profile].
- No built-in cloud sync. You either read on one device (no sync), or you run your own FreshRSS/Fever server. There is no “sign in to Read You’s servers” option. That’s a feature for privacy reasons, but it’s a setup burden for non-technical users [README].
- Several integrations are still planned. Miniflux native, Tiny Tiny RSS, Inoreader, Feedly, Feedbin — all listed but not shipped. If you’re already on one of these services and hoping to connect directly, you may need a workaround or have to wait [README].
- No Android widget. Listed as planned but not shipped [README]. For people who want feed headlines on their home screen, this is a gap.
- F-Droid version lags. If you install from F-Droid, expect to be behind the GitHub release by some days or weeks [README].
- GPL-3.0 copyleft. If you want to embed or fork Read You into a commercial Android app, the license requires you to open-source your changes. Not a problem for personal use; potentially relevant for anyone building a product on top of it.
- Small community relative to backend tools. FreshRSS has extensive documentation and community support. Read You’s support is primarily GitHub Issues and a Telegram channel.
Who should use this / who shouldn’t
Use Read You if:
- You’re an Android user paying $8–$10/month for Feedly or Inoreader and the only thing stopping you from canceling is the mobile app quality.
- You care how your apps look and you’ve actually configured Material You on your Android 12+ phone.
- You already self-host FreshRSS or are willing to set it up once.
- You’re on a privacy-conscious Android ROM (GrapheneOS, CalyxOS) and need F-Droid-compatible apps.
- You use only one Android device for RSS reading and can skip sync entirely.
Skip it if:
- You read on iPhone, iPad, Mac, or web browser in addition to Android. Read You won’t cover those surfaces.
- You’re non-technical and have no tolerance for the one-time FreshRSS setup if you want sync. Consider Inoreader’s free tier or NewsBlur instead.
- You specifically need Miniflux or Tiny Tiny RSS as your backend and want a first-class integration rather than an API workaround.
- You want a home screen widget — it’s not available yet.
Alternatives worth considering
For Android RSS reading:
- Feeder — also open-source (GPL-3.0), also on F-Droid, works without any backend, but the Material You design isn’t as refined. Solid choice if you don’t want to think about servers at all.
- FeedMe — freemium, supports Feedly, Inoreader, Fever, and more backends. Better backend compatibility today than Read You; not open-source.
- Aggregator News — paid (~$3), polished, supports multiple backends. Closed source.
- Palabre — older, less actively maintained.
For self-hosted RSS backends (Read You connects to these):
- FreshRSS — the most natural pairing with Read You. Free, AGPL-3.0, actively maintained, supports Google Reader API and Fever API both [README]. Runs on a $3/month VPS.
- Miniflux — minimalist, Go-based, fast. Read You doesn’t have a native Miniflux integration yet, but the Google Reader compatibility layer works as a bridge. Paid hosted tier available, or self-host.
- Tiny Tiny RSS — the old-guard self-hosted RSS server. Works, actively maintained, more complex to configure than FreshRSS. Read You integration is planned but not shipped [README].
If you need cross-platform (Android + iOS or web):
- NetNewsWire — excellent on Apple platforms, iOS and Mac only. Not Android.
- Reeder — polished on iOS and Mac, paid. Not Android.
- Fluent Reader — Electron-based, desktop + Android, open-source. Less polished than Read You on Android but covers more platforms.
- Inoreader (SaaS) — if you need seamless Android + iOS + web + browser extensions without setup, Inoreader’s paid tier is competitive. You’re paying for the convenience of someone else running the server.
Bottom line
Read You is the right answer to a specific question: “I want to read RSS on Android, I don’t want to pay a monthly subscription, and I want the app to actually look good.” It delivers on all three. The Material You design is genuinely distinctive, the GPL-3.0 license is clean, and the full content parsing and read-aloud features put it ahead of most free alternatives.
The trade-offs are equally specific: Android only, no built-in sync (requires your own FreshRSS if you want it), and several backend integrations still in the planned column. If your reading happens on more than one platform, or if setting up a VPS is a hard stop, Read You isn’t your answer today.
For a solo founder who reads on one Android phone and is currently paying $8/month for Feedly with 50 feeds: cancel the subscription, install Read You, add the feeds back via OPML export. Total time: 20 minutes. Annual saving: $96. If you eventually want sync on a second device, the one-time FreshRSS setup is the kind of thing unsubbed.co’s parent studio upready.dev handles.
Sources
- ReadYouApp/ReadYou — GitHub repository and README (GPL-3.0, ~6,997 stars, 166 contributors, 43 releases). https://github.com/ReadYouApp/ReadYou
- Read You — F-Droid listing (package: me.ash.reader). https://f-droid.org/packages/me.ash.reader/
- Read You — merged tool profile (stars: 6,997, license: GPL-3.0, category: social, features: rss_atom). Internal data source.
- FreshRSS — self-hosted RSS aggregator (referenced as primary compatible backend). https://github.com/FreshRSS/FreshRSS
- Feedly pricing page (Pro: $8/month). https://feedly.com/i/pro
- Inoreader pricing page (Supporter tier). https://www.inoreader.com/plans
Features
Integrations & APIs
- RSS / Atom Feeds
Related Social & Community Tools
View all 119 →Mastodon
50KDecentralized social network where you own your audience. No algorithm, no ads, no corporate control. Part of the Fediverse via ActivityPub.
Mastodon
50KDecentralized social network where you own your audience. No algorithm, no ads, no corporate control. Part of the Fediverse via ActivityPub.
Discourse
47KThe most popular open-source forum platform, powering 22,000+ communities. Built for long-form discussion, knowledge sharing, and community building.
RSSHub
43KRSSHub generates RSS feeds from virtually any website or platform, turning social media, news sites, forums, and services without native RSS into subscribable feeds.
Glance
33KA self-hosted dashboard that puts all your feeds in one place.
Forem
23KReleased under AGPL-3.0, Forem provides platform for building communities on self-hosted infrastructure.