FreshRSS
FreshRSS is a self-hosted, multi-user RSS feed aggregator written in PHP that runs on lightweight infrastructure like Raspberry Pi. It supports feed subscriptions, web scraping, WebSub push notifications, and offers a REST API for mobile clients.
Key facts
Objective fields from the source. Values we can't verify are shown as “Unknown” rather than guessed.
| Field | Value |
|---|---|
| Repository | FreshRSS/FreshRSS |
| Owner | FreshRSS |
| Primary language | PHP |
| License | AGPL-3.0 — OSI-approved |
| Stars | 15.5k |
| Forks | 1.2k |
| Open issues | 682 |
| Latest release | 1.29.1 (2026-05-20) |
| Last updated | 2026-07-07 |
| Source | https://github.com/FreshRSS/FreshRSS |
What FreshRSS is
PHP 8.1+ application with PDO abstraction supporting PostgreSQL, SQLite, MySQL, or MariaDB. Provides XPath-based web scraping, JSON feed parsing, and multiple authentication methods (form, HTTP, OpenID Connect). Single-user or multi-user deployment via Apache/nginx/lighttpd.
Get the FreshRSS source
Clone the repository and explore it locally.
git clone https://github.com/FreshRSS/FreshRSS.gitcd FreshRSS# follow the project's README for install & configurationNeed it deployed, integrated, or customized instead? DEV.co ships production installs.
Best use cases
Implementation considerations
- Database choice (SQLite, PostgreSQL, MySQL, MariaDB) impacts scalability and operational complexity; SQLite is simplest for small deployments, PostgreSQL recommended for multi-user.
- Security posture requires attention: expose only ./p/ folder to web, keep ./data/ (containing personal data) private, use HTTPS, enable HTTP auth or OpenID Connect for multi-user setups.
- PHP extensions (cURL, DOM, JSON, XML, session, ctype required; PDO_SQLite, GMP, IDN, mbstring, iconv, ZIP, zlib recommended) must be verified and compiled into host environment.
- Feed update mechanism is polling-based; WebSub support allows push notifications from compatible sources (WordPress, Friendica, Medium, Blogger) to reduce polling overhead.
- Deployment options range from manual tarball extraction to Docker, YunoHost, Cloudron, PikaPods; choice depends on target infrastructure and operational model.
When to avoid it — and what to weigh
- Massive enterprise multi-tenancy at scale — Not designed for thousands of concurrent users or large SaaS deployments. Better suited to small-to-medium teams or personal use.
- Minimal operational expertise available — Requires Linux/Windows server administration, PHP runtime setup, database configuration, and security hardening (e.g., exposing only ./p/ folder). Managed services (Docker, YunoHost) exist but still require some DevOps familiarity.
- Proprietary or tightly integrated commercial ecosystem — AGPL-3.0 license requires derivative works to be open-source and share source code with users. Not suitable if you intend to build closed-source extensions without sharing code.
- Real-time processing of massive feed volumes — Single-machine architecture with polling-based feed updates. Not optimized for high-frequency, low-latency ingestion of thousands of feeds simultaneously.
License & commercial use
GNU Affero General Public License v3.0 (AGPL-3.0). Copyleft license requiring any modifications or derivative works accessible to users to be open-source and distributed under the same license. Network use clause (Section 13) applies: if software is accessed over a network, source code must be offered to network users.
Using FreshRSS as-is (unmodified) for internal news aggregation is permissible. However, integrating AGPL code into proprietary products, offering hosted SaaS without disclosing source, or distributing closed-source extensions requires licensing review. Consult legal counsel if building a commercial service or derivative product.
DEV.co evaluation signals
Editorial assessment — not user reviews. Directional, with an explicit confidence level.
| Signal | Assessment |
|---|---|
| Maintenance | Active |
| Documentation | Strong |
| License clarity | Clear |
| Deployment complexity | Low |
| DEV.co fit | Strong |
| Assessment confidence | High |
Project includes security-relevant advice (expose only ./p/ folder, protect ./data/ folder, use HTTPS) but no CVE disclosures or penetration test results provided in source data. Multiple authentication methods (form, HTTP, OpenID Connect) reduce single-point-of-failure. Database and PHP runtime security depend on host configuration (extensions, database updates, server hardening). No warrant provided (disclaimer in README).
Alternatives to consider
Miniflux
Lightweight self-hosted RSS aggregator in Go; smaller footprint, compiled binary, fewer runtime dependencies than PHP. Fewer built-in features but simpler deployment.
Nextcloud News
RSS app within Nextcloud ecosystem; integrates with existing Nextcloud infrastructure, offers richer user features (file sync, contacts, calendar). More heavyweight, requires Nextcloud deployment.
Tiny Tiny RSS (tt-rss)
Established self-hosted PHP RSS reader with mobile app support and plugin ecosystem. Smaller codebase, different UI/UX. Similar licensing (GPL-3.0 for core) and self-hosting model.
Build on FreshRSS with DEV.co software developers
Explore FreshRSS deployment options via Docker, YunoHost, or manual install. Review our DevOps and web development services if you need help with setup, security hardening, or custom integrations.
Talk to DEV.coRelated on DEV.co
Explore the category and the services that help you build with it.
FreshRSS FAQ
Can I run FreshRSS in a multi-user environment?
What database should I choose for a small deployment?
Can I use FreshRSS in a commercial product?
How often does FreshRSS receive updates?
Software development & web development with DEV.co
Need help beyond evaluating FreshRSS? DEV.co is a software development agency offering software development services and web development for teams of every size. Our software developers and web developers build custom software, web applications, APIs, and open-source devops integrations — and maintain them long-term.
Ready to self-host your RSS feeds?
Explore FreshRSS deployment options via Docker, YunoHost, or manual install. Review our DevOps and web development services if you need help with setup, security hardening, or custom integrations.