Nextcloud News vs RSS-proxy
A side-by-side comparison of two self-hosted rss & news readers options — licensing, setup difficulty, resource needs, and what each one replaces.
| Feature | Nextcloud News | RSS-proxy |
|---|---|---|
| Deploy effort | Under-an-hour setup | Under-an-hour setup |
| Health score | 82 · Excellent | 20 · At risk |
| Category | RSS & News Readers | RSS & News Readers |
| License | AGPL-3.0 | MIT |
| Language | PHP | TypeScript |
| Setup difficulty | Medium | Medium |
| Min. RAM | 512 MB | 256 MB |
| Deployment | docker, bare-metal | docker |
| GitHub stars | ★ 1,004 | ★ 1,923 |
| First released | 2012 | 2019 |
| Replaces | Feedly, Google Reader | Feedly |
What are Nextcloud News and RSS-proxy?
Nextcloud News
Nextcloud News is an RSS and Atom feed reader application that runs as a Nextcloud app. It offers a feed-reading API supported by numerous mobile and desktop client applications.
- Integrated with Nextcloud
- Open feed-reading API
- Many compatible apps
RSS-proxy
RSS-proxy is an open-source tool that generates RSS, Atom, or JSON feeds from websites that do not offer them, by analyzing page markup to detect article lists. It runs as a self-hosted service via Docker; its successor project is feedless.
- Creates feeds from any page
- JSON and Atom output
- Self-hosted aggregation
Nextcloud News vs RSS-proxy: key differences
Nextcloud News is written in PHP, while RSS-proxy is built with TypeScript. Licensing differs — AGPL-3.0 for Nextcloud News versus MIT for RSS-proxy. RSS-proxy is the lighter option, starting around 256 MB of RAM against 512 MB for Nextcloud News. Nextcloud News is the more established project (first released 2012), while RSS-proxy arrived in 2019.
Why pick each one
Choose Nextcloud News if…
- Released under the AGPL-3.0 license
- First-class Docker support for quick deployment
- Active community (1k GitHub stars)
- Written in PHP
Choose RSS-proxy if…
- Released under the MIT license
- First-class Docker support for quick deployment
- Active community (1.9k GitHub stars)
- Written in TypeScript
Frequently asked questions
Is Nextcloud News or RSS-proxy better?
Neither is universally better. RSS-proxy has the larger community; both share a medium setup difficulty, so the decision comes down to features and licensing.
Are Nextcloud News and RSS-proxy free and open-source?
Yes. Nextcloud News is licensed under AGPL-3.0 and RSS-proxy under MIT. Both can be self-hosted at no software cost.
Can I run Nextcloud News and RSS-proxy with Docker?
Nextcloud News: yes. RSS-proxy: yes.
Which is lighter on resources, Nextcloud News or RSS-proxy?
RSS-proxy has the smaller minimum footprint at 256 MB of RAM, compared to about 512 MB for Nextcloud News. Real-world usage depends on library size, user count, and enabled features.