TiloBox
Back to directory
FreshRSS project preview

FreshRSS

Self-hosted, lightning-fast RSS and Atom feed aggregator and reading server.

LicenseAGPL-3.0
GitHub stars9.5k
Last commit5 days ago
Tags5 topics
News AggregatorSelf Hosted RssAtom Feed ReaderRss Feed AggregatorProductivity
Overview

Why consider FreshRSS?

FreshRSS is an open-source, self-hosted RSS and Atom feed aggregator. Capable of handling hundreds of thousands of feed subscriptions seamlessly, it offers responsive mobile web viewing, Google Reader API compatibility, multi-user accounts, and custom filtering webhooks.

Guided learning

Learn FreshRSS by building

Practical setup notes, real use cases, and copy-ready examples in one focused guide.

1 min read 2 sections
In this guide2 sections

Overview of FreshRSS

FreshRSS consolidates news blogs, YouTube channels, and podcasts into an ad-free personal reading stream.

Quickstart

bash
1docker run -d \
2 --name freshrss \
3 -p 8080:80 \
4 -v freshrss_data:/var/www/FreshRSS/data \
5 freshrss/freshrss

Access http://localhost:8080 to import your OPML feed bundle and pair with native mobile RSS clients via the Google Reader API.

FreshRSS is licensed under the GNU Affero General Public License v3.0.

Related tools

More options with a similar category or technology profile.

FreshRSS FAQs

FreshRSS is listed as a Productivity tool on TiloBox. Review the overview, features, and official documentation on this page to decide whether it solves your specific workflow.

Start with the project's GitHub repository and official website for supported installation and deployment instructions. Test the setup with representative data or a small project before rolling it out more widely.

FreshRSS is listed under the AGPL-3.0 license. Read the complete license text and the project's notices before using, modifying, or distributing the software.

Production readiness depends on your requirements. Review maintenance activity, security practices, documentation, backup and upgrade procedures, and compatibility with your stack; then validate it in a non-production environment.

FreshRSS is listed as an alternative to NewsBlur. Compare the core workflow, deployment model, integrations, and licensing against your must-have requirements before switching.