Newspipe Review, Pricing & Features

Newspipe review 2026: what this free, self-hosted, open-source RSS aggregator by Cedric Bonhomme offers versus FreshRSS, Tiny Tiny RSS, and Miniflux.

Category
Productivity
Pricing
Open Source, from Free
Verified
Not yet
Last updated
July 19, 2026
APIOpen SourceSelf-Hosted

Overview

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.

Key Features

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.

Pricing

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.

Key Features

Pros & Cons

Pros

  • Completely free and open source under AGPLv3
  • Full data ownership through self-hosting
  • Lightweight, straightforward Python and Flask stack
  • Strong data portability with OPML and full JSON account export
  • Supports multiple users on a single instance

Cons

  • Requires technical skill to self-host, including git, Poetry, npm, and Python 3.10+
  • No official managed or hosted version is offered
  • Smaller community than more established self-hosted readers like FreshRSS or Tiny Tiny RSS
  • Documentation is limited compared to larger open-source projects
  • No official native mobile apps

Pricing

Frequently Asked Questions

Is Newspipe free?

Yes, Newspipe is entirely free and open source under the AGPLv3 license, with no paid tiers.

Do I need to self-host Newspipe?

Yes, there is no official hosted service; Newspipe is designed to be deployed on your own server.

Who created Newspipe?

Newspipe is created and maintained by developer Cedric Bonhomme, hosted primarily on Sourcehut with a GitHub mirror.

Does Newspipe support multiple users?

Yes, a single Newspipe instance can host multiple user accounts, making it suitable for small teams or shared use.

Can I export my data from Newspipe?

Yes, Newspipe supports OPML export/import for feeds and full account export/import as JSON files.

What license does Newspipe use?

Newspipe is released under the GNU Affero General Public License version 3 (AGPLv3).

Where is Newspipe's source code hosted?

The primary repository is on Sourcehut at git.sr.ht/~cedric/newspipe, with a mirror on GitHub at github.com/cedricbonhomme/newspipe.

Related Tools