RSSMonster icon
RSSMonster icon

RSSMonster

RSSMonster is an open-source, self-hosted RSS reader that combines a modern three-pane interface. Its semantic layer runs largely on small local models — Qwen3-Embedding-0.6B, Qwen3.5-0.8B, and ModernBERT.

RSSMonster screenshot 1

Cost / License

  • Free
  • Open Source (MIT)

Application type

Platforms

  • Self-Hosted  Server-side. Requirements: - NodeJS
6likes
0articles

Features

Properties

  1.  AI-Powered

Features

  1.  Import/Export OPML Feeds
  2.  Multiple Account support
  3.  Works Offline
  4.  Ad-free
  5.  No Coding Required
  6.  Dark Mode
  7.  Web-Based
  8.  Server-side

RSSMonster News & Activities

Highlights All activities

Recent activities

RSSMonster information

AlternativeTo Categories

News & BooksAI Tools & Services

GitHub repository

  •  547 Stars
  •  47 Forks
  •  12 Open Issues
  •   Updated  
View on GitHub

Our users have written 1 comments and reviews about RSSMonster, and it has gotten 6 likes

RSSMonster was added to AlternativeTo by Erhnam on and this page was last updated .

Comments and Reviews

   
s0me0ne
0

Uses NodeJS so not sure how hard it is to setup on shared hosting. Don't have time to research that right now :p

Featured in Lists

The internet is a mess. Ignore the algorithm, and distill the web down to the things you actually care about. RSS...

List by David with 25 apps, updated

What is RSSMonster?

RSSMonster is an open-source, self-hosted RSS reader built for people who follow a lot of feeds and want better ways to deal with information overload.

It started years ago as a Google Reader-inspired application, but has gradually evolved into a modern three-pane reader with Smart Folders, advanced search, duplicate detection, related-article discovery, event clustering, recommendations, and source-quality signals.

The core philosophy is still RSS-first: feeds remain chronological and fully under the user’s control. The semantic features sit on top to help organize and discover content rather than replacing the feed with an opaque algorithm.

RSSMonster includes a local semantic pipeline using small ONNX models:

  • Qwen3-Embedding-0.6B for article embeddings and similarity
  • Qwen3.5-0.8B for summaries, inferred tags, and semantic labels
  • ModernBERT for quality, promotional-content, and sentiment classification

These can run locally on CPU using Transformers.js. Article embeddings, classification, Smart Folder suggestions, tagging, event/topic labels, and interest modeling therefore do not need to send reading data to an external AI provider.

RSSMonster also exposes authenticated, user-scoped MCP tools for searching articles, retrieving content, resolving feeds and categories, inspecting tags, and refreshing feeds. An optional assistant can use those tools to answer questions such as “show me the most important unread stories this week” or “compare how different sources covered this event.” The agent does not receive unrestricted database access.

Other features include:

  • SQLite and MySQL support
  • Docker/self-hosted deployment
  • OPML import/export
  • Fever and Google Reader-compatible APIs
  • full-content extraction
  • tags and bookmarks
  • Smart Folders with composable query expressions
  • related articles and duplicate/revision detection
  • personalized Recommended ranking
  • non-personalized Top Stories ranking
  • responsive/PWA interface
  • dark mode

A key design goal is keeping the intelligent features explainable. RSSMonster exposes the signals contributing to recommendations and allows weak matches to return no recommendation at all rather than filling the interface with marginal results.

The project currently has around 480 GitHub stars and is under active development.

GitHub: https://github.com/pietheinstrengholt/rssmonster