Newspipe review 2026: what this free, self-hosted, open-source RSS aggregator by Cedric Bonhomme offers versus FreshRSS, Tiny Tiny RSS, and Miniflux.
Newspipe is a free, open-source, self-hosted RSS and news aggregator created by developer Cedric Bonhomme. Built with Python, Flask, asyncio, and SQLAlchemy, it is released under the AGPLv3 license, with its primary repository hosted on Sourcehut and a mirror on GitHub.
Unlike hosted commercial RSS readers, Newspipe has no company behind it and no hosted service to sign up for. It is designed to be deployed by an individual or small team on their own server, giving full ownership and control over feed data.
Newspipe supports multiple user accounts on a single instance, an API for programmatic feed management, and OPML import/export for migrating subscriptions between readers. It also supports exporting and importing a full account as JSON, giving users a clean way to back up or transfer their data.
Other features include article search and favorites/bookmarking, plus automatic detection of feeds that have gone inactive so administrators can keep a subscription list current.
Newspipe is entirely free and open source, with no subscription tiers, premium feature gates, or official hosted plans offered by the maintainer. The only cost involved is whatever infrastructure a user chooses to run it on.
Deployment requires git, Poetry, npm, and Python 3.10 or newer, and for production the project recommends running behind Gunicorn or mod_wsgi rather than Flask's built-in development server.
Yes, Newspipe is entirely free and open source under the AGPLv3 license, with no paid tiers.
Yes, there is no official hosted service; Newspipe is designed to be deployed on your own server.
Newspipe is created and maintained by developer Cedric Bonhomme, hosted primarily on Sourcehut with a GitHub mirror.
Yes, a single Newspipe instance can host multiple user accounts, making it suitable for small teams or shared use.
Yes, Newspipe supports OPML export/import for feeds and full account export/import as JSON files.
Newspipe is released under the GNU Affero General Public License version 3 (AGPLv3).
The primary repository is on Sourcehut at git.sr.ht/~cedric/newspipe, with a mirror on GitHub at github.com/cedricbonhomme/newspipe.